Pergunta

I'm trying to cap outliers in a column of my pandas DataFrame. Here's the boxplot for a column of my original data. boxplot for a column of my original data So, using code from this stackoverflow answer, I tried capping outliers.

Here's how capped column looks like, with new outliers after upper bound. only with outliers at upper bound capped

My problem now is, I can't keep capping outliers, yes! What do I do now?

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
scroll top