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-30
chore: rename tableBuilder to table
Bobby
1
-1
/
+1
2022-01-28
feat: removeDuplicates function
Bobby
1
-0
/
+26
2022-01-28
feat: showAll function and fix sort method
Bobby
2
-3
/
+24
2022-01-28
feat: sort by column function
Bobby
1
-0
/
+30
2022-01-28
feat: function to save to CSV
Bobby
1
-0
/
+42
2022-01-28
feat: function to save to JSON
Bobby
1
-0
/
+44
2022-01-26
fix: fix tests
Bobby
1
-1
/
+4
2022-01-26
docs: update docs for title() function
Bobby
1
-0
/
+2
2022-01-26
feat: add title to table
Bobby
2
-13
/
+34
2022-01-26
chore: remove table dependency and replace it with internal function
Bobby
2
-8
/
+5
2022-01-26
feat: inbuilt table functionality
Bobby
1
-1
/
+36
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