Overview#
This section provides an in-depth look into dependencies, which are the backbone of dashboard data management, offering various ways to connect, filter, and manipulate data from multiple sources. They also facilitate seamless communication between different dashboard widgets, enabling a responsive and cohesive user experience.
-
Data Frames
Create static data visualizations using pandas DataFrames from lists, dictionaries, or external files like CSVs.
-
Data Connectors
Fetch live data from external sources including HTTP APIs, DuckDB for cloud storage, and Snowflake data warehouses.
-
Linking Widgets
Enable interactive dashboards where selections in one widget dynamically filter and update other widgets through the
selected
property. -
Page
Create dashboard-wide data sharing and URL-driven interactivity using route dependencies and query parameters.