You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just trying to convert the bigmac databse (csv) in sqlite. There's an issue (maybe not the same problem) here.
Following the tutorial, the command : csvs-to-sqlite bigmac.csv bigmac.db return an error (due of pandas, it's seems) :
$ csvs-to-sqlite bigmac.csv bigmac.db
Could not load bigmac.csv: read_csv() got an unexpected keyword argument 'error_bad_lines'
Loaded 0 dataframes
Added 1 CSV file to bigmac.db