diel icon indicating copy to clipboard operation
diel copied to clipboard

a declarative framework for scaling up your interactive visualizations with... SQL! (and some timesteps)

Results 23 diel issues
Sort by recently updated
recently updated
newest added

For example, data from https://www.kaggle.com/rtatman/188-million-us-wildfires, if you run the current query from DIEL ```SQL SELECT sql, name FROM sqlite_master WHERE type='table' AND sql not null AND name != 'sqlite_sequence' ```...

bug