Forum Discussion
Importing Pdf Table from web url using Python , but it is not stored as dataframe in PowerBI
- 6 years ago
Hi Pandadev ,
You can use Python to get the table in PDF and export the table, and then select the appropriate connector in power Bi to connect the export file.
http://theautomatic.net/2019/05/24/3-ways-to-scrape-tables-from-pdfs-with-python/
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
is there a way to create just one table which has tables containing the correct columns , as the powerbi is pulling in lot's of tables that are not required. was wandering if i could say if the table contains the column headers then add it.
- V-lianl-msft6 years agoCommunity Support
Hi Pandadev ,
You can use Python to get the table in PDF and export the table, and then select the appropriate connector in power Bi to connect the export file.
http://theautomatic.net/2019/05/24/3-ways-to-scrape-tables-from-pdfs-with-python/
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.