Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbe1238

Browse files
committed
changed column name in wind dataset
1 parent 98910e7 commit bbe1238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/python/plotly/plotly/data/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ def iris():
4343

4444
def wind():
4545
"""
46-
Each row represents a level of wind intensity in a cardinal direction.
46+
Each row represents a level of wind intensity in a cardinal direction, and its frequency.
4747
4848
Returns:
49-
A `pandas.DataFrame` with 128 rows and the following columns: `['direction', 'strength', 'value']`.
49+
A `pandas.DataFrame` with 128 rows and the following columns: `['direction', 'strength', 'frequency']`.
5050
"""
5151
return _get_dataset("wind")
5252

Binary file not shown.

0 commit comments

Comments
 (0)