explorable-viz / fluid

Data-linked visualisations
http://f.luid.org
MIT License
36 stars 3 forks source link

Import CSV data #117

Open rolyp opened 5 years ago

rolyp commented 5 years ago

We need to support ~20k records for larger examples, perhaps loaded into a 1-dimensional array type, rather than a record, to avoid having to track dependencies on list nodes.

Done/dropped:

rolyp commented 4 years ago

Might need this if we switch the renewables example to take a dataframe as input.

rolyp commented 6 months ago

Bumped this to Pending as we need this sooner rather than later. Pared back to just replacing the current behaviour of openDatasetAs, which should be less intrusive than trying to support file loading in Fluid itself.