/ds-template

This is a brief template to start a Data Science Projects.

Primary LanguageJupyter Notebook

Data Science Template

A base template for your basic data science / data analysis project.

This is a simple version of the cookiecutter template.

Quickstart

Install the latest Cookiecutter to use this template (requires Cookiecutter 2.1.0 or higher)

pip install -U cookiecutter 

Run the following script to generate the template for the project in your terminal or command prompt.

cookiecutter https://github.com/alamhanz/data_science_template.git --checkout <tag>

Then, follow the template as needed.

Structure

    |--artifacts
    |--data
        |--raw
        |--interim
        |--processed
        |--externals
    |--notebooks
    |--queries
    |--reports
        |--figures
    |--src