CSV generation from url

5 views
Skip to first unread message

Prashant Singh

unread,
Jul 29, 2020, 8:50:23 AM7/29/20
to data-science-m...@googlegroups.com, django...@googlegroups.com
Hi Everyone,
i wanted to predict price for advertising board so can somebody help me out how i can approach for this and convert it into csv file  


Ryan Nowakowski

unread,
Jul 29, 2020, 2:35:40 PM7/29/20
to django...@googlegroups.com
You're probably talking about web scraping. For something like that, I
usually use python requests to fetch the page and BeautifulSoup to parse
the page. Once the page is parsed, you can use the build-in csv module
to output csv.
Reply all
Reply to author
Forward
0 new messages