Skip to content

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.

  • Static Data


    Create static data visualizations using pandas DataFrames, dictionaries, or external files like CSVs.

    Learn More

  • Connectors


    Fetch live data from external sources including HTTP APIs, DuckDB for cloud storage, and Snowflake data warehouses.

    Learn More

  • Page


    Create dashboard-wide data sharing and URL-driven interactivity using route dependencies and query parameters.

    Learn More