Created
May 5, 2020 14:56
-
-
Save liannewriting/c91a3c50a30c100cc85a2f9865d5ec7c to your computer and use it in GitHub Desktop.
pandas-read-csv-tutorial-202005
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df = pd.read_csv('test2.csv', error_bad_lines=False) | |
df |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment