pyjanitor icon indicating copy to clipboard operation
pyjanitor copied to clipboard

[ENH] Make unionize_dataframe_categories more flexible

Open zbarry opened this issue 5 years ago • 0 comments

Currently, dfs have to be passed as in unionize_dataframe_categories(*dfs) or unionize_dataframe_categories(df1, df2, df3). If dfs happens to be a list / tuple, detect this and use it instead of erroring.

zbarry avatar Feb 25 '20 14:02 zbarry