Data file for python program | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Data file for python program

How do you create data file, (i.e. foo.csv) in your playground to be used by your python and pandas code on Sololearn. If I create a csv file for a pandas data frame in my playground, how do I reference pd.read_csv(filename)? I tried filename = "foo.csv", but that work. hopping "foo.csv" would be in the CWD of where the python code resided. All the examples I've look at seem to use URLs

7th Jan 2023, 5:49 AM
Rick Shiffman
Rick Shiffman - avatar
1 Resposta
+ 8
Rick Shiffman I believe I covered that in this code_bit line 122 forward df.to_cvs https://code.sololearn.com/c0qLqnGRFhhU/?ref=app
7th Jan 2023, 6:12 AM
BroFar
BroFar - avatar