Closed lorenz-gorini closed 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.
export_df_with_info_to_file
to_file
The function
export_df_with_info_to_file
could be moved inside DataFrameWithInfo class and become a method namedto_file
so that it is more standard-compliant.