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 2c1d3d8 commit 65ac0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Project-Prep-Series-02-Data-Preparation
Data preparation is a critical prerequisite to any data analysis or 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.
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 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 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`.

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 2 will focus on .png (2D image) 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`.

## Part 1: About the CSV Data

Expand Down

0 comments on commit 65ac0a0

Please sign in to comment.