- Name: laptopdata.csv
- Structure:
- Company
- TypeName
- Inches
- ScreenResolution
- Cpu
- Ram
- Memory
- Gpu
- OpSys
- Weight
- Price
- Name: laptopdata.xlsx
- Cleaned the Dataset
- Handled Null Values
- Standardized Data Format
- Designed Table using Design Principles
- Which company has the highest average price for laptops?
- What is the distribution of laptop screen sizes?
- How does RAM size correlate with laptop prices?
- Which operating system is the most common among laptops?
- How does CPU type affect laptop prices?
- Visualized price distribution among different laptop types.
- Pivot table: Average laptop prices by company.
- Pivot table: Average laptop prices by screen size.
- Pivot table: Average laptop prices by GPU.
- Pivot table: Average laptop prices by operating system.
- Bar chart: Distribution of laptop screen sizes.
- Scatter plot: Relationship between RAM and laptop prices.
- Pie chart: Distribution of operating systems among laptops.
- Box plot: Price distribution across different CPU types.
- Line chart: Trend of laptop prices over different years.
- Average prices by Company
- Average prices by Screen Size
- Average prices by GPU
Find our detailed analysis and insights in the Medium Article.
- VLOOKUP
- IFERROR
- CONCATENATE
- INDEX/MATCH
- COUNTIF
- SUMIF
- AVERAGEIF
- Pivot tables
- Data validation
- Text-to-columns
- Conditional formatting
- Subtotal
- Power Query (Get & Transform)
- IF
- Trim
This README file serves as a documentation guide for the laptop data analysis project, outlining the dataset, tasks completed, analysis, visualizations, and Excel functions used. For detailed information, refer to the Medium article linked above.