ubsuny / CP1-24-HW4

Template for CP1 Homework 4
Creative Commons Zero v1.0 Universal
1 stars 16 forks source link

Generating the csv files #35

Open Cosmos491 opened 3 weeks ago

Cosmos491 commented 3 weeks ago

In order to generate the csv files do I need to add the code here too?

laserlab commented 3 weeks ago

Can you add your milestone so I know which task this belongs to?

haiderabbas007 commented 3 weeks ago

It's probably 'Code: Make csv'

laserlab commented 3 weeks ago

there is no code to for making the csv needed. THis is pretty straightforward in just putting it in a csv format

iglesias-cardinale commented 3 weeks ago

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.

avgagliardo commented 3 weeks ago

There's a few ways with python, but since we are using pandas already check this out

avgagliardo commented 3 weeks ago

Oh and here is a tutorial rather than just the docs: https://www.datacamp.com/tutorial/save-as-csv-pandas-dataframe

iglesias-cardinale commented 3 weeks ago

Awesome thank you

haiderabbas007 commented 3 weeks ago

Here's the code (by Cosmos491) used to generate the csv file for this project: image

dnxjay commented 3 weeks ago

id suggest to putting it in a csv file which shouldnt require code