import pandas as pd df = pd.read_csv('sample.csv') df.median() or df.corr() [ Error message ] --------------------------------------------------------------------------------------------------------------------------------- :1: FutureWarning: The default value of numeric_only in DataFrame.median is deprecated. In a future version, it will default to False. In addition, specifying 'numeric_only=N..