feature wanted: pd.DataFrame.info() should show line numbers · Issue #17304 · pandas-dev/pandas (original) (raw)

Problem description

When we load data frames, sometimes there are warning of mixed types on some columns via index of columns. It will be then easier for us to check which column is it (by name) if the indices (i.e. line numbers) are shown in pd.DataFrame.info().