Skip to content

Instantly share code, notes, and snippets.

@axmakarov
Created August 14, 2019 19:55
Show Gist options
  • Save axmakarov/67e9cd3e2a3914d3f111ca5a7928de90 to your computer and use it in GitHub Desktop.
Save axmakarov/67e9cd3e2a3914d3f111ca5a7928de90 to your computer and use it in GitHub Desktop.
import pandas as pd
books = pd.read_csv('books.csv',sep=',',error_bad_lines=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment