pyjanitor-devs / pyjanitor

Clean APIs for data cleaning. Python implementation of R package Janitor
https://pyjanitor-devs.github.io/pyjanitor
MIT License
1.37k stars 170 forks source link

extend the `select` function to `pd.Series` #1394

Open samukweku opened 3 months ago

samukweku commented 3 months ago

At the moment, jn.select applies only to DataFrames. Extending to pd.Series would be handy, especially when selecting MultiIndexes.