Recent content by Aaftab

  1. A

    Add Reverse in dropna

    can you look at my suggestion and let me know would it be implemented or not in pandas.dataframe.dropna as well as isnull , the suggestion is there must be a reverse paramter which will opposite the flow in dropna if i do reverse=True then instead of dropping null value it will drop non null...