top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Data-cleaning

Project Type

Photography

Date

April 2023

Location

Chicago Il.

Date

July 2023

Project type

Data cleaning using Python

The foundation of this project was data cleaning. This is the area where undesirable data can be changed, removed, or replaced to provide "clean" desired data.

Additionally, the issue was. Create a program that cleans the data_combined.csv file of all duplicate entries. merge the columns for first and last names into a single column called full_name. Change every 10 to a 0 in the ratings column. Establish a column called "vowel." Set the column to True if the person's complete name starts with a vowel and to False otherwise.

bottom of page