{"id":22739840,"url":"https://github.com/marcocrowe/data-analytics-project-template","last_synced_at":"2026-04-13T20:31:55.195Z","repository":{"id":43354048,"uuid":"443294677","full_name":"marcocrowe/data-analytics-project-template","owner":"marcocrowe","description":"A template for a Data Analytics Project","archived":false,"fork":false,"pushed_at":"2026-03-27T02:33:23.000Z","size":5905,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-27T15:02:22.935Z","etag":null,"topics":["cloropleth-maps","code-style","data-analytics","data-visualization","documentation","exploratory-data-analysis","guide","jupyter","jupyter-notebook","maps","marckcrowe","markcrowe-com","markdown","mermaid-diagrams","python","python3","template"],"latest_commit_sha":null,"homepage":"https://github.com/markcrowe-com/data-analytics-project-template","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcocrowe.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-12-31T08:20:03.000Z","updated_at":"2026-03-27T02:33:28.000Z","dependencies_parsed_at":"2024-03-06T06:50:50.934Z","dependency_job_id":"4b0b941d-792a-44b3-84a1-2f4b188d9a0a","html_url":"https://github.com/marcocrowe/data-analytics-project-template","commit_stats":null,"previous_names":["marcocrowe/data-analytics-project-template","markcrowe-com/data-analytics-project-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/marcocrowe/data-analytics-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcocrowe%2Fdata-analytics-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcocrowe%2Fdata-analytics-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcocrowe%2Fdata-analytics-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcocrowe%2Fdata-analytics-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcocrowe","download_url":"https://codeload.github.com/marcocrowe/data-analytics-project-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcocrowe%2Fdata-analytics-project-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloropleth-maps","code-style","data-analytics","data-visualization","documentation","exploratory-data-analysis","guide","jupyter","jupyter-notebook","maps","marckcrowe","markcrowe-com","markdown","mermaid-diagrams","python","python3","template"],"created_at":"2024-12-10T23:06:22.718Z","updated_at":"2026-04-13T20:31:55.182Z","avatar_url":"https://github.com/marcocrowe.png","language":"Jupyter Notebook","readme":"\n# [Data Analytics Project Template](https://github.com/marcocrowe/data-analytics-project-template)\n\nThis repository is a template for a Data Analytics project.\n\n\u003e \"A library serves no purpose unless someone is using it.\" – Atoz, 2269\n\n## Requirements\n\n- [Python \u0026GreaterEqual; 3.8.0](https://www.python.org/downloads/)\n\n### Python packages (pip)\n\n- [nbautoexport](https://github.com/drivendataorg/nbautoexport)\n\n## Recommended IDEs\n\n- [JupyterLab](https://jupyter.org/install.html)\n- [VS Code](https://code.visualstudio.com/): [`Python`](https://code.visualstudio.com/docs/languages/python)\n\n## Directory Structure\n\n| Folder                                              | Description                                              |\n|-----------------------------------------------------|----------------------------------------------------------|\n| ┣ 📂[.vscode](./.vscode)                            | VS Code generated content: settings for spellings.       |\n| ┣ 📂[artifacts](./artifacts)                        | Work products of the project/Jupyter notebooks.          |\n| ┣ 📂[assets](./assets)                              | Assets for the project, provided by the starter pack.    |\n| ┣ 📂[docs](./docs)                                  | Documentation for the project.                           |\n| ┃ ┗ 📂[images](./docs/images)                       | Images for the documentation.                            |\n| ┣ 📂[junk-dna](./junk-dna)                          | Code and artifacts that didn't make it into the release. |\n| ┣ 📂[maps](./maps)                                  | Map system files.                                        |\n| ┃ ┗ 📂[irl-adm1](./maps/irl-adm1)                   | irl-adm1 maps files.                                     |\n| ┣ 📂[notebooks](./notebooks)                        | Jupyter notebooks for the project.                       |\n| ┣ 📂[python-package](./python-package)              | Python source code for the Python package.               |\n| ┃ ┗ 📂[project_name](./python-package/project_name) | Python sample package.                                   |\n| ┣ 📂[references](./references)                      | References for the project, with copies.                 |\n| ┗ 📜[readme.md](readme.md)                          | The project readme file.                                 |\n\n\u003e Directory Structure Legend\n\n---\n**Template footnote:**\n\nThis project started from the template \u003chttps://github.com/marcocrowe/data-analytics-project-template\u003e. Permission is granted to reproduce for personal and educational use only. Commercial copying, hiring, lending is prohibited. In all cases this notice must remain intact. Template Author [Mark Crowe](https://github.com/marcocrowe/) Copyright \u0026copy; 2021, All rights reserved.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcocrowe%2Fdata-analytics-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcocrowe%2Fdata-analytics-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcocrowe%2Fdata-analytics-project-template/lists"}