remove empty column in dataframe code example Example: pandas drop empty columns DataFrameName.dropna(axis=1, how='all', inplace=True)