simple-data-analysis icon indicating copy to clipboard operation
simple-data-analysis copied to clipboard

Easy-to-use and high-performance TypeScript library for data analysis. Works with tabular, geospatial and vector data.

Results 44 simple-data-analysis issues
Sort by recently updated
recently updated
newest added

Documentation, types, and npm modules.

Could be useful to have a method to add a key with a rank for each item.

To open big files, it would be great to have the option to use streams.

If you use valuesToString, the values for a specific key are replaced by their string version. But what if you want to put the output in a new key? An...

Could be useful when working only on a sample of items.

When installing SDA with npm install, the canvas module is generating a lot of errors on M1 mac right now. The module is required to create legend ramps with observable...

Since many users are in Canada, it could be interesting to create a method to retrieve data from Statistics Canada easily. Stat Can has public endpoints: https://www.statcan.gc.ca/en/developers/wds/user-guide#a12-6 In the future,...

Could be interesting to have an option to use service workers. But we need to make sure it works both with NodeJs and the web. Or maybe have this option...