I am trying to import a table from a cosmetics guidelines document using tabula, but I get the error in the title.
My code is:
url = ‘http://www.puntofocal.gov.ar/notific_otros_miembros/yem3_t.pdf’
Prohibited_substances_table = tabula.read_pdf(url,pages=’15-48′, pandas_options={‘header’: None})
Prohibited_substances_table_df = pd.concat(Prohibited_substances_table)
New contributor
Bill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.