Hello All,
I have uploaded some csv files to do analysis however the csv files do not show up in load data intention nor can I get to it via a pd.read_csv(“filename”). Any ideas on what I am doing wrong?
Hello All,
I have uploaded some csv files to do analysis however the csv files do not show up in load data intention nor can I get to it via a pd.read_csv(“filename”). Any ideas on what I am doing wrong?
I see the files in my file uploader, yet still cannot access them
When I try to import manually I get:
File Not Found Error
It’s weird, could you check the directory listing from the code?
import os
for dir, subdirs, files in os.walk('.'):
print(dir)
for d in subdirs:
print('- %s' % d)
for f in files:
print(f)
If the file is listed in the root it should be accessible via pd.read_csv('file.csv')
instruction.
I don’t see my CSV files in the the dropdown, just the defaults.
When I tried your snippet and got nothing back
. - lost+found
I can share the notebook with you if you want.
It would be great, I just sent you my address in PM.
Thanks to @tsn0848 we’ve found a performance issue and it is fixed now.
Thank you for fixing the problem!
what was the resolve? i am having the same issue
Hi @Diego_Carranco the issue mentioned in this topic was indeed fixed, but it is no longer relevant since there is no “Load Dataset” action anymore. Please start a new topic if you are experiencing an issue with the application.