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

Move function ``export_df_with_info_to_file`` inside DataFrameWithInfo class #14

Closed lorenz-gorini closed 4 years ago

lorenz-gorini commented 4 years ago

The function export_df_with_info_to_file could be moved inside DataFrameWithInfo class and become a method named to_file so that it is more standard-compliant.