May-03-2020, 12:38 PM
pd.to_numeric(df['s2'], errors='coerce').mean()
How to calculate column mean and row skip non numeric and na
|
|
Messages In This Thread |
How to calculate column mean and row skip non numeric and na - by Mekala - May-02-2020, 12:31 PM
RE: How to calculate column mean and row skip non numeric and na - by anbu23 - May-03-2020, 12:38 PM
RE: How to calculate column mean and row skip non numeric and na - by Mekala - May-04-2020, 01:26 PM
RE: How to calculate column mean and row skip non numeric and na - by anbu23 - May-04-2020, 02:56 PM
RE: How to calculate column mean and row skip non numeric and na - by Mekala - May-05-2020, 03:13 PM
RE: How to calculate column mean and row skip non numeric and na - by anbu23 - May-06-2020, 10:52 AM
|