Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export results from tables to CSV for storage/visualization #4

Open
zo0o0ot opened this issue Oct 3, 2022 · 0 comments
Open

Export results from tables to CSV for storage/visualization #4

zo0o0ot opened this issue Oct 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@zo0o0ot
Copy link
Owner

zo0o0ot commented Oct 3, 2022

Spectre.Console has some nice output:
image

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)
    image

  • Draft Points by school
    image

  • School stats (peformance vs predictions, value, etc)
    image

  • Hits per round by owner
    image

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.

@zo0o0ot zo0o0ot added the enhancement New feature or request label Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant