Open Cosmos491 opened 3 weeks ago
Can you add your milestone so I know which task this belongs to?
It's probably 'Code: Make csv'
there is no code to for making the csv needed. THis is pretty straightforward in just putting it in a csv format
How does one actually generate a csv file? I understand that all the data is separated by commas, but I'm not actually sure how to generate the file.
There's a few ways with python, but since we are using pandas already check this out
Oh and here is a tutorial rather than just the docs: https://www.datacamp.com/tutorial/save-as-csv-pandas-dataframe
Awesome thank you
Here's the code (by Cosmos491) used to generate the csv file for this project:
id suggest to putting it in a csv file which shouldnt require code
In order to generate the csv files do I need to add the code here too?