Fan Projections Now Exportable

I’ve made a few updates as requested for the Fan Projections.

– The Fan Projections now only require 15 votes to be eligible. This added an additional 200 or so players into the mix and I imagine that most MLB regulars and some not so regulars should have Fan Projections now.

– There’s now an UZR column in the sortable projections.

– You can now export the Fan Projections to either Excel or CSV files in the projections page.





David Appelman is the creator of FanGraphs.

14 Comments
Oldest
Newest Most Voted
David MVP Eckstein
16 years ago

Dave —

can you make “more batted ball data” exportable? Such as specific GB numbers, FB numbers and IFFB nbrs?

Bartaksu
16 years ago

Haha, Kenji Johjima has the highest projected OPS. Most people’s stats are fairly high, but the rankings look pretty solid.

Chuck
16 years ago

Why is it that there is still the issue with the player names? On the Export to CSV function the names come out like:

Chase Utley

On the Export to Excel function all the names (and also the column headers) are hyperlinked.

Will this ever get fixed? Or is it not seen as a problem?

Chuck
16 years ago
Reply to  Chuck

Funny–I tried to demonstrate the HTML coding that’s an issue in the Export to CSV function and the website resolved it. Let’s try this, putting a space in between the < and the a:

Chase Utley

Chuck
16 years ago
Reply to  Chuck

Nope, that did not do it either. Let’s try once more, i will remove the Chase Utley

Big Oil
16 years ago
Reply to  Chuck

This too drives me somewhat nuts.

Chuck
16 years ago

Hmm, I guess there’s no way to show it here because of the way the website resolves these. But look in your Excel, you will see what I mean after you download it.

Charlie
16 years ago

Anyone have a method of deflating stats across the board? Shouldn’t be too difficult on excel, but what do I know, I’m still working on the SUM function.

Mike D
16 years ago

Most of the stats look solid, but fan projections are giving pitchers too high of a WHIP versus other projections.

jakeruss
16 years ago

Can we add Android app to the to-do list?

Troy
16 years ago

In order to get rid of the HTML code, create a new column in Excel beside the name column.

Create the formula:
=MID(A2,FIND(“>”,A2,1)+1,LEN(A2)-FIND(“>”,A2)-4)

This should get rid of the HTML code.