Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I found it! Just upload the file in the same folder of the project, and then you can refer to it just with its name and extension, without any other address specification. So in my specific case:

dataset = pandas.read_csv('name_of_file.extension', names=names)

and it works greatly. Remember to use ' ' inside which you should specifies the file name