aboutsummaryrefslogtreecommitdiff
path: root/venv/lib/python3.8/site-packages/plotly/express/data/__init__.py
blob: 5096f3339a4ca3ff93bcffe43198489555d84cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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",
]