0.0.2 • Published 7 years ago
pandas-for-js v0.0.2
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.