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.
βββ 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)
- 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.
- Programming Language: Python
- Libraries: pandas, matplotlib, seaborn, folium, geopy, scipy
- Environment: Jupyter Notebook
- Python 3.8 or higher
- Required libraries in
requirements.txt
- Clone the repository:
git clone https://github.com/Arielle0222/Data_Analysis.git cd Data_Analysis - Install dependencies:
pip install -r requirements.txt
- Use Jupyter Notebook for interactive exploration:
jupyter notebook
- Execute Python scripts for specific tasks:
python scripts/<script_name>.py
Contributions are welcome! Feel free to submit issues or pull requests.
- GitHub: Arielle0222
- Email: seohee70428@gmail.com