I have been using a script with the statement
Transactions = clevercsv.read_dataframe(PATH_TO_CSV_FILE)
without issues on one computer.
After running the script on a different computer, this statement now fails with the message
ValueError: Filename must be a regular file
What is this message supposed to mean?
I have been using a script with the statement
Transactions = clevercsv.read_dataframe(PATH_TO_CSV_FILE)without issues on one computer.
After running the script on a different computer, this statement now fails with the message
ValueError: Filename must be a regular fileWhat is this message supposed to mean?