0
How to read dataset using python? CSV formate
Pandas library will used ( this is for practice purposes)
3 Respuestas
+ 5
The "standard" csv? (Some csv use different decimal symbols and stuff...)
You can use the read_csv() function from pandas:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html
Make sure to set the path to the data correctly and adjust the arguments if necessary
+ 3
Which format has the data file?
0
CSV formate as mentioned in above