Data analysis with python and Pandas - Find Unique values in column Tutorial 7

preview_player
Показать описание
This video will explain how to extract unique value in column of data frame object in pandas python library.

df['ColName'].unique()

set(df['ColName'])

Visit complete course on Data Science with Python :

For All other visit my udemy profile at :

Рекомендации по теме
Комментарии
Автор

Hi there. How we make the code If we need de unique values of a column by a condition to another? For example: set(df['Mathscore']) if Trans_Mathscore is 1.

lucasarancibia