https://github.com/ambujraj/sourcebyte
An open-source boilerplate code for data engineering with pandas
https://github.com/ambujraj/sourcebyte
data-engineering data-science pandas pandas-dataframe python python3
Last synced: 2 months ago
JSON representation
An open-source boilerplate code for data engineering with pandas
- Host: GitHub
- URL: https://github.com/ambujraj/sourcebyte
- Owner: ambujraj
- Created: 2022-11-11T05:17:30.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-30T05:14:14.000Z (about 3 years ago)
- Last Synced: 2025-06-07T07:40:24.562Z (about 1 year ago)
- Topics: data-engineering, data-science, pandas, pandas-dataframe, python, python3
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SourceByte
An open-source boilerplate code for data engineering with pandas
# Setup
1. Install dependencies from requirements.txt
2. Create Data folder in root
3. Add your AWS credentials in configuration/config.ini file
4. Put your raw file in either S3 or data/raw/ folder
5. Run from src/main.py