Welcome to the new Beta version of the MyFootballNow website! Please note that while using the Beta website, some features may not work correctly and other features are not complete. Some elements, such as notifications and chat, may act strangely during the time that both versions of the site are available. If you need to return to the old version, click on the button below.
Went to player search, selected Lions plays to evaluate current roster, downloaded csv. Chose option to evaluate current position, and looking at it, there's only 1 QB, 0 TEs...
Also, there's no FS tab - do you treat SS and FS interchangeably?
Re: Player Eval Tool
by
setherick
@
2/22/2025 1:57 pm
I treat CB and FS as interchangeable. My 3rd CB usually becomes my FS.
Yes, it filters players out based on the minimum values in primary skills and secondary skills. If you want to see everyone set the minimum value to 0.
And the second question is not too related to functionality - use Intellij as IDE, so downloaded PyCharm. Installed pandas from commandline, so app works that way but if I try and run from within PyCharm, it can't find pandas - any ideas?
Re: Player Eval Tool
by
martinwarnett
@
2/22/2025 2:09 pm
One other general comment for everyone using it - not all players can convert to other positions; if the player card for that player doesn't list a rating for a position, then when you try to change position for that player. that position doesn't appear in the drop down list of position you can change to.
That is something people need to bear in mind when using the evaluate all positions option.
Re: Player Eval Tool
by
setherick
@
2/22/2025 2:14 pm
It's easy enough to adjust the configuration.
Re: Player Eval Tool
by
setherick
@
2/22/2025 2:15 pm
martinwarnett wrote:
And the second question is not too related to functionality - use Intellij as IDE, so downloaded PyCharm. Installed pandas from commandline, so app works that way but if I try and run from within PyCharm, it can't find pandas - any ideas?
If you use pip, you can pip install pandas.
Re: Player Eval Tool
by
martinwarnett
@
2/22/2025 2:17 pm
Yeah done that - so I can run the file from the command line with no problem.
Within PyCharm though, run the file, it's not finding pandas - which has already been installed. Just wondering if you had any idea, it's not a big issue.
Re: Player Eval Tool
by
setherick
@
2/22/2025 2:20 pm
martinwarnett wrote:
Yeah done that - so I can run the file from the command line with no problem.
Within PyCharm though, run the file, it's not finding pandas - which has already been installed. Just wondering if you had any idea, it's not a big issue.
I don't know PyCharm. I use VS Code so I just work out of the terminal.
I'd check your path and see if it is the same as pip. Or find the pandas library and move it to PyCharm libraries folder.