Skip to content

A Pandas like dataframe in TypeScript. This library provides an immutable data structure for javascript and datascience using SharedArrayBuffer and ArrayBuffer, which allows to work on rows and columns using functional programming

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

youwol/dataframe

Repository files navigation

@youwol/dataframe

A Panda like dataframe in TypeScript

This library is part of the hybrid cloud/local ecosystem YouWol.

Links

Online user-guide

Developers documentation

Package on npm

Source on GitHub

Installation, Build, Test

To install the required dependencies:

yarn

To build for development:

yarn build:dev

To build for production:

yarn build:prod

To run tests:

yarn test

Coverage can be evaluated using:

yarn test-coverage

To generate code's documentation:

yarn doc

About

A Pandas like dataframe in TypeScript. This library provides an immutable data structure for javascript and datascience using SharedArrayBuffer and ArrayBuffer, which allows to work on rows and columns using functional programming

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published