Dash Webapp: How to allow users to filter and download data from a 9M row dataset?

Nayto
Nayto Registered Posts: 3 ✭✭
edited February 3 in Using Dataiku

Hi everyone,

I am developing a Dash Webapp in Dataiku DSS. My goal is to allow end-users to interact with a very large dataset (9 million rows) through two main features:

  1. Dynamic Filtering: Users should be able to select criteria (dates, categories, etc.) to explore the data.
  2. Custom Export: Users need to download the filtered results as a CSV file.

The Technical Constraint:Obviously, I cannot load the 9M rows into a Pandas DataFrame within the Dash backend without crashing the memory.

image.png image.png

Dataiku version used: 13.5

Answers

Setup Info
    Tags
      Help me…