Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NadiaBlostein authored May 9, 2022
1 parent 95ec6cc commit bf1a81e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Project-Prep-Series-02-Data-Preparation
Data preparation is a critical prerequisite to any downstream analysis, especially within the context of machine learning applications. The purpose of the following workshop is to familiarize students with some data preprocessing basics in Python 3+, using .csv and .png files.\
Part 1 will focus on .csv data preparation and we will be walking 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`.\
Data preparation is a critical prerequisite to any downstream analysis, especially within the context of machine learning applications. The purpose of the following workshop is to familiarize students with some data preprocessing basics in Python 3+, using .csv and .png files.

Part 1 will focus on .csv data preparation and we will be walking 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`.

Part 2 will focus on .png (2D image) data preparation and we will be walking 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`.

## Part 1: About the CSV Data
Expand Down

0 comments on commit bf1a81e

Please sign in to comment.