Skip to content

marianoju/NF_DS_1_course_material

 
 

Repository files navigation

NF DataScience Course 1

In this repository you will find example code alongside the topics of the course. It is structured by the topics discussed within the course.

  • intro: Notebooks loading basic python packages we used and contains simple examples
  • descriptive analysis: Notebooks created to analyze and visualize data using descriptive methods

Setup

git clone https://github.com/maddosz12/NF_DS_1_course_material.git
conda env create --file environment.yml
source activate neue-fische

Usage

conda env update --file environment.yml
source activate neue-fische
jupyter notebook

Tests

pytest # tests
flake8 # codestyle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%