Quansight / lsst_dashboard

LSST Dashboard https://quansight.github.io/lsst_dashboard/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Make sure all plots use dask DataFrames and don't require / execute compute() #112

Closed brendancol closed 4 years ago

brendancol commented 4 years ago

We can do a df.persist() at the beginning if we need to hold all the data in RAM.