Return Mean Of Dataframe As Single Row Dataframe

[Solved] Return Mean Of Dataframe As Single Row Dataframe | Perl - Code Explorer | yomemimo.com
Question : return mean of dataframe as single row dataframe

Answered by : makuta

df.mean().to_frame().T

Source : | Last Update : Wed, 02 Jun 21

Answers related to return mean of dataframe as single row dataframe

Code Explorer Popular Question For Perl