File size: 945 Bytes
da952bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: EDA Gapminder
emoji: πŸ“Š
colorFrom: green
colorTo: blue
sdk: docker
app_port: 8501
pinned: false
---

# Exploratory Data Analysis Gapminder

Interactive exploratory data analysis tool for CSV datasets.

## Features
- πŸ“‹ Data preview with first 10 rows
- πŸ“Š Automatic summary statistics
- πŸ” Column information with null counts
- πŸ“ˆ Interactive scatter plots
- πŸ“Š Distribution histograms
- πŸ”₯ Correlation heatmap

## Tech Stack
- Streamlit for UI
- Plotly for interactive visualizations
- pandas for data processing

## Usage
1. Upload any CSV file
2. View automatic data preview and statistics
3. Select columns for visualization
4. Explore scatter plots and distributions
5. Analyze correlations between numeric columns

## Supported Datasets
Works with any CSV file containing:
- Numeric data (int, float)
- Categorical data (strings)
- Mixed data types

Best results with datasets that have at least 2 numeric columns.