Posts by Daniela Martinez • 13 points
1 post
-
-1
votes1
answer118
viewsQ: Web Scraping with Pandas - How to treat values that are null in the collection and how to concatenate two columns in the final result?
I’m making a Web Scrap using Python and Pandas, on Windows. I am collecting the data from the page, generating a Dataframe in Pandas and then exporting to an Excel spreadsheet. I’m not using any…