Vincent Perrollaz
Vincent Perrollaz
# Brief Description Not clear if it is really a bug but still a bit weird. - in functions.py we have `add_column` and `add_columns`. The first one provides a new...
Confusing behavior of `deconcatenate` method with both `new_column_names` and `autoname` argument?
# Brief Description I first realized this because `mypy` is complaining of the type of `new_column_name` : ``` janitor/functions.py:1103: error: Argument 1 to "len" has incompatible type "Union[List[str], Tuple[str], None]";...
# Brief Description I found the completions proposal of pyjanitor methods in the jupyter notebooks a bit difficult to use and wanted to check if it was my install or...