i have data like in the photo and i wanted to have describe() but year will have some decimals. so iapplied the code below.
desc = df[df["Entity"] != "World"].describe().round(3)
desc["Year"] = desc["Year"].round().astype(int)
desc
do you have any suggestion? and except of duplicated and null values what should i check more? i know min max values so i dont think there is some minus - data. i checked correlation between menthal problems. i ll check outliers. and then?