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

https://github.com/samedwardes/cookie-cutter-data-science

template for data science projects
https://github.com/samedwardes/cookie-cutter-data-science

Last synced: 5 months ago
JSON representation

template for data science projects

Awesome Lists containing this project

README

          

# Cookie Cutter Data Science

## Project description

The purpose of this repo is to provide a default folder structure for data science projects. For further reading on best practices and good project organization check out:

- [Cookiecutter Data Science](https://drivendata.github.io/cookiecutter-data-science/#opinions)
- [Software Carpentry](https://swcarpentry.github.io/good-enough-practices-in-scientific-computing/)

## File structure

```
.
├── README.md
├── assets (images, colour schemes, or other required files)
├── data (raw data as downloaded from source)
├── docs (project documentation, Jupyter notebooks, R markdown etc.)
├── reporting
├── results (store the clean and processed data)
├── src *project source code and scripts)
```