short_notes_on_machine_learning icon indicating copy to clipboard operation
short_notes_on_machine_learning copied to clipboard

Change title from "Find Unique Values In Pandas Dataframes" to "...Columns"

Open mborus opened this issue 6 years ago • 0 comments

Hi,

would you mind changing the title of

https://chrisalbon.com/python/data_wrangling/pandas_find_unique_values/

to "Find Unique Values In Pandas Dataframe Columns"

Currently it comes up a hit for the google question on how to find unique values within (the whole) DataFrame - which is a different problem (I googled for that to find out if there's a better way than collecting the uniques of each column via a set comprehension)

Thanks

mborus avatar Dec 06 '19 15:12 mborus