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

Test minor dataframe with info methods #9

Closed lorenz-gorini closed 4 years ago

lorenz-gorini commented 4 years ago

Added df_least_nan, df_duplicated_columns methods to create dataframe mocks

Added test_med_exam_col_list, test_least_nan_cols, test_contains_duplicated_features, test_show_columns_type for the related dataframewithinfo methods