Wednesday, July 29, 2020

Re: CSV generation from url

On Wed, Jul 29, 2020 at 06:18:51PM +0530, Prashant Singh wrote:
> 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
>
>
> https://www.bluelinemedia.com/billboard-advertising/boston-ma

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.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20200729183411.GC16143%40fattuba.com.

No comments:

Post a Comment