-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Hello i have a problem with the script than i used a small modification
from wwo_hist import retrieve_hist_data
import os
**import requests**
**os.chdir(os.getcwd())**
frequency = 3
start_date = '11-DEC-2018'
end_date = '11-MAR-2019'
api_key = '..........'
location_list = ['singapore', 'california']
hist_weather_data = retrieve_hist_data(api_key,
location_list,
start_date,
end_date,
frequency,
location_label=False,
export_csv=True,
store_df=True)
Metadata
Metadata
Assignees
Labels
No labels