Home > Enterprise >  EmptyDataError No columns to parse from file
EmptyDataError No columns to parse from file

Time:11-22

i am getting the error "EmptyDataError No columns to parse from file" when i am reading the data from csv file to json file...

i want to insert the data from csv file to json file

CodePudding user response:

replace "/" to "\" in you path variable

CodePudding user response:

find error and used "delim_whitespace=True" in read_csv

  • Related