Added types to df.info() by askmyhat · Pull Request #875 · pandas-dev/pandas-stubs (original) (raw)

check(assert_type(df.info(show_counts=True), None), None) check(assert_type(df.info(show_counts=None), None), None)