aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2022-01-30chore: rename tableBuilder to tableBobby1-1/+1
2022-01-28feat: removeDuplicates functionBobby1-0/+26
2022-01-28feat: showAll function and fix sort methodBobby2-3/+24
2022-01-28feat: sort by column functionBobby1-0/+30
2022-01-28feat: function to save to CSVBobby1-0/+42
2022-01-28feat: function to save to JSONBobby1-0/+44
2022-01-26fix: fix testsBobby1-1/+4
2022-01-26docs: update docs for title() functionBobby1-0/+2
2022-01-26feat: add title to tableBobby2-13/+34
2022-01-26chore: remove table dependency and replace it with internal functionBobby2-8/+5
2022-01-26feat: inbuilt table functionalityBobby1-1/+36
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