Hey Guys,
First post so go easy! New to JupyterLab and learning via college, I have been able to use all the resources that have been provided by college and understand how to import .csv files with no issues.
So decided to start having a pay around with some of my own data, set up MS Power Automate and scrape data from my emails as they arrive and now have a workbook with 600 rows to play with.
When I go to upload my new .csv file I get a UI error “Upload Error URI malformed” file uploads and shows in the lefthand browser, but it is empty when I try and view it with 0B.
TIA
Updated:
Also tried the drag & drop and get the same.
When I try and read the file the error is:
EmptyDataError: No columns to parse from file
Code:
myEmails = pd.read_csv(‘MyEmailBook.csv’)
print()