Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 576 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 576 Bytes

Capstone 2: Working with Business Data in Python

Project Overview

This project involves utilizing Python and its data analysis libraries (such as pandas, numpy, and matplotlib) to clean, analyze, and visualize business-related data. The project is divided into two main components:

  1. Customer List Cleanup: A Python program that processes and cleans a customer list containing formatting errors and missing values.
  2. Transaction Data Analysis: A Jupyter Notebook that analyzes provided sales transaction data to generate statistical insights and visualizations.