From e1c46ec164ca0ce1542f1612658e6ef024df28d5 Mon Sep 17 00:00:00 2001 From: NadiaBlostein Date: Sun, 21 Jul 2024 18:30:19 -0400 Subject: [PATCH] --neurolibre-debug --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1be101..57db11a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Binder](https://test.conp.cloud/badge_logo.svg)](https://test.conp.cloud/v2/gh/NadiaBlostein/Project-Prep-Series-02-Data-Preparation/HEAD) + Data preparation is a critical prerequisite to any data analysis or machine learning application. The purpose of the following workshop is to familiarize students with some data preparation (ie preprocessing) basics in Python 3+, using .csv and .png files. Part 1 will focus on .csv data preparation and we will be going through the `CSV_preparation.ipynb` notebook. This notebook contains a mini assignment, the answers of which can be found in `CSV_preparation_mini_assignment_answers.ipynb`.