, поэтому мой код
ln[1]
import os
import cs
import pandas as pd
import collections as ct
import numpy as np
import matplotlib.pyplot as plt
from tabula import read_pdf
ln[2]
wf_path = 'C:/Users/bassa/projects/wildfire/resources/'
wf_pdf_file = 'fires_acres18.pdf'
wf_pdf_filepath = os.path.join( wf_path, wf_pdf_file)
print(wf_pdf_filepath)
ln[3]
df = tabula.read_pdf('fire_acres18.pdf', pages='all')
я получаю ошибку "
NameError Traceback (последний вызов последнего) в ----> 1 df = tabula. read_pdf ('fire_acres18.pdf', pages = 'all')
NameError : имя 'tabula' не определено
Я установил tabula в моей среде conda. I не понимаю, почему я не могу запустить PDF