Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcocrowe/data-analytics-project-template
A template for a Data Analytics Project
https://github.com/marcocrowe/data-analytics-project-template
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
Last synced: 27 days ago
JSON representation
A template for a Data Analytics Project
- Host: GitHub
- URL: https://github.com/marcocrowe/data-analytics-project-template
- Owner: marcocrowe
- License: other
- Created: 2021-12-31T08:20:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T05:29:08.000Z (10 months ago)
- Last Synced: 2024-12-06T12:14:42.775Z (about 1 month ago)
- 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
- Language: Jupyter Notebook
- Homepage: https://github.com/markcrowe-com/data-analytics-project-template
- Size: 5.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# [Data Analytics Project Template](https://github.com/markcrowe-com/data-analytics-project-template)
This repository is a template for a Data Analytics project.
> "A library serves no purpose unless someone is using it." – Atoz, 2269
## Requirements
- [Python ≥ 3.8.0](https://www.python.org/downloads/)
### Python packages (pip)
- [nbautoexport](https://github.com/drivendataorg/nbautoexport)
## Recommended IDEs
- [JupyterLab](https://jupyter.org/install.html)
- [VS Code](https://code.visualstudio.com/): [`Python`](https://code.visualstudio.com/docs/languages/python)## Directory Structure
| Folder | Description |
|-----------------------------------------------------|----------------------------------------------------------|
| ┣ 📂[.vscode](./.vscode) | VS Code generated content: settings for spellings. |
| ┣ 📂[artifacts](./artifacts) | Work products of the project/Jupyter notebooks. |
| ┣ 📂[assets](./assets) | Assets for the project, provided by the starter pack. |
| ┣ 📂[docs](./docs) | Documentation for the project. |
| ┃ ┗ 📂[images](./docs/images) | Images for the documentation. |
| ┣ 📂[junk-dna](./junk-dna) | Code and artifacts that didn't make it into the release. |
| ┣ 📂[maps](./maps) | Map system files. |
| ┃ ┗ 📂[irl-adm1](./maps/irl-adm1) | irl-adm1 maps files. |
| ┣ 📂[notebooks](./notebooks) | Jupyter notebooks for the project. |
| ┣ 📂[python-package](./python-package) | Python source code for the Python package. |
| ┃ ┗ 📂[project_name](./python-package/project_name) | Python sample package. |
| ┣ 📂[references](./references) | References for the project, with copies. |
| ┗ 📜[readme.md](readme.md) | The project readme file. |> Directory Structure Legend
---
**Template footnote:**This project started from the template . 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/markcrowe-com/) Copyright © 2021, All rights reserved.