a post with jupyter notebook
1
2
3
4
5
6
7
8
9
10
11
12
13
layout: post
title: EDA on US Road Accident (2016-2023)
date: 2025-09-11 13:09:00
description: A Step by step guied on Exploratory Data Analysis
categories: education, EDA, python, data analysis
tags: jupyter windows installation
featured: true
img: assets/img/eda-on-us-road-accident-2016-2023/thumbnail.png
giscus_comments: false
related_publications: false
toc:
sidebar: left
pretty_table: true
Thumbnail
Preview

Resources
Roadmap
with python snippet
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{::nomarkdown}
<div
class="jupyter-notebook"
style="position: relative; width: 100%; margin: 0 auto;">
<div class="jupyter-notebook-iframe-container">
<iframe
src="/assets/jupyter/eda-on-us-road-accident-2016-2023.ipynb.html"
style="position: absolute; top: 0; left: 0; border-style: none;"
width="100%"
height="100%"
onload="this.parentElement.style.paddingBottom = (this.contentWindow.document.documentElement.scrollHeight + 10) + 'px'"></iframe>
</div>
</div>
{:/nomarkdown}