How to replace values greater than specific value in data frame column in python

后端 未结 0 1978
一整个雨季
一整个雨季 2020-11-21 07:08

I have a dataset with some outlier in the age field here is the unique values of my data sorted

unique = df_csv[\'AGE\'].unique()
print (sorted(unique))


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题