0.2.37 • Published 2 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
2 years ago
0.2.36
2 years ago
0.2.35
4 years ago
0.2.34
4 years ago
0.2.33
4 years ago
0.2.32
4 years ago
0.2.31
4 years ago
0.2.30
4 years ago
0.2.27
4 years ago
0.2.28
4 years ago
0.2.26
4 years ago
0.2.25
4 years ago
0.2.24
4 years ago
0.2.23
4 years ago
0.2.22
4 years ago
0.2.21
4 years ago
0.2.20
4 years ago
0.2.19
4 years ago
0.2.18
4 years ago
0.2.17
4 years ago
0.2.16
4 years ago
0.2.15
4 years ago
0.2.14
4 years ago
0.2.12
4 years ago
0.2.11
4 years ago
0.2.10
4 years ago
0.2.9
4 years ago
0.2.6
4 years ago
0.2.5
5 years ago
0.2.4
5 years ago
0.2.3
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.2
5 years ago
0.1.3
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago