Pandas' lil helperPandas' lil helper provides a number of helpful tools to make Python's Pandas extension a lil' bit easier. FeaturesReassign ColumnsEasily reassign Pandas columns using ra. You can name your dataframe (which defaults to df) and the column. Filter Pandas DataframesUse this to filter your Pandas dataframes (with 1, 2, or 3 conditions). You can name your dataframe, select different amounts of conditions, and different boolean expressions. To create different numbers of conditions, use:
RequirementsThese would be pretty useless without Pandas, so I'd recommend using Pandas! Known IssuesLet me know if you run into any issues! Release Notes1.0.0Initial release of Pandas lil helper. |