aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
AgeCommit message (Expand)AuthorFilesLines
2022-01-28feat: removeDuplicates functionBobby1-1/+9
2022-01-28feat: showAll function and fix sort methodBobby1-1/+2
2022-01-28feat: sort by column functionBobby1-1/+2
2022-01-28feat: function to save to CSVBobby1-1/+2
2022-01-28feat: function to save to JSONBobby1-0/+2
2022-01-26fix: fix testsBobby1-2/+2
2022-01-26fix: add title to constructorBobby1-1/+6
2022-01-26feat: add title to tableBobby1-1/+3
2022-01-22feat: function to find some data in the framePriyansh1-1/+12
2022-01-22feat: function to readCSVPriyansh1-1/+2
2022-01-22feat: function to load data from json and flattenJSONPriyansh1-3/+4
2022-01-22feat: rangeIndex functionPriyansh1-1/+5
2022-01-20fix: getting column names with names and reset index functionPriyansh1-6/+2
2022-01-20feat: support for getting rowsPriyansh1-1/+17
2022-01-20feat: support for multiple columnsPriyansh1-6/+4
2022-01-20feat: added arrayFunctions and rename Izuku to FramePriyansh1-4/+29
2022-01-19feat: info functionsPriyansh1-3/+11
2022-01-19refactor: split functions into multiple filesPriyansh1-144/+16
2022-01-19feat: add table dep, added printing test and moved display to functionPriyansh1-22/+101
2022-01-19refactor: make package usable in npmPriyansh1-2/+73
2022-01-19feat: display data in table functionPriyansh1-39/+2
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