pandas-for-js
v0.0.2
Published
Pandas for JavaScript
Maintainers
Readme
pandas-for-js
Pandas for JavaScript
Documentation
Installation and use
$ npm install pandas-for-jsimport { Series, DataFrame } from 'pandas-for-js';
## Development
### Testing and build$ npm run test $ npm run build
Testing uses [Jest](https://facebook.github.io/jest/). Building requires the babel compiler.