index
:
izuku.js
gh-pages
main
In-Console Tabular Data Representation and Manipulation Library for NodeJS Applications
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-22
feat: function to find some data in the frame
Priyansh
4
-54
/
+169
2022-01-22
fix: move shifting first row of readCSV() to remove only of no header is set
Priyansh
1
-2
/
+2
2022-01-22
feat: function to readCSV
Priyansh
1
-0
/
+29
2022-01-22
feat: function to load data from json and flattenJSON
Priyansh
4
-59
/
+114
2022-01-22
feat: rangeIndex function
Priyansh
1
-0
/
+10
2022-01-20
fix: make header optional
Priyansh
1
-3
/
+2
2022-01-20
fix: getting column names with names and reset index function
Priyansh
1
-1
/
+1
2022-01-20
feat: support for getting rows
Priyansh
1
-4
/
+40
2022-01-20
feat: support for multiple columns
Priyansh
1
-17
/
+64
2022-01-20
feat: added arrayFunctions and rename Izuku to Frame
Priyansh
4
-25
/
+27
2022-01-19
style: remove header log
Priyansh
1
-1
/
+0
2022-01-19
feat: info functions
Priyansh
3
-10
/
+139
2022-01-19
refactor: split functions into multiple files
Priyansh
3
-1
/
+150
2022-01-19
feat: add table dep, added printing test and moved display to function
Priyansh
1
-18
/
+25
2022-01-19
refactor: make package usable in npm
Priyansh
1
-72
/
+0
2022-01-19
feat: display data in table function
Priyansh
2
-0
/
+92