aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28feat: removeDuplicates functionBobby2-2/+20
2022-01-28feat: showAll function and fix sort methodBobby1-1/+1
2022-01-28feat: sort by column functionBobby1-1/+1
2022-01-28feat: function to save to CSVBobby1-1/+1
2022-01-28feat: function to save to JSONBobby1-1/+1
2022-01-26feat: add title to tableBobby1-1/+1
2022-01-26feat: inbuilt table functionalityBobby1-0/+10
2022-01-22feat: function to find some data in the framePriyansh1-0/+12
2022-01-22feat: function to readCSVPriyansh2-0/+44
2022-01-22feat: function to load data from json and flattenJSONPriyansh2-0/+78
2022-01-22feat: rangeIndex functionPriyansh1-0/+5
2022-01-20style: add tests for empty headerPriyansh1-0/+12
2022-01-20fix: fix failing testsPriyansh1-1/+1
2022-01-20feat: support for getting rowsPriyansh1-0/+42
2022-01-20style: add range test for column generationPriyansh1-1/+20
2022-01-20feat: support for multiple columnsPriyansh1-1/+22
2022-01-20feat: added arrayFunctions and rename Izuku to FramePriyansh4-7/+31
2022-01-19feat: info functionsPriyansh3-13/+38
2022-01-19feat: add table dep, added printing test and moved display to functionPriyansh2-51/+83
2022-01-19refactor: make package usable in npmPriyansh1-4/+5
2022-01-19feat: display data in table functionPriyansh2-49/+61
2022-01-18refactor: renamed frame frunction to data in frame classPriyansh1-4/+4
2022-01-18feat: added basic frame, tests and tsconfig excludePriyansh1-0/+49