Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.