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
Hello! I tried using tabula package to import some data in pdf but I got an error. I tried the command - from tabula import read_pdf. This gave me an error - cannot import name 'read_pdf'
I installed tabula-py package.
Environment
python 3.6.1
macOS Sierra 10.12.5
What did you do when you faced the problem?
Example code:
from tabula import read_pdf
Output:
ImportError Traceback (most recent call last)
<ipython-input-30-59770b1fd371> in <module>()
----> 1 from tabula import read_pdf
ImportError: cannot import name 'read_pdf'
What did you intend to be?
The text was updated successfully, but these errors were encountered:
Summary of your issue
Hello! I tried using tabula package to import some data in pdf but I got an error. I tried the command - from tabula import read_pdf. This gave me an error - cannot import name 'read_pdf'
I installed tabula-py package.
Environment
What did you do when you faced the problem?
Example code:
Output:
What did you intend to be?
The text was updated successfully, but these errors were encountered: