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

Added test for evaluating __eq__ method of FeatureOperation class #1

Closed lorenz-gorini closed 4 years ago

lorenz-gorini commented 4 years ago

Added df_trivial static_method in DataFrameMock for creating mock for testing trivial_columns property Added test for trivial_columns property of DataFrameWithInfo class Replaced number 100 with variable sample_count

Added test for evaluating eq method of FeatureOperation class