an-exploratory-data-analysis-on-traffic-accident-in-germany

https://github.com/borhan-u/an-exploratory-data-analysis-on-traffic-accident-in-germany

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: BorHan-U
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 708 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

An Exploratory Data Analysis (EDA) on Traffic Accident in Germany

An individual Software Engineering project to uncover trends on traffic accident in Germany (Under Student ID 824909, Uni Potsdam)

This project is to analyze traffic accident and trends in germeny. In this notebook, I will be analyzing a dataset containing information about road accidents between the years 2008 and 2022 in different scenarios such acccident type and location type, etc.. The dataset contains the following columns you must accounted:

  • Year
  • Persons killed
  • Seriously injured
  • Slightly injured
  • Kind of accident
  • Area type

With these data, I will conduct data analysis and data visualization to make the data easier to understnd, and extract meaningfull insighst from the data.

In this project, with necessary data processing and data exploration, I will be answering following research questions as well:

  1. During the crossing car, which year did most death cases occur in inner town?
  2. What is the main type of accident that has caused most death cases over the years?
  3. For which area (inner town/out of town) has the least serious injury over the period?
  4. What are the turning accident (one of the accident types) trends between the years 2013 to 2022 that fluctuated in terms of slightly injured occurrence?
  5. How have the number of deaths, serious injuries, and slightly injured cases varied in recent (last 5) years due to driving accidents?

Usage

To do EDA (Exploratory data analysis), we have used python as programming language. the data stored in /data directory in CSV file, the main code store /src directory. and a detailed project explanation file stored in /doc directory.

Tools and Library Required

Jupyter Notebook
Python (python3)
Matplotlib (plotting library)
Pandas (DataFrame)
Seaborn (visualization)
Git (Version Control system)

Necessary Guidelines to start

Make sure the two necessary tools installed properly in your machine the Python and Git, and make sure jupyter notebook run on the server.
Source: Git [https://git-scm.com/], Python [https://www.python.org/]

Make sure All the mentioned libraries installed and imported  properly your Jupyter notebook
[you can usen pip to install, eg, !pip install library name]

Clone the repository in your local machine
https://gitup.uni-potsdam.de/uddin2/project_rse_824909.git

Then navigate to src directory 
% cd src  

Open the ipynb (Traffic_accident_RSE_project) file in jupyter notebook

% jupyter notebook [After that server will open local server in locahost with a local address]

Finally RUN the cells to perform data analysis. In case of further details, you may refer to guidelines in markdown    file at jupyter notebook.

Licenset

The project is under license from MIT. For more details about license, explore the LICENSE

Citationt

In case, if you are a user of this resources and software, please cite using Citation, citation.cff file

Contact Information

Feel free to reach out to me, if necessary, through my Git.Up Md Borhan Uddin.

Owner

  • Name: Md Borhan Uddin
  • Login: BorHan-U
  • Kind: user

I recently completed a bachelor's degree in computer science with A data science & computational intelligence specialization at IIUM.

Citation (CITATION.cff)

cff-version: 1.2.0
title: Project_RSE_824909
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Md Borhan
    family-names: Uddin
    email: md.borhan.uddin@uni-potsdam.de
repository-code: >-
  https://gitup.uni-potsdam.de/uddin2/project_rse_824909
license: MIT
version: 1.0.0
date-released: '2024-05-12'

GitHub Events

Total
  • Push event: 1
  • Public event: 1
  • Create event: 2
Last Year
  • Push event: 1
  • Public event: 1
  • Create event: 2