aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-01-22feat: function to find some data in the framePriyansh5-55/+181
2022-01-22fix: move shifting first row of readCSV() to remove only of no header is setPriyansh1-2/+2
2022-01-22feat: function to readCSVPriyansh2-1/+31
2022-01-22feat: function to load data from json and flattenJSONPriyansh6-62/+161
2022-01-22feat: rangeIndex functionPriyansh2-1/+15
2022-01-20fix: make header optionalPriyansh1-3/+2
2022-01-20fix: getting column names with names and reset index functionPriyansh2-7/+3
2022-01-20feat: support for getting rowsPriyansh2-5/+57
2022-01-20feat: support for multiple columnsPriyansh3-28/+73
2022-01-20feat: added arrayFunctions and rename Izuku to FramePriyansh6-29/+112
2022-01-19style: remove header logPriyansh1-1/+0
2022-01-19feat: info functionsPriyansh5-13/+246
2022-01-19refactor: split functions into multiple filesPriyansh5-149/+166
2022-01-19feat: add table dep, added printing test and moved display to functionPriyansh2-40/+126
2022-01-19refactor: make package usable in npmPriyansh2-74/+73
2022-01-19feat: display data in table functionPriyansh4-39/+98
2022-01-18refactor: renamed frame frunction to data in frame classPriyansh1-15/+15
2022-01-18feat: added basic frame, tests and tsconfig excludePriyansh1-1/+40
2022-01-18First CommitPriyansh1-0/+1