Skip to content

Commit

Permalink
Fixes issue #19 because now "show_columns_type" considers every value…
Browse files Browse the repository at this point in the history
… in the column instead of the first one only.
  • Loading branch information
lorenz-gorini authored and alessiamarcolini committed Aug 28, 2020
1 parent d3e3eb4 commit 1450536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pd_extras/dataframe_with_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1450536

Please sign in to comment.