aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2022-01-22feat: function to find some data in the framePriyansh4-54/+169
2022-01-22fix: move shifting first row of readCSV() to remove only of no header is setPriyansh1-2/+2
2022-01-22feat: function to readCSVPriyansh1-0/+29
2022-01-22feat: function to load data from json and flattenJSONPriyansh4-59/+114
2022-01-22feat: rangeIndex functionPriyansh1-0/+10
2022-01-20fix: make header optionalPriyansh1-3/+2
2022-01-20fix: getting column names with names and reset index functionPriyansh1-1/+1
2022-01-20feat: support for getting rowsPriyansh1-4/+40
2022-01-20feat: support for multiple columnsPriyansh1-17/+64
2022-01-20feat: added arrayFunctions and rename Izuku to FramePriyansh4-25/+27
2022-01-19style: remove header logPriyansh1-1/+0
2022-01-19feat: info functionsPriyansh3-10/+139
2022-01-19refactor: split functions into multiple filesPriyansh3-1/+150
2022-01-19feat: add table dep, added printing test and moved display to functionPriyansh1-18/+25
2022-01-19refactor: make package usable in npmPriyansh1-72/+0
2022-01-19feat: display data in table functionPriyansh2-0/+92