An open API service indexing awesome lists of open source software.

https://github.com/ahnaf19/clean_bankingdata

Here I tried to practice simple ETL tasks. I know how to perform these tasks in SQL, here just explored my way around using pandas as well.
https://github.com/ahnaf19/clean_bankingdata

data-analysis data-cleaning pandas python

Last synced: 2 months ago
JSON representation

Here I tried to practice simple ETL tasks. I know how to perform these tasks in SQL, here just explored my way around using pandas as well.

Awesome Lists containing this project

README

          

# clean_bankingData
Here I tried to practice simple ETL tasks. I know how to perform these tasks in `postgreSQL`, here just explored my way around using `pandas` as well. In future projects, I would try to work with such a dataset where data cleaning would include handling missing data as well. I would also try to come up with more transformation tasks such as feature engineering and would data analytics pondering over those.

Have a look at my this repo where I went from data cleaning to data analysis with visualization.

## Task
- Extract the given csv file and divide them into three csv files where the data are transformed accordingly
- Transformation instruction can be found at the beginning of the notebook