Skip to content

changed column name in wind dataset #1637

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

Merged
merged 1 commit into from
Jun 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/python/plotly/plotly/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ def iris():

def wind():
"""
Each row represents a level of wind intensity in a cardinal direction.
Each row represents a level of wind intensity in a cardinal direction, and its frequency.

Returns:
A `pandas.DataFrame` with 128 rows and the following columns: `['direction', 'strength', 'value']`.
A `pandas.DataFrame` with 128 rows and the following columns: `['direction', 'strength', 'frequency']`.
"""
return _get_dataset("wind")

Expand Down
Binary file modified packages/python/plotly/plotly/package_data/datasets/wind.csv.gz
Binary file not shown.