How do I make my mean calculations not return Nan on numeric data, using pandas package in python?
So I’m learning how to use pandas and I’m trying to group a df based on a set of parameters in one of the columns and perform the mean on another column.