Current location - Education and Training Encyclopedia - Resume - Why does python export csv without data?
Why does python export csv without data?
There are several reasons why python exports csv without data: First, when python writes a csv file, the data is lost, because when encoding text data, the encoded data should be written into csv. Because you didn't write the data into csv, the coding sequence you wrote was not filled in as required, so the data was not exported.