Skip to content

A starter template for data analysis projects that offers a simplified and beginner-friendly structure.

Notifications You must be signed in to change notification settings

fer-aguirre/cookiecutter-data-analysis-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecutter Data Analysis Lite 🐝

A starter cookiecutter template for data analysis projects that offers a simplified and beginner-friendly structure.


Directory Structure

┬
├─ .gitignore                  # Customized .gitignore for python projects
├─ LICENSE                     # Project's license
├─ pyproject.toml              # Project dependencies
├─ README.md                   # Top-level README for this project
|
├─ assets                      # Resources for the project
|
├─ data                        # Categorized data files                       
|  ├─ processed                # Cleaned data
|  └─ raw                      # Original data
|
├─ notebooks                   # Jupyter notebooks
|  ├─ 0.0-collect-data.ipynb   # Gathering data
|  ├─ 1.0-process-data.ipynb   # Data processing (fixing column types, data cleansing, etc.)
|  ├─ 2.0-analyze-data.ipynb   # Exploratory data analysis
|  └─ 3.0-visualize-data.ipynb # Data visualization methods
|
├─ outputs                     # Exports generated by notebooks
|  ├─ figures                  # Generated graphics, maps, etc. to be used in reporting
|  └─ tables                   # Generated pivot tables to analyze data
|
┴


About

A starter template for data analysis projects that offers a simplified and beginner-friendly structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages