ExploreApp

source

streamlit_app.ExploreApp(df=None, *args, **kwargs)

Launch the Explore app — exploratory analysis of panel / cross-sectional data.

Same parameters as the other launchers (df, entity, time, df_def, var_def, config_list, title, components, server run_kwargs …); see the module docstring. entity (the cross-section/unit id) may be a string or a list; time is the time id. Pass a :class:pandas.DataFrame (or None for the dataset picker / upload dialog).