0.2.37 • Published 4 years ago
str-data-frame v0.2.37
Pandas like data-frame
This is an NPM package (Javascript), package name str-data-frame
Link to interactive data frame totorial
Installation
npm install --save str-data-frame
in your code import or require the package
const ff = require("str-data-frame")
Package Functionalty
This is a utility library providing the following category of functionality
- Pandas (python) like data frame
This allows you CSV like tabular data like an in memory databse table
- Loading and and initializing data from CSV and tsv files
- Filtering and sorting data
- Array processing utilities
- Frame processing
- Group by functionality (on multiple columns)
- Aggrigation functions supported
- max - maximun value from the aggridated list
- min - minumum value from the aggridated list
- sum - sum of the numeric values in the aggrigated list
- mean - mean of the numeric values
- StdDev - standard deviation of the numeric values
- Aggrigation functions supported
- SQL like Equality join of two frames
- Inner join
- Left join
- Right join
- Group by functionality (on multiple columns)
- Some general string processing and onject utilities
Sections
- array
- arrayutils
- flatten
- intset
- prod - vector products
- frame
- colutils
- frame ^
- frame_element
- frequency
TODO:
0.2.37
4 years ago
0.2.36
4 years ago
0.2.35
5 years ago
0.2.34
5 years ago
0.2.33
6 years ago
0.2.32
6 years ago
0.2.31
6 years ago
0.2.30
6 years ago
0.2.27
6 years ago
0.2.28
6 years ago
0.2.26
6 years ago
0.2.25
6 years ago
0.2.24
6 years ago
0.2.23
6 years ago
0.2.22
6 years ago
0.2.21
6 years ago
0.2.20
6 years ago
0.2.19
6 years ago
0.2.18
6 years ago
0.2.17
6 years ago
0.2.16
6 years ago
0.2.15
6 years ago
0.2.14
6 years ago
0.2.12
6 years ago
0.2.11
6 years ago
0.2.10
6 years ago
0.2.9
6 years ago
0.2.6
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.3
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.2
6 years ago
0.1.3
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago