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

Remove every ``print`` statements from the codebase #15

Open lorenz-gorini opened 4 years ago

lorenz-gorini commented 4 years ago

Since this is meant to be a library, it should not contain print statements. This would also make the code easier to test.

I suggest to replace them with appropriate code.