MauroPen / MyPythonRepo

0 stars 0 forks source link

Create a Common function for exporting dataframes #37

Closed MauroPen closed 1 year ago

MauroPen commented 1 year ago

The export function is often used: therefore, it makes sense to generalize its formulation and include it in the Common.py dependency.

Exporting is characterized by the following:

For this reason, it might make sense to define a new class of objects called ExportDataFrame with the following attributes:

Therefore, the function is expected to need the following arguments:

MauroPen commented 1 year ago

The export_dataframes() function (#4), together with its Class DataframeExport (#3) has been added to Common.py