python - How to read CSV file into Jupyter Notebook - Stack Overflow
https://stackoverflow.com/questions/58185487/how-to-read-csv-file-into-jupyter-notebook
Oct 01, 2019 · Another thought, it could be a weird character in your csv file, you might need to specify the encoding. You could try adding an argument like encoding="latin1" to your read_csv call, but you'd have to figure out which encoding was used to create the CSV. –
DA: 75 PA: 64 MOZ Rank: 68