Pandas Unique Values | Python Pandas Tutorial #11 | Pandas Unique and Nunique Functions

preview_player
Показать описание
Learn how to work with unique values in a Pandas dataframe, using the Pandas unique() and nunique() functions. You'll learn how to count unique values, generate frequencies of unique values, and count unique values across different columns.

0:00 Introduction
0:30 Pandas Unique Function
1:55 Generate List of Unique Values in Pandas Dataframe Column
3:00 Count Unique Values in Pandas Dataframe Column
3:40 Unique Values Across Multiple Dataframe Columns
4:46 Frequency of Unique Values in Pandas Dataframe
5:20 Pandas nunique Function
6:01 Conclusion

Learn Python programming the right way!

----------------------------------------------------------

✅ Follow me on other platforms:
Рекомендации по теме
Комментарии
Автор

I was looking across duplicate values for multiple columns and I finally got the solution!! Thanks a lot!!

jobimathew
Автор

Really helpful and straight foward, thank you very much!

MrRedef
Автор

Thank you so much for your efforts
Please keep uploading more on Pandas.
Subscribed !

abessesmahi
Автор

Thanks a Lot my friend, appreciate your efforts!
Looking forward to the next videos ... especially the one About ML algorithms ♥

majddabour
Автор

Thank you so much for this!!! It was a huge help

brendynford
Автор

thank you! maybe you could also publish your notebook to play around, directly :)

ilaydelrey
Автор

Hi im having troubles on printing all the values of a column on my csv file which includes duplicate values. The .unique is good to print a column with all unqiue numbers. I was wondering what do i use to print all values in a column with duplicate values without the numbering column involved

PsPFrEaKz
Автор

Im getting additional information in while finding unique values for a column in dataset how to fix this

ganderamu
Автор

how can I create a list or a new df by drop_duplicate on more than one column? like creating a list from the unique() function?

menachemgerst