paleo
paleo copied to clipboard
Enhancement Request: Applying filters on dataframes
Is there a way to filiter rows based on column criteria
e.g I would like to filter rows from a dataframe where column1 = <some_value> and column2 = <some_other_value>
Could I also request for custom delimiters (other than Tab) to be allowed in input file
Is there a way to filiter rows based on column criteria
Unfortunately, filtering is not yet supported.
I currently don't have time to work on this project, so please just fork and implement new functionality yourself. Alternatively, you might want to look into https://github.com/lwhite1/tablesaw which is similar to paleo and offers a much richer set of features.
Could I also request for custom delimiters (other than Tab) to be allowed in input file
I created a separate issue (#36)