diff --git a/packages/python/plotly/plotly/data/__init__.py b/packages/python/plotly/plotly/data/__init__.py index 5c01b311243..e47a730822f 100644 --- a/packages/python/plotly/plotly/data/__init__.py +++ b/packages/python/plotly/plotly/data/__init__.py @@ -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") diff --git a/packages/python/plotly/plotly/package_data/datasets/wind.csv.gz b/packages/python/plotly/plotly/package_data/datasets/wind.csv.gz index 767102f96e6..53d0b2d7266 100644 Binary files a/packages/python/plotly/plotly/package_data/datasets/wind.csv.gz and b/packages/python/plotly/plotly/package_data/datasets/wind.csv.gz differ