
Exploratory Data Analysis
Finished on: DATE
Objective
The objective of this portfolio website is to showcase my expertise in Exploratory Data Analysis (EDA) through a detailed case study using the loan_data.csv dataset. This dataset includes information about loan applications such as loan amounts, interest rates, loan purposes, and borrower details. The goal is to demonstrate my ability to preprocess, clean, and analyze data to uncover meaningful insights that can drive business decisions.
Objective
Assess the volume and dimensions of the dataset to understand its scope.
Details
Start by loading the loan_data.csv file and examining its structure. Check the number of rows and columns to get a sense of the dataset's size. This initial step helps in planning the subsequent analysis and resource allocation.
Tools/Methods
Use functions like shape in pandas to get the number of records and attributes.
Data Set
Age | Daily.Steps | Activity.Level |
---|---|---|
25 | 5000 | Moderate |
thirty | 8000 | High |
35 | 7000 | Moderate |
40 | 6000 | Low |
45 | NaN | Low |
