HK3-Lab-Team / pytrousse

PyTrousse collects into one toolbox a set of data wrangling procedures tailored for composing reproducible analytics pipelines.
Apache License 2.0
0 stars 1 forks source link

"show_columns_type" method of DataFrameWithInfo class only returns the column first element type #19

Closed lorenz-gorini closed 4 years ago

lorenz-gorini commented 4 years ago

The "show_columns_type" method of DataFrameWithInfo class is supposed to return the type of the values in the column. To this purpose, something similar to the first part of the function _split_columns_by_type_parallelshould be implemented in order to also identify columns with mixed type values.