mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-03 06:31:28 +00:00
first commit
This commit is contained in:
19
.venv/Lib/site-packages/plotly/express/data/__init__.py
Normal file
19
.venv/Lib/site-packages/plotly/express/data/__init__.py
Normal file
@ -0,0 +1,19 @@
|
||||
"""Built-in datasets for demonstration, educational and test purposes.
|
||||
"""
|
||||
|
||||
from __future__ import absolute_import
|
||||
from plotly.data import *
|
||||
|
||||
__all__ = [
|
||||
"carshare",
|
||||
"election",
|
||||
"election_geojson",
|
||||
"experiment",
|
||||
"gapminder",
|
||||
"iris",
|
||||
"medals_wide",
|
||||
"medals_long",
|
||||
"stocks",
|
||||
"tips",
|
||||
"wind",
|
||||
]
|
Reference in New Issue
Block a user