Pulling weather forecast and other weather data using the bsrch function
See original GitHub issueI am using the bsrch function is excel to pull weather data
=BSRCH("comdty:weather","provider=wsi","location=KNYC","model=actuals","target_start_date=2019-01-01","target_end_date=2019-05-10","fields=TEMPERATURE")
It does its job and pulls the data.
However, I am trying to pull the same data using the python api. Assuming that con.bsrch()
functions in a similar fashion, I tried doing the same in python but that doesn’t work
Even the following code returns an empty data frame
con.bsrch("comdty:weather")
However, the following example returns a list of tickers
con.bsrch("COMDTY:NGFLOW")
I am not sure why. Can someone please help me with this issue
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Scraping Weather prediction Data using Python and BS4
This article revolves around scraping weather prediction d data using python and bs4 library. Let's checkout components used in the script –.
Read more >Weather Data Collection: Web Scraping using Python
In this blog, I will be discussing how to scrape data from a website. Hopefully, you have already visited my data collection technique...
Read more >get data from bloomberg api with python via excel
I would suggest using the Rblpapi package in R, as it has a bsrch function.
Read more >Sustainable Design and Climate - Terri Meyer Boake
Designing for a cold climate requires a completely different approach to design and respect for the weather. Buildings must be designed with an ......
Read more >Time Series Analysis and Weather Forecast in Python - Medium
In this post, I would dive into analyzing and forecasting weather data using different techniques. By following the tutorial, in the end you ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think the schema is clear. All optional parameters go into the overrides element array.
The requested formula corresponds to below request:
The limit in another post can be set in the same way.
And you will get below response:
Yea - i had to copy past some mod code. Got if working now !
On Thu, 10 Feb 2022 at 17:39, loschnauer @.***> wrote: