Closed RVegh closed 11 months ago
added functions to read and transform csv, json and sql in pandas dataframes and save it into CSV files.
Some considerations:
After the development, I will move all the content to a .py file and change the directory
The new functions will probably be moved to a new class
The function save_dataframe just save as CSV for now, but other data formats will be added soon.
I refatorated some functions on the DataConnector class to match the others in Pep8 convention.
Deu b.o em uns testes aí de convenção do código, depois vou olhar
added functions to read and transform csv, json and sql in pandas dataframes and save it into CSV files.
Some considerations:
After the development, I will move all the content to a .py file and change the directory
The new functions will probably be moved to a new class
The function save_dataframe just save as CSV for now, but other data formats will be added soon.
I refatorated some functions on the DataConnector class to match the others in Pep8 convention.