dhavalpotdar / databricks_etl_pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Data Science Template

Codespaces Prebuilds

CI

This is a Python template for Data Science projects with CI setup using GitHub Actions. It also provides a .devcontainer setup. It has all the standard libraries for a Data Science project.

Directory Structure

.
├── Dockerfile
├── LICENSE
├── Makefile
├── README.md
├── repeat.sh
├── requirements.txt
├── setup.sh
├── src
│   ├── lib
│   │   ├── func_utils.py
│   │   └── __init__.py
│   └── main.py
└── tests
    ├── __init__.py
    └── test_lib.py

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 48.9%Language:Makefile 27.6%Language:Shell 18.1%Language:Dockerfile 5.4%