From 14505368c09240451591fd41468155fcd7e01122 Mon Sep 17 00:00:00 2001 From: Lorenzo Gorini Date: Tue, 25 Aug 2020 17:52:04 +0200 Subject: [PATCH] Fixes issue #19 because now "show_columns_type" considers every value in the column instead of the first one only. --- src/pd_extras/dataframe_with_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pd_extras/dataframe_with_info.py b/src/pd_extras/dataframe_with_info.py index f46c666..c67700e 100644 --- a/src/pd_extras/dataframe_with_info.py +++ b/src/pd_extras/dataframe_with_info.py @@ -784,7 +784,7 @@ def show_columns_type(self, col_list: Tuple[str] = None) -> None: - bool -> "bool_col" - str -> "string_col" - other types -> "other_col" - + Parameters ---------- col_list: Tuple[str], optional