done
This commit is contained in:
18
lib/python3.11/site-packages/plotly/express/data/__init__.py
Normal file
18
lib/python3.11/site-packages/plotly/express/data/__init__.py
Normal file
@ -0,0 +1,18 @@
|
||||
# ruff: noqa: F405
|
||||
"""Built-in datasets for demonstration, educational and test purposes."""
|
||||
|
||||
from plotly.data import * # noqa: F403
|
||||
|
||||
__all__ = [
|
||||
"carshare",
|
||||
"election",
|
||||
"election_geojson",
|
||||
"experiment",
|
||||
"gapminder",
|
||||
"iris",
|
||||
"medals_wide",
|
||||
"medals_long",
|
||||
"stocks",
|
||||
"tips",
|
||||
"wind",
|
||||
]
|
Reference in New Issue
Block a user