https://github.com/hendrapaiton/transformer
Data Transformation using Pandas
https://github.com/hendrapaiton/transformer
csv data-transformation excel pandas python
Last synced: about 1 year ago
JSON representation
Data Transformation using Pandas
- Host: GitHub
- URL: https://github.com/hendrapaiton/transformer
- Owner: hendrapaiton
- License: mit
- Created: 2022-11-06T00:58:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T13:28:30.000Z (over 3 years ago)
- Last Synced: 2025-01-03T18:33:15.146Z (about 1 year ago)
- Topics: csv, data-transformation, excel, pandas, python
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About Project
Data Transformation using Pandas, case study is jobs request in upwork.
## Job Requirements
We're looking for a Python developer who can help us every now and then with some data transformation.
We have the following data structure (with more columns but exactly the same logic):

We need to get into this structure:

Ideally the column names should not be hard-coded but rather dynamic using e.g. pd.endswith() to identify column names that end in “tCO2” or “verified by”.
Let us know if you can help with this - we might have some more similar tasks coming up in the future.
## Work Result
You can review my work result in [result.csv](https://github.com/hendrapaiton/transformer/blob/main/result.csv) files. I'm processing data using pandas to transform and load it to CSV files. You can view the data result as the same as the client's request in the example picture above. So if you have a task like this too, don't hesitate to hire me. Thanks.