atlanhq / camelot

Camelot: PDF Table Extraction for Humans
https://camelot-py.readthedocs.io
Other
3.65k stars 357 forks source link

ImportError: No module named 'pandas.io.formats.csvs' #345

Closed patilaum closed 4 years ago

patilaum commented 5 years ago

I got this error when I ran

table.export('1.csv', f= 'csv', compress= True)

and got following error when I ran table[0].df

ImportError: No module named 'pandas.io.formats.html'

I installed camelot using pip and got foolwing output when I ran import sys print(sys.version_info)

sys.version_info(major=3, minor=5, micro=2, releaselevel='final', serial=0)

I have both python3.5 as well as python 3.6 both installed on my notebook

patilaum commented 5 years ago

Facing the same issue on Google Colaboratory.

vinayak-mehta commented 4 years ago

@patilaum I can't reproduce this issue without the PDF file. Please reopen this issue with the PDF file if you're still facing it.