node-pandas-js
Version:
An npm package that incorporates minimal features of python pandas.
27 lines (26 loc) • 691 B
JSON
{
"name": "node-pandas-js",
"version": "1.0.7",
"description": "An npm package that incorporates minimal features of python pandas.",
"main": "./lib/index.js",
"scripts": {
"test": "node ./tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hygull/node-pandas.git"
},
"keywords": [
"Series",
"DataFrame",
"JavaScript",
"Node",
"Python pandas"
],
"author": "Rishikesh Agrawani <rishikesh0014051992@gmail.com> (https://rishikesh67.pythonanywhere.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hygull/node-pandas/issues"
},
"homepage": "https://github.com/hygull/node-pandas#readme"
}