You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it might be nice to have some CSV output so that the results could be stored and visualizations could be done on them.
Potential CSVs to save:
Draft points (tabulated results of draft)
Draft Points by school
School stats (peformance vs predictions, value, etc)
Hits per round by owner
These may need to be output to a separate directory so that they don't complicate the results that already exist.
One suggestion would be to create a subdirectory for fantasy-draft under the year for results.
For example, the results CSV files for the 2022 draft should be in /fantasy-draft/2022/results/
The CSV files should overwrite the existing files in that directory. The thought would be that as the draft goes on, you would get better and better results.
There's a chance that you could create owner-specific charts/CSV files, as well. There's still some room for improvement here.
The text was updated successfully, but these errors were encountered:
Spectre.Console has some nice output:
However, it might be nice to have some CSV output so that the results could be stored and visualizations could be done on them.
Potential CSVs to save:
Draft points (tabulated results of draft)
Draft Points by school
School stats (peformance vs predictions, value, etc)
Hits per round by owner
These may need to be output to a separate directory so that they don't complicate the results that already exist.
One suggestion would be to create a subdirectory for fantasy-draft under the year for results.
For example, the results CSV files for the 2022 draft should be in /fantasy-draft/2022/results/
The CSV files should overwrite the existing files in that directory. The thought would be that as the draft goes on, you would get better and better results.
There's a chance that you could create owner-specific charts/CSV files, as well. There's still some room for improvement here.
The text was updated successfully, but these errors were encountered: