zo0o0ot / draft-scorer-nfl

0 stars 1 forks source link

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

Open zo0o0ot opened 1 year ago

zo0o0ot commented 1 year ago

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:

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.