df['column_name'].median()
import pandas as pd df = pd.read_csv('File_name') #Enter the pasth of filename df.median()