This org contains a mix of opensource projects, which are described in tables below.
Some of them can be previewed at http://notincluded.org.
Repository Name | type | Use Case | Description |
---|---|---|---|
payment_parser | PyPi package | File Transformation (fixed-width to csv) | Parses a fwf payment file into CSV files. |
py-github-helper | PyPi package | Trigger on Github events | Enables interaction with Github Repositories and Pull Requests. |
dbt_table_diff | PyPi Package, Github Action | Run on Open Pull Requests | Comparesdbt tables in across BigQuery schemas , aka dbt datasets . |
dbt_example | .github/workflow | Example of using dbt_table_diff |
Shows how dbt_table_diff can be used to comment on an Open dbt PR. |
Repository Name | Use Case | Description |
---|---|---|
ds-tour | Learning Javascript | Implements data structures and has OOP examples, in Javascript. |
simple_django_app | Learning Django (intro) | Creates a simple Django project, based of this Youtube series. |
simple_flask_app | Learning Flask (intro) | Creates a simple homepage using Flask, based of this Youtube series. |
simple_analytics_pipeline | Learning Data Engineering (ETL Intro) | Uses Pandas to load CSV into SQLite database and queries database to create a simple chart. |
search_completion | Learning Data Engineering (ETL Medium) | Extracts Bag of Words from text file, loads into SQLite database, and returns most common words based on a prefix. |