JSPM

jsdataframe

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q57313F
  • License MIT

a data frame library inspired by R and Python Pandas

Package Exports

  • jsdataframe

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jsdataframe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

jsdataframe

Jsdataframe is a JavaScript data wrangling library inspired by data frame functionality in R and Python Pandas. Vector and data frame constructs are implemented to provide vectorized operations, summarization methods, subset selection/modification, sorting, grouped split-apply-combine operations, database-style joins, reshaping/pivoting, JSON serialization, and more. It is hoped that users of R and Python Pandas will find the concepts in jsdataframe quite familiar.

Jsdataframe works in both Node.js and the browser and has no dependencies.

For documentation see the wiki.