Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Breaking Change]: Remove save file func #159

Merged
merged 10 commits into from
May 25, 2022
Prev Previous commit
Next Next commit
docs [README]: Remove mention of data format
  • Loading branch information
Milind220 committed May 23, 2022
commit a15a0a437676dbbdc13955de8fe0afcefbd38a0f
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ data = o3.get_multiple_city_air(['London', 'Hong Kong', 'New York']) # As ma
### Historical data

```python
data = o3.get_historical_data(city='Houston', data_format='df') # data from 2014 onwards!
data = o3.get_historical_data(city='Houston') # data from 2014 onwards!
```

<hr>
Expand Down