Skip to content

πŸ“Š Data analysis projects for autonomous driving and smart mobility engineering using Python and SQL.

Notifications You must be signed in to change notification settings

Arielle0222/Data_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘©β€πŸ”§ Hi There!

Welcome to the Data Analysis Repository, where you can explore projects applying data analysis techniques essential for autonomous driving and smart mobility engineering.

As part of my journey to become an Autonomous Driving and Smart Mobility Engineer, I have been exploring and developing data analysis skills in this field. Python is my primary tool, and I also plan to conduct data analysis using SQL soon.


πŸ“‚ Repository Structure

β”œβ”€β”€ Project1_Name/                   # Data Analysis Project 1
β”‚   β”œβ”€β”€ Data/                        # Raw datasets
β”‚   β”œβ”€β”€ Output_Data_Analysis/        # Analysis results
β”‚   β”‚   β”œβ”€β”€ Jupyter_Notebook/        # Jupyter notebooks for data analysis
β”‚   └── Output_Paper/                # Result Reports and Documentation (.pdf)
β”‚                
β”œβ”€β”€ Project2_Name/                   # Data Analysis Project 2
β”‚
β”œβ”€β”€ README.md                        # Documentation (this file)

πŸ“Š Latest Data Analysis Project

Analysis of EV Adoption Rates and Air Quality (PM2.5)

  • Objective: Explore the relationship between regional EV adoption rates and PM2.5 levels to understand the impact of EVs on air quality.
  • Dataset: Monthly regional air pollution data (PM2.5, PM10, etc.) and EV ownership statistics for 2023.
  • Key Methods:
    • Data Preprocessing: Handling missing values, removing outliers, and unifying datasets.
    • Analysis: Using Pearson and Spearman correlation to identify trends.
    • Visualization: Interactive heatmaps and scatter plots for regional insights.
  • πŸ“ˆ Key Results:
    • Scatter Plot: Demonstrates the relationship between EV ownership ratio and PM2.5 levels.
    • Heatmap: Interactive visualization showcasing regional variations in pollution and EV adoption.
  • 🌐 Future Directions
    • Integrating real-time air quality monitoring data with autonomous vehicle route planning.
    • Exploring traffic optimization models using environmental and mobility data.
    • Extending analysis to predict future trends in sustainable urban mobility.

πŸ“‹ Other Data Analysis Projects


πŸ› οΈ Tools and Technologies

  • Programming Language: Python
  • Libraries: pandas, matplotlib, seaborn, folium, geopy, scipy
  • Environment: Jupyter Notebook

πŸš€ How to Use

Prerequisites

  • Python 3.8 or higher
  • Required libraries in requirements.txt

Installation

  1. Clone the repository:
    git clone https://github.com/Arielle0222/Data_Analysis.git
    cd Data_Analysis
  2. Install dependencies:
    pip install -r requirements.txt

Run Notebooks and Scripts

  • Use Jupyter Notebook for interactive exploration:
    jupyter notebook
  • Execute Python scripts for specific tasks:
    python scripts/<script_name>.py

🀝 Contributing

Contributions are welcome! Feel free to submit issues or pull requests.


πŸ“§ Contact

About

πŸ“Š Data analysis projects for autonomous driving and smart mobility engineering using Python and SQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published