Skip to content

Instantly share code, notes, and snippets.

@pybokeh
Last active May 30, 2023 03:06
Show Gist options
  • Save pybokeh/dc0743ee589842cc82c40abfc3c30318 to your computer and use it in GitHub Desktop.
Save pybokeh/dc0743ee589842cc82c40abfc3c30318 to your computer and use it in GitHub Desktop.
Ibis table as Postgres example
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "f883bece-7a75-46d5-ac83-fe77cbc26cf3",
"metadata": {},
"outputs": [],
"source": [
"import duckdb\n",
"import ibis\n",
"import pandas as pd\n",
"from ibis import _\n",
"ibis.options.interactive = True\n",
"pd.options.display.max_rows=1000\n",
"pd.options.display.max_columns=100"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "76f5b126-2629-4de9-a965-fb037acad902",
"metadata": {},
"outputs": [],
"source": [
"client = ibis.duckdb.connect()"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "0d06be43-395f-4a6a-8afb-ec66ef87c2eb",
"metadata": {},
"outputs": [],
"source": [
"veh_crash_stats = client.read_csv('./data/CrashStatistics.csv', timestampformat=\"%-m/%-d/%Y %H:%M:%S %p\", auto_detect=True)"
]
},
{
"cell_type": "code",
"execution_count": 4,
"id": "11404762-7282-4596-8068-8598643026bf",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<pre style=\"white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace\">┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┓\n",
"┃<span style=\"font-weight: bold\"> LocalReportNumber </span>┃<span style=\"font-weight: bold\"> DocumentNumber </span>┃<span style=\"font-weight: bold\"> CrashSeverity </span>┃<span style=\"font-weight: bold\"> HitSkip </span>┃<span style=\"font-weight: bold\"> LocalInformation </span>┃<span style=\"font-weight: bold\"> SecondaryCrash </span>┃<span style=\"font-weight: bold\"> PhotosTaken </span>┃<span style=\"font-weight: bold\"> OH2 </span>┃<span style=\"font-weight: bold\"> OH3 </span>┃<span style=\"font-weight: bold\"> OH1P </span>┃<span style=\"font-weight: bold\"> OHOther </span>┃<span style=\"font-weight: bold\"> PrivateProperty </span>┃<span style=\"font-weight: bold\"> ReportingAgencyNCIC </span>┃<span style=\"font-weight: bold\"> NumberOfUnits </span>┃<span style=\"font-weight: bold\"> UnitInError </span>┃<span style=\"font-weight: bold\"> County </span>┃<span style=\"font-weight: bold\"> InCityVillageTownship </span>┃<span style=\"font-weight: bold\"> CityVillageTownshipName </span>┃<span style=\"font-weight: bold\"> CrashDateTime </span>┃<span style=\"font-weight: bold\"> FIPSPlaceCode </span>┃<span style=\"font-weight: bold\"> Latitude </span>┃<span style=\"font-weight: bold\"> Longitude </span>┃<span style=\"font-weight: bold\"> LocationRouteType </span>┃<span style=\"font-weight: bold\"> LocationRouteNumber </span>┃<span style=\"font-weight: bold\"> LocationPrefix </span>┃<span style=\"font-weight: bold\"> LocationRoadName </span>┃<span style=\"font-weight: bold\"> LocationRoadType </span>┃<span style=\"font-weight: bold\"> DistanceFromReference </span>┃<span style=\"font-weight: bold\"> DistanceReferenceMeasurement </span>┃<span style=\"font-weight: bold\"> DirectionFromReference </span>┃<span style=\"font-weight: bold\"> ReferenceRouteType </span>┃<span style=\"font-weight: bold\"> ReferenceRouteNumber </span>┃<span style=\"font-weight: bold\"> ReferencePrefix </span>┃<span style=\"font-weight: bold\"> ReferenceName </span>┃<span style=\"font-weight: bold\"> ReferencePointUsed </span>┃<span style=\"font-weight: bold\"> ReferenceRoadType </span>┃<span style=\"font-weight: bold\"> IntersectionOrApproachRelated </span>┃<span style=\"font-weight: bold\"> NumberOfApproaches </span>┃<span style=\"font-weight: bold\"> WithinInterchangeArea </span>┃<span style=\"font-weight: bold\"> LocationFirstHarmfulEvent </span>┃<span style=\"font-weight: bold\"> MannerOfCollision </span>┃<span style=\"font-weight: bold\"> Weather </span>┃<span style=\"font-weight: bold\"> LightCondition </span>┃<span style=\"font-weight: bold\"> ActiveSchoolZoneRelated </span>┃<span style=\"font-weight: bold\"> WorkZoneRelated </span>┃<span style=\"font-weight: bold\"> WorkersPresent </span>┃<span style=\"font-weight: bold\"> LawEnforcementPresentInWorkZone </span>┃<span style=\"font-weight: bold\"> WorkZoneType </span>┃<span style=\"font-weight: bold\"> WorkZoneLocation </span>┃<span style=\"font-weight: bold\"> Narrative </span>┃<span style=\"font-weight: bold\"> ReportTakenBy </span>┃<span style=\"font-weight: bold\"> Supplement </span>┃<span style=\"font-weight: bold\"> CrashReportedDateTime </span>┃<span style=\"font-weight: bold\"> DispatchedDateTime </span>┃<span style=\"font-weight: bold\"> ArrivedDateTime </span>┃<span style=\"font-weight: bold\"> SceneClearedDateTime </span>┃<span style=\"font-weight: bold\"> OtherInvestigationTime </span>┃<span style=\"font-weight: bold\"> TotalTimeRoadwayClosed </span>┃<span style=\"font-weight: bold\"> OfficerName </span>┃<span style=\"font-weight: bold\"> OfficerBadgeNumber </span>┃<span style=\"font-weight: bold\"> CheckedByOfficerName </span>┃<span style=\"font-weight: bold\"> CheckedByBadgeNumber </span>┃<span style=\"font-weight: bold\"> RoadwayDivided </span>┃<span style=\"font-weight: bold\"> DividedLaneTravelDirection </span>┃<span style=\"font-weight: bold\"> DividedMedianType </span>┃<span style=\"font-weight: bold\"> RoadContour </span>┃<span style=\"font-weight: bold\"> RoadCondition </span>┃<span style=\"font-weight: bold\"> RoadSurface </span>┃<span style=\"font-weight: bold\"> TotalInjured </span>┃<span style=\"font-weight: bold\"> TotalKilled </span>┃<span style=\"font-weight: bold\"> TotalMinutes </span>┃<span style=\"font-weight: bold\"> AnimalRelated </span>┃<span style=\"font-weight: bold\"> AnimalDeerRelated </span>┃<span style=\"font-weight: bold\"> AlcoholRelated </span>┃<span style=\"font-weight: bold\"> DrugRelated </span>┃<span style=\"font-weight: bold\"> BicycleRelated </span>┃<span style=\"font-weight: bold\"> MotorCycleRelated </span>┃<span style=\"font-weight: bold\"> SpeedRelated </span>┃<span style=\"font-weight: bold\"> PedestrianRelated </span>┃<span style=\"font-weight: bold\"> SemiTruckRelated </span>┃<span style=\"font-weight: bold\"> SmallTruckRelated </span>┃<span style=\"font-weight: bold\"> YouthRelated </span>┃<span style=\"font-weight: bold\"> TeenRelated </span>┃<span style=\"font-weight: bold\"> DUI21Related </span>┃<span style=\"font-weight: bold\"> SeniorRelated </span>┃<span style=\"font-weight: bold\"> FatalNotReportable </span>┃<span style=\"font-weight: bold\"> CommercialRelated </span>┃<span style=\"font-weight: bold\"> CommercialAtFault </span>┃\n",
"┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━┩\n",
"│ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">timestamp</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">timestamp</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │\n",
"├───────────────────┼────────────────┼────────────────────────┼──────────┼──────────────────┼────────────────┼─────────────┼─────────┼─────────┼─────────┼─────────┼─────────────────┼─────────────────────┼───────────────┼─────────────┼─────────────────┼───────────────────────┼─────────────────────────┼─────────────────────┼───────────────┼───────────┼────────────┼────────────────────────────────────────┼─────────────────────┼────────────────┼──────────────────┼──────────────────┼───────────────────────┼──────────────────────────────┼────────────────────────┼────────────────────┼──────────────────────┼─────────────────┼─────────────────┼────────────────────┼───────────────────┼───────────────────────────────┼────────────────────┼───────────────────────┼───────────────────────────┼─────────────────────────────────────────────────┼──────────────────┼────────────────┼─────────────────────────┼─────────────────┼────────────────┼─────────────────────────────────┼──────────────┼──────────────────┼──────────────────────────────────────────────────────────────────────────────────┼───────────────┼────────────┼───────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼────────────────────────┼────────────────────────┼─────────────────────┼────────────────────┼──────────────────────┼──────────────────────┼────────────────┼────────────────────────────┼───────────────────────────────────┼────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼───────────────────┼────────────────┼─────────────┼────────────────┼───────────────────┼──────────────┼───────────────────┼──────────────────┼───────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼────────────────────┼───────────────────┼───────────────────┤\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023-00000344 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232053802</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">00205 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Allen County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Village </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Spencerville </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-05 10:24:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">74034</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.708760</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-84.353421</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">East </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4TH </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">BROADWAY </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Backing </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Sleet; Hail </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 &amp; 2 were traveling south on Broadway; stopped at a red light. Unit 1 pro…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-05 10:24:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/5/2023 10:24:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/5/2023 10:24:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/5/2023 10:33:00 AM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MILLER </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">612 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MILLER </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">612 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">9</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2304005257 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232056058</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ True │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">05600 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Monroe County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Village </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Woodsfield </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 15:31:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">86436</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">39.760188</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-81.119776</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MARIETTA </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">207 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">Outside Trafficway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Angle </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 was attempting to make a traffic stop on Unit 2 on W Marietta St. Unit 2…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 15:32:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 3:33:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 3:39:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 4:09:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WARNER; KEVIN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">57 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">YONLEY; ERIC </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">32 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Grade</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Sand; Mud; Dirt; Oil; Gravel</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Slag; Gravel; Stone </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">56</span> │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000750 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063386</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Minor Injury Suspected</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ False │ False │ False │ True │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-09 11:00:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.097900</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.132400</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Interstate Route (Turnpike is also IR)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">270 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">250.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">On Shoulder </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Not Collision Between Two Vehicles in Transport</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 was on the exit ramp from IR 270 north to US 33 east when it went off th…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-09 11:00:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/9/2023 11:01:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/9/2023 11:05:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/9/2023 11:53:00 AM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">60</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WILLIAMS; M.M. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">3067 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Curve Grade </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">112</span> │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000716 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063429</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 08:56:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.101090</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.159039</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">AVERY-MUIRFIELD </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">100.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Angle </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 11 was turning north onto Avery-Muirfield Rd from US 33 and made an improp…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 08:56:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 8:56:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 9:08:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 9:48:00 AM </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">GUNDELFINGER; M.W. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">5668 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Divided; Raised Median (Any type)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Grade</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">52</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000726 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063488</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Minor Injury Suspected</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ False │ True │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 10:39:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.126300</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.169600</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">TULLYMORE </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">7780 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Head-on </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Fog; Smog; Smoke</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 2 was traveling WB on Tullymore Dr near 7780 address. Unit 1 was traveling…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 10:39:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 10:39:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 10:43:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 11:45:00 AM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">45</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">45</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">POPSON; J.S. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">3311 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Curve Level </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">111</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000728 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063552</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 13:54:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.099100</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.121000</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">10.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">CORBINS MILL </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ True │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">4</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Rear-end </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 2 was EB on US 33 at Corbins Mill Dr. Unit 1 was directly behind Unit 2. U…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 13:54:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 1:57:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 1:58:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 2:30:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">15</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">POPSON; J.S. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">3311 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">East </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Divided; Raised Median (Any type)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">63</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000725 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063585</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Solved </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 06:50:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.099564</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.151833</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">75.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Yards </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">East </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">AVERY-MUIRFIELD</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Rear-end </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 2 was WB on US 33 near Avery-Muirfield Dr. Unit 1 was behind Unit 2 before…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 06:50:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 6:51:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 6:58:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 7:20:00 AM </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">KINZEL; A.J. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4735 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MCCLAIN; B.M. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1390 </span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Divided; Raised Median (Any type)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">29</span> │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023003037 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063676</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">07402 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Seneca County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Tiffin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-10 18:54:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">76778</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">41.115460</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.180639</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PERRY </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">419 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Sideswipe; same direction </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 &amp; 2 were WB on Perry St. Unit 1 attempted to change lanes and struck Uni…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-10 18:54:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/10/2023 6:56:00 PM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/10/2023 7:07:00 PM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/10/2023 7:39:00 PM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PO TIMM; REBECCA L </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1000 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">JM WATSON </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">999 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">73</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ True │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023002938 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063700</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">07402 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">3</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Seneca County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Tiffin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 19:05:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">76778</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">41.117230</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.177003</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WASHINGTON </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">346 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Backing </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Units 2 &amp; 3 were legally parked on S Washington St on opposite sides of the str…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 19:05:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 7:05:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 7:06:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 8:20:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PO SOMERS; MARCUS A</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1295 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">105</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">213-003378 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063967</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unsolved</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ True │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">00902 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Butler County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Hamilton </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 16:00:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">33012</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">39.416800</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-84.580700</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PARK </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Avenue </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">150.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HIGHLAND </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Avenue </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Not Collision Between Two Vehicles in Transport</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">UNIT 2 WAS PARKED IN FRONT OF 1311 PARK AVE FACING SB WHEN UNIT 1 STRUCK UNIT 2…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 19:40:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 7:50:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 8:00:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 8:30:00 PM </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MIRANDA </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">118 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">THACKER </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">304 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │\n",
"└───────────────────┴────────────────┴────────────────────────┴──────────┴──────────────────┴────────────────┴─────────────┴─────────┴─────────┴─────────┴─────────┴─────────────────┴─────────────────────┴───────────────┴─────────────┴─────────────────┴───────────────────────┴─────────────────────────┴─────────────────────┴───────────────┴───────────┴────────────┴────────────────────────────────────────┴─────────────────────┴────────────────┴──────────────────┴──────────────────┴───────────────────────┴──────────────────────────────┴────────────────────────┴────────────────────┴──────────────────────┴─────────────────┴─────────────────┴────────────────────┴───────────────────┴───────────────────────────────┴────────────────────┴───────────────────────┴───────────────────────────┴─────────────────────────────────────────────────┴──────────────────┴────────────────┴─────────────────────────┴─────────────────┴────────────────┴─────────────────────────────────┴──────────────┴──────────────────┴──────────────────────────────────────────────────────────────────────────────────┴───────────────┴────────────┴───────────────────────┴──────────────────────┴──────────────────────┴──────────────────────┴────────────────────────┴────────────────────────┴─────────────────────┴────────────────────┴──────────────────────┴──────────────────────┴────────────────┴────────────────────────────┴───────────────────────────────────┴────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴───────────────────┴────────────────┴─────────────┴────────────────┴───────────────────┴──────────────┴───────────────────┴──────────────────┴───────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴────────────────────┴───────────────────┴───────────────────┘\n",
"</pre>\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1m \u001b[0m\u001b[1mLocalReportNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDocumentNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCrashSeverity\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mHitSkip\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocalInformation\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSecondaryCrash\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mPhotosTaken\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOH2\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOH3\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOH1P\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOHOther\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mPrivateProperty\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReportingAgencyNCIC\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mNumberOfUnits\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mUnitInError\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCounty\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mInCityVillageTownship\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCityVillageTownshipName\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCrashDateTime\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mFIPSPlaceCode\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLatitude\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLongitude\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRouteType\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRouteNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationPrefix\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRoadName\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRoadType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDistanceFromReference\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDistanceReferenceMeasurement\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDirectionFromReference\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceRouteType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceRouteNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferencePrefix\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceName\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferencePointUsed\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceRoadType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mIntersectionOrApproachRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mNumberOfApproaches\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWithinInterchangeArea\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationFirstHarmfulEvent\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mMannerOfCollision\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWeather\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLightCondition\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mActiveSchoolZoneRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkZoneRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkersPresent\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLawEnforcementPresentInWorkZone\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkZoneType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkZoneLocation\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mNarrative\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReportTakenBy\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSupplement\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCrashReportedDateTime\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDispatchedDateTime\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mArrivedDateTime\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSceneClearedDateTime\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOtherInvestigationTime\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalTimeRoadwayClosed\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOfficerName\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOfficerBadgeNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCheckedByOfficerName\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCheckedByBadgeNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadwayDivided\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDividedLaneTravelDirection\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDividedMedianType\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadContour\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadCondition\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadSurface\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalInjured\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalKilled\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalMinutes\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mAnimalRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mAnimalDeerRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mAlcoholRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDrugRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mBicycleRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mMotorCycleRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSpeedRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mPedestrianRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSemiTruckRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSmallTruckRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mYouthRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTeenRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDUI21Related\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSeniorRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mFatalNotReportable\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCommercialRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCommercialAtFault\u001b[0m\u001b[1m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━┩\n",
"│ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mtimestamp\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mtimestamp\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │\n",
"├───────────────────┼────────────────┼────────────────────────┼──────────┼──────────────────┼────────────────┼─────────────┼─────────┼─────────┼─────────┼─────────┼─────────────────┼─────────────────────┼───────────────┼─────────────┼─────────────────┼───────────────────────┼─────────────────────────┼─────────────────────┼───────────────┼───────────┼────────────┼────────────────────────────────────────┼─────────────────────┼────────────────┼──────────────────┼──────────────────┼───────────────────────┼──────────────────────────────┼────────────────────────┼────────────────────┼──────────────────────┼─────────────────┼─────────────────┼────────────────────┼───────────────────┼───────────────────────────────┼────────────────────┼───────────────────────┼───────────────────────────┼─────────────────────────────────────────────────┼──────────────────┼────────────────┼─────────────────────────┼─────────────────┼────────────────┼─────────────────────────────────┼──────────────┼──────────────────┼──────────────────────────────────────────────────────────────────────────────────┼───────────────┼────────────┼───────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼────────────────────────┼────────────────────────┼─────────────────────┼────────────────────┼──────────────────────┼──────────────────────┼────────────────┼────────────────────────────┼───────────────────────────────────┼────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼───────────────────┼────────────────┼─────────────┼────────────────┼───────────────────┼──────────────┼───────────────────┼──────────────────┼───────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼────────────────────┼───────────────────┼───────────────────┤\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023-00000344 \u001b[0m │ \u001b[1;36m20232053802\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m00205 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mAllen County \u001b[0m │ \u001b[32mVillage \u001b[0m │ \u001b[32mSpencerville \u001b[0m │ \u001b[35m2023-04-05 10:24:00\u001b[0m │ \u001b[1;36m74034\u001b[0m │ \u001b[1;36m40.708760\u001b[0m │ \u001b[1;36m-84.353421\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mEast \u001b[0m │ \u001b[32m4TH \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mNorth \u001b[0m │ \u001b[32mBROADWAY \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mStreet \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mBacking \u001b[0m │ \u001b[32mSleet; Hail \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 1 & 2 were traveling south on Broadway; stopped at a red light. Unit 1 pro…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-05 10:24:00\u001b[0m │ \u001b[32m4/5/2023 10:24:00 AM\u001b[0m │ \u001b[32m4/5/2023 10:24:00 AM\u001b[0m │ \u001b[32m4/5/2023 10:33:00 AM\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[32mMILLER \u001b[0m │ \u001b[32m612 \u001b[0m │ \u001b[32mMILLER \u001b[0m │ \u001b[32m612 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m9\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2304005257 \u001b[0m │ \u001b[1;36m20232056058\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ True │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m05600 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mMonroe County \u001b[0m │ \u001b[32mVillage \u001b[0m │ \u001b[32mWoodsfield \u001b[0m │ \u001b[35m2023-04-01 15:31:00\u001b[0m │ \u001b[1;36m86436\u001b[0m │ \u001b[1;36m39.760188\u001b[0m │ \u001b[1;36m-81.119776\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mWest \u001b[0m │ \u001b[32mMARIETTA \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32m207 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ False │ \u001b[32mOutside Trafficway \u001b[0m │ \u001b[32mAngle \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 1 was attempting to make a traffic stop on Unit 2 on W Marietta St. Unit 2…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-01 15:32:00\u001b[0m │ \u001b[32m4/1/2023 3:33:00 PM \u001b[0m │ \u001b[32m4/1/2023 3:39:00 PM \u001b[0m │ \u001b[32m4/1/2023 4:09:00 PM \u001b[0m │ \u001b[1;36m20\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mWARNER; KEVIN \u001b[0m │ \u001b[32m57 \u001b[0m │ \u001b[32mYONLEY; ERIC \u001b[0m │ \u001b[32m32 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Grade\u001b[0m │ \u001b[32mSand; Mud; Dirt; Oil; Gravel\u001b[0m │ \u001b[32mSlag; Gravel; Stone \u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m56\u001b[0m │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000750 \u001b[0m │ \u001b[1;36m20232063386\u001b[0m │ \u001b[32mMinor Injury Suspected\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ False │ False │ False │ True │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-09 11:00:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.097900\u001b[0m │ \u001b[1;36m-83.132400\u001b[0m │ \u001b[32mInterstate Route (Turnpike is also IR)\u001b[0m │ \u001b[32m270 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[1;36m250.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ True │ \u001b[32mOn Shoulder \u001b[0m │ \u001b[32mNot Collision Between Two Vehicles in Transport\u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 1 was on the exit ramp from IR 270 north to US 33 east when it went off th…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-09 11:00:00\u001b[0m │ \u001b[32m4/9/2023 11:01:00 AM\u001b[0m │ \u001b[32m4/9/2023 11:05:00 AM\u001b[0m │ \u001b[32m4/9/2023 11:53:00 AM\u001b[0m │ \u001b[1;36m60\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[32mWILLIAMS; M.M. \u001b[0m │ \u001b[32m3067 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mCurve Grade \u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m112\u001b[0m │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000716 \u001b[0m │ \u001b[1;36m20232063429\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-06 08:56:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.101090\u001b[0m │ \u001b[1;36m-83.159039\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mAVERY-MUIRFIELD \u001b[0m │ \u001b[32mDrive \u001b[0m │ \u001b[1;36m100.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mNorth \u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mAngle \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 11 was turning north onto Avery-Muirfield Rd from US 33 and made an improp…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-06 08:56:00\u001b[0m │ \u001b[32m4/6/2023 8:56:00 AM \u001b[0m │ \u001b[32m4/6/2023 9:08:00 AM \u001b[0m │ \u001b[32m4/6/2023 9:48:00 AM \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[32mGUNDELFINGER; M.W. \u001b[0m │ \u001b[32m5668 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ True │ \u001b[32mNorth \u001b[0m │ \u001b[32mDivided; Raised Median (Any type)\u001b[0m │ \u001b[32mStraight Grade\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m52\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000726 \u001b[0m │ \u001b[1;36m20232063488\u001b[0m │ \u001b[32mMinor Injury Suspected\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ False │ True │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-07 10:39:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.126300\u001b[0m │ \u001b[1;36m-83.169600\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mTULLYMORE \u001b[0m │ \u001b[32mDrive \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32m7780 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mHead-on \u001b[0m │ \u001b[32mFog; Smog; Smoke\u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 2 was traveling WB on Tullymore Dr near 7780 address. Unit 1 was traveling…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 10:39:00\u001b[0m │ \u001b[32m4/7/2023 10:39:00 AM\u001b[0m │ \u001b[32m4/7/2023 10:43:00 AM\u001b[0m │ \u001b[32m4/7/2023 11:45:00 AM\u001b[0m │ \u001b[1;36m45\u001b[0m │ \u001b[1;36m45\u001b[0m │ \u001b[32mPOPSON; J.S. \u001b[0m │ \u001b[32m3311 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mCurve Level \u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m111\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000728 \u001b[0m │ \u001b[1;36m20232063552\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-07 13:54:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.099100\u001b[0m │ \u001b[1;36m-83.121000\u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[1;36m10.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mWest \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mCORBINS MILL \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mDrive \u001b[0m │ True │ \u001b[1;36m4\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mRear-end \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 2 was EB on US 33 at Corbins Mill Dr. Unit 1 was directly behind Unit 2. U…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 13:54:00\u001b[0m │ \u001b[32m4/7/2023 1:57:00 PM \u001b[0m │ \u001b[32m4/7/2023 1:58:00 PM \u001b[0m │ \u001b[32m4/7/2023 2:30:00 PM \u001b[0m │ \u001b[1;36m30\u001b[0m │ \u001b[1;36m15\u001b[0m │ \u001b[32mPOPSON; J.S. \u001b[0m │ \u001b[32m3311 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ True │ \u001b[32mEast \u001b[0m │ \u001b[32mDivided; Raised Median (Any type)\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m63\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000725 \u001b[0m │ \u001b[1;36m20232063585\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mSolved \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-07 06:50:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.099564\u001b[0m │ \u001b[1;36m-83.151833\u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[1;36m75.0\u001b[0m │ \u001b[32mYards \u001b[0m │ \u001b[32mEast \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mAVERY-MUIRFIELD\u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mDrive \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mRear-end \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 2 was WB on US 33 near Avery-Muirfield Dr. Unit 1 was behind Unit 2 before…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 06:50:00\u001b[0m │ \u001b[32m4/7/2023 6:51:00 AM \u001b[0m │ \u001b[32m4/7/2023 6:58:00 AM \u001b[0m │ \u001b[32m4/7/2023 7:20:00 AM \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[32mKINZEL; A.J. \u001b[0m │ \u001b[32m4735 \u001b[0m │ \u001b[32mMCCLAIN; B.M. \u001b[0m │ \u001b[32m1390 \u001b[0m │ True │ \u001b[32mWest \u001b[0m │ \u001b[32mDivided; Raised Median (Any type)\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m29\u001b[0m │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023003037 \u001b[0m │ \u001b[1;36m20232063676\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m07402 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mSeneca County \u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mTiffin \u001b[0m │ \u001b[35m2023-04-10 18:54:00\u001b[0m │ \u001b[1;36m76778\u001b[0m │ \u001b[1;36m41.115460\u001b[0m │ \u001b[1;36m-83.180639\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mWest \u001b[0m │ \u001b[32mPERRY \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32m419 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mSideswipe; same direction \u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 1 & 2 were WB on Perry St. Unit 1 attempted to change lanes and struck Uni…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-10 18:54:00\u001b[0m │ \u001b[32m4/10/2023 6:56:00 PM\u001b[0m │ \u001b[32m4/10/2023 7:07:00 PM\u001b[0m │ \u001b[32m4/10/2023 7:39:00 PM\u001b[0m │ \u001b[1;36m30\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[32mPO TIMM; REBECCA L \u001b[0m │ \u001b[32m1000 \u001b[0m │ \u001b[32mJM WATSON \u001b[0m │ \u001b[32m999 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m73\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ True │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023002938 \u001b[0m │ \u001b[1;36m20232063700\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m07402 \u001b[0m │ \u001b[1;36m3\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mSeneca County \u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mTiffin \u001b[0m │ \u001b[35m2023-04-06 19:05:00\u001b[0m │ \u001b[1;36m76778\u001b[0m │ \u001b[1;36m41.117230\u001b[0m │ \u001b[1;36m-83.177003\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[32mWASHINGTON \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32m346 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mBacking \u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnits 2 & 3 were legally parked on S Washington St on opposite sides of the str…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-06 19:05:00\u001b[0m │ \u001b[32m4/6/2023 7:05:00 PM \u001b[0m │ \u001b[32m4/6/2023 7:06:00 PM \u001b[0m │ \u001b[32m4/6/2023 8:20:00 PM \u001b[0m │ \u001b[1;36m30\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[32mPO SOMERS; MARCUS A\u001b[0m │ \u001b[32m1295 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m105\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m213-003378 \u001b[0m │ \u001b[1;36m20232063967\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mUnsolved\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ True │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m00902 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mButler County \u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mHamilton \u001b[0m │ \u001b[35m2023-04-01 16:00:00\u001b[0m │ \u001b[1;36m33012\u001b[0m │ \u001b[1;36m39.416800\u001b[0m │ \u001b[1;36m-84.580700\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mPARK \u001b[0m │ \u001b[32mAvenue \u001b[0m │ \u001b[1;36m150.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mNorth \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mHIGHLAND \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mAvenue \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mNot Collision Between Two Vehicles in Transport\u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUNIT 2 WAS PARKED IN FRONT OF 1311 PARK AVE FACING SB WHEN UNIT 1 STRUCK UNIT 2…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-01 19:40:00\u001b[0m │ \u001b[32m4/1/2023 7:50:00 PM \u001b[0m │ \u001b[32m4/1/2023 8:00:00 PM \u001b[0m │ \u001b[32m4/1/2023 8:30:00 PM \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[1;36m40\u001b[0m │ \u001b[32mMIRANDA \u001b[0m │ \u001b[32m118 \u001b[0m │ \u001b[32mTHACKER \u001b[0m │ \u001b[32m304 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m40\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │\n",
"└───────────────────┴────────────────┴────────────────────────┴──────────┴──────────────────┴────────────────┴─────────────┴─────────┴─────────┴─────────┴─────────┴─────────────────┴─────────────────────┴───────────────┴─────────────┴─────────────────┴───────────────────────┴─────────────────────────┴─────────────────────┴───────────────┴───────────┴────────────┴────────────────────────────────────────┴─────────────────────┴────────────────┴──────────────────┴──────────────────┴───────────────────────┴──────────────────────────────┴────────────────────────┴────────────────────┴──────────────────────┴─────────────────┴─────────────────┴────────────────────┴───────────────────┴───────────────────────────────┴────────────────────┴───────────────────────┴───────────────────────────┴─────────────────────────────────────────────────┴──────────────────┴────────────────┴─────────────────────────┴─────────────────┴────────────────┴─────────────────────────────────┴──────────────┴──────────────────┴──────────────────────────────────────────────────────────────────────────────────┴───────────────┴────────────┴───────────────────────┴──────────────────────┴──────────────────────┴──────────────────────┴────────────────────────┴────────────────────────┴─────────────────────┴────────────────────┴──────────────────────┴──────────────────────┴────────────────┴────────────────────────────┴───────────────────────────────────┴────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴───────────────────┴────────────────┴─────────────┴────────────────┴───────────────────┴──────────────┴───────────────────┴──────────────────┴───────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴────────────────────┴───────────────────┴───────────────────┘"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"veh_crash_stats"
]
},
{
"cell_type": "code",
"execution_count": 5,
"id": "a5abfb3f-43d0-4b61-a9e4-4667042721d7",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"ibis.expr.types.relations.Table"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"type(veh_crash_stats)"
]
},
{
"cell_type": "code",
"execution_count": 6,
"id": "fb90b234-c444-4fbf-8c5d-72f01629979d",
"metadata": {},
"outputs": [],
"source": [
"con = ibis.postgres.connect(\n",
" host='localhost',\n",
" user='postgres',\n",
" password='your_password',\n",
" port=5432,\n",
" database='analysis',\n",
")"
]
},
{
"cell_type": "markdown",
"id": "5e33b56d-ae72-4ffc-9ed1-5b05b129f2c7",
"metadata": {},
"source": [
"#### Let's create new table from this ibis table expression"
]
},
{
"cell_type": "code",
"execution_count": 7,
"id": "cdefbe53-af26-4097-86a6-836dd90f7c03",
"metadata": {},
"outputs": [
{
"ename": "ProgrammingError",
"evalue": "(psycopg2.errors.UndefinedTable) relation \"_ibis_read_csv_apz0ypmmk5ukhwklm2whs4vja\" does not exist\nLINE 2: FROM _ibis_read_csv_apz0ypmmk5ukhwklm2whs4vja AS t0\n ^\n\n[SQL: INSERT INTO veh_crash_stats (\"LocalReportNumber\", \"DocumentNumber\", \"CrashSeverity\", \"HitSkip\", \"LocalInformation\", \"SecondaryCrash\", \"PhotosTaken\", \"OH2\", \"OH3\", \"OH1P\", \"OHOther\", \"PrivateProperty\", \"ReportingAgencyNCIC\", \"NumberOfUnits\", \"UnitInError\", \"County\", \"InCityVillageTownship\", \"CityVillageTownshipName\", \"CrashDateTime\", \"FIPSPlaceCode\", \"Latitude\", \"Longitude\", \"LocationRouteType\", \"LocationRouteNumber\", \"LocationPrefix\", \"LocationRoadName\", \"LocationRoadType\", \"DistanceFromReference\", \"DistanceReferenceMeasurement\", \"DirectionFromReference\", \"ReferenceRouteType\", \"ReferenceRouteNumber\", \"ReferencePrefix\", \"ReferenceName\", \"ReferencePointUsed\", \"ReferenceRoadType\", \"IntersectionOrApproachRelated\", \"NumberOfApproaches\", \"WithinInterchangeArea\", \"LocationFirstHarmfulEvent\", \"MannerOfCollision\", \"Weather\", \"LightCondition\", \"ActiveSchoolZoneRelated\", \"WorkZoneRelated\", \"WorkersPresent\", \"LawEnforcementPresentInWorkZone\", \"WorkZoneType\", \"WorkZoneLocation\", \"Narrative\", \"ReportTakenBy\", \"Supplement\", \"CrashReportedDateTime\", \"DispatchedDateTime\", \"ArrivedDateTime\", \"SceneClearedDateTime\", \"OtherInvestigationTime\", \"TotalTimeRoadwayClosed\", \"OfficerName\", \"OfficerBadgeNumber\", \"CheckedByOfficerName\", \"CheckedByBadgeNumber\", \"RoadwayDivided\", \"DividedLaneTravelDirection\", \"DividedMedianType\", \"RoadContour\", \"RoadCondition\", \"RoadSurface\", \"TotalInjured\", \"TotalKilled\", \"TotalMinutes\", \"AnimalRelated\", \"AnimalDeerRelated\", \"AlcoholRelated\", \"DrugRelated\", \"BicycleRelated\", \"MotorCycleRelated\", \"SpeedRelated\", \"PedestrianRelated\", \"SemiTruckRelated\", \"SmallTruckRelated\", \"YouthRelated\", \"TeenRelated\", \"DUI21Related\", \"SeniorRelated\", \"FatalNotReportable\", \"CommercialRelated\", \"CommercialAtFault\") SELECT t0.\"LocalReportNumber\", t0.\"DocumentNumber\", t0.\"CrashSeverity\", t0.\"HitSkip\", t0.\"LocalInformation\", t0.\"SecondaryCrash\", t0.\"PhotosTaken\", t0.\"OH2\", t0.\"OH3\", t0.\"OH1P\", t0.\"OHOther\", t0.\"PrivateProperty\", t0.\"ReportingAgencyNCIC\", t0.\"NumberOfUnits\", t0.\"UnitInError\", t0.\"County\", t0.\"InCityVillageTownship\", t0.\"CityVillageTownshipName\", t0.\"CrashDateTime\", t0.\"FIPSPlaceCode\", t0.\"Latitude\", t0.\"Longitude\", t0.\"LocationRouteType\", t0.\"LocationRouteNumber\", t0.\"LocationPrefix\", t0.\"LocationRoadName\", t0.\"LocationRoadType\", t0.\"DistanceFromReference\", t0.\"DistanceReferenceMeasurement\", t0.\"DirectionFromReference\", t0.\"ReferenceRouteType\", t0.\"ReferenceRouteNumber\", t0.\"ReferencePrefix\", t0.\"ReferenceName\", t0.\"ReferencePointUsed\", t0.\"ReferenceRoadType\", t0.\"IntersectionOrApproachRelated\", t0.\"NumberOfApproaches\", t0.\"WithinInterchangeArea\", t0.\"LocationFirstHarmfulEvent\", t0.\"MannerOfCollision\", t0.\"Weather\", t0.\"LightCondition\", t0.\"ActiveSchoolZoneRelated\", t0.\"WorkZoneRelated\", t0.\"WorkersPresent\", t0.\"LawEnforcementPresentInWorkZone\", t0.\"WorkZoneType\", t0.\"WorkZoneLocation\", t0.\"Narrative\", t0.\"ReportTakenBy\", t0.\"Supplement\", t0.\"CrashReportedDateTime\", t0.\"DispatchedDateTime\", t0.\"ArrivedDateTime\", t0.\"SceneClearedDateTime\", t0.\"OtherInvestigationTime\", t0.\"TotalTimeRoadwayClosed\", t0.\"OfficerName\", t0.\"OfficerBadgeNumber\", t0.\"CheckedByOfficerName\", t0.\"CheckedByBadgeNumber\", t0.\"RoadwayDivided\", t0.\"DividedLaneTravelDirection\", t0.\"DividedMedianType\", t0.\"RoadContour\", t0.\"RoadCondition\", t0.\"RoadSurface\", t0.\"TotalInjured\", t0.\"TotalKilled\", t0.\"TotalMinutes\", t0.\"AnimalRelated\", t0.\"AnimalDeerRelated\", t0.\"AlcoholRelated\", t0.\"DrugRelated\", t0.\"BicycleRelated\", t0.\"MotorCycleRelated\", t0.\"SpeedRelated\", t0.\"PedestrianRelated\", t0.\"SemiTruckRelated\", t0.\"SmallTruckRelated\", t0.\"YouthRelated\", t0.\"TeenRelated\", t0.\"DUI21Related\", t0.\"SeniorRelated\", t0.\"FatalNotReportable\", t0.\"CommercialRelated\", t0.\"CommercialAtFault\" \nFROM _ibis_read_csv_apz0ypmmk5ukhwklm2whs4vja AS t0]\n(Background on this error at: https://sqlalche.me/e/20/f405)",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mUndefinedTable\u001b[0m Traceback (most recent call last)",
"File \u001b[0;32m~/envs/sql_dev/lib/python3.10/site-packages/sqlalchemy/engine/base.py:1968\u001b[0m, in \u001b[0;36mConnection._exec_single_context\u001b[0;34m(self, dialect, context, statement, parameters)\u001b[0m\n\u001b[1;32m 1967\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m evt_handled:\n\u001b[0;32m-> 1968\u001b[0m \u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mdialect\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mdo_execute\u001b[49m\u001b[43m(\u001b[49m\n\u001b[1;32m 1969\u001b[0m \u001b[43m \u001b[49m\u001b[43mcursor\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mstr_statement\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43meffective_parameters\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mcontext\u001b[49m\n\u001b[1;32m 1970\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 1972\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_has_events \u001b[38;5;129;01mor\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mengine\u001b[38;5;241m.\u001b[39m_has_events:\n",
"File \u001b[0;32m~/envs/sql_dev/lib/python3.10/site-packages/sqlalchemy/engine/default.py:920\u001b[0m, in \u001b[0;36mDefaultDialect.do_execute\u001b[0;34m(self, cursor, statement, parameters, context)\u001b[0m\n\u001b[1;32m 919\u001b[0m \u001b[38;5;28;01mdef\u001b[39;00m \u001b[38;5;21mdo_execute\u001b[39m(\u001b[38;5;28mself\u001b[39m, cursor, statement, parameters, context\u001b[38;5;241m=\u001b[39m\u001b[38;5;28;01mNone\u001b[39;00m):\n\u001b[0;32m--> 920\u001b[0m \u001b[43mcursor\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mexecute\u001b[49m\u001b[43m(\u001b[49m\u001b[43mstatement\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mparameters\u001b[49m\u001b[43m)\u001b[49m\n",
"\u001b[0;31mUndefinedTable\u001b[0m: relation \"_ibis_read_csv_apz0ypmmk5ukhwklm2whs4vja\" does not exist\nLINE 2: FROM _ibis_read_csv_apz0ypmmk5ukhwklm2whs4vja AS t0\n ^\n",
"\nThe above exception was the direct cause of the following exception:\n",
"\u001b[0;31mProgrammingError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[0;32mIn[7], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[43mcon\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mcreate_table\u001b[49m\u001b[43m(\u001b[49m\u001b[43mname\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43mveh_crash_stats\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mobj\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mveh_crash_stats\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mdatabase\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43manalysis\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43moverwrite\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[38;5;28;43;01mTrue\u001b[39;49;00m\u001b[43m)\u001b[49m\n",
"File \u001b[0;32m~/envs/sql_dev/lib/python3.10/site-packages/ibis/backends/base/sql/alchemy/__init__.py:249\u001b[0m, in \u001b[0;36mBaseAlchemyBackend.create_table\u001b[0;34m(self, name, obj, schema, database, temp, overwrite)\u001b[0m\n\u001b[1;32m 247\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m has_expr:\n\u001b[1;32m 248\u001b[0m method \u001b[38;5;241m=\u001b[39m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_get_insert_method(obj)\n\u001b[0;32m--> 249\u001b[0m \u001b[43mbind\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mexecute\u001b[49m\u001b[43m(\u001b[49m\u001b[43mmethod\u001b[49m\u001b[43m(\u001b[49m\u001b[43mtable\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43minsert\u001b[49m\u001b[43m(\u001b[49m\u001b[43m)\u001b[49m\u001b[43m)\u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 250\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mtable(name, database\u001b[38;5;241m=\u001b[39mdatabase)\n",
"File \u001b[0;32m~/envs/sql_dev/lib/python3.10/site-packages/sqlalchemy/engine/base.py:1413\u001b[0m, in \u001b[0;36mConnection.execute\u001b[0;34m(self, statement, parameters, execution_options)\u001b[0m\n\u001b[1;32m 1411\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m exc\u001b[38;5;241m.\u001b[39mObjectNotExecutableError(statement) \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01merr\u001b[39;00m\n\u001b[1;32m 1412\u001b[0m \u001b[38;5;28;01melse\u001b[39;00m:\n\u001b[0;32m-> 1413\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[43mmeth\u001b[49m\u001b[43m(\u001b[49m\n\u001b[1;32m 1414\u001b[0m \u001b[43m \u001b[49m\u001b[38;5;28;43mself\u001b[39;49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1415\u001b[0m \u001b[43m \u001b[49m\u001b[43mdistilled_parameters\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1416\u001b[0m \u001b[43m \u001b[49m\u001b[43mexecution_options\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;129;43;01mor\u001b[39;49;00m\u001b[43m \u001b[49m\u001b[43mNO_OPTIONS\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1417\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n",
"File \u001b[0;32m~/envs/sql_dev/lib/python3.10/site-packages/sqlalchemy/sql/elements.py:483\u001b[0m, in \u001b[0;36mClauseElement._execute_on_connection\u001b[0;34m(self, connection, distilled_params, execution_options)\u001b[0m\n\u001b[1;32m 481\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m TYPE_CHECKING:\n\u001b[1;32m 482\u001b[0m \u001b[38;5;28;01massert\u001b[39;00m \u001b[38;5;28misinstance\u001b[39m(\u001b[38;5;28mself\u001b[39m, Executable)\n\u001b[0;32m--> 483\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[43mconnection\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_execute_clauseelement\u001b[49m\u001b[43m(\u001b[49m\n\u001b[1;32m 484\u001b[0m \u001b[43m \u001b[49m\u001b[38;5;28;43mself\u001b[39;49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mdistilled_params\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mexecution_options\u001b[49m\n\u001b[1;32m 485\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 486\u001b[0m \u001b[38;5;28;01melse\u001b[39;00m:\n\u001b[1;32m 487\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m exc\u001b[38;5;241m.\u001b[39mObjectNotExecutableError(\u001b[38;5;28mself\u001b[39m)\n",
"File \u001b[0;32m~/envs/sql_dev/lib/python3.10/site-packages/sqlalchemy/engine/base.py:1637\u001b[0m, in \u001b[0;36mConnection._execute_clauseelement\u001b[0;34m(self, elem, distilled_parameters, execution_options)\u001b[0m\n\u001b[1;32m 1625\u001b[0m compiled_cache: Optional[CompiledCacheType] \u001b[38;5;241m=\u001b[39m execution_options\u001b[38;5;241m.\u001b[39mget(\n\u001b[1;32m 1626\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mcompiled_cache\u001b[39m\u001b[38;5;124m\"\u001b[39m, \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mengine\u001b[38;5;241m.\u001b[39m_compiled_cache\n\u001b[1;32m 1627\u001b[0m )\n\u001b[1;32m 1629\u001b[0m compiled_sql, extracted_params, cache_hit \u001b[38;5;241m=\u001b[39m elem\u001b[38;5;241m.\u001b[39m_compile_w_cache(\n\u001b[1;32m 1630\u001b[0m dialect\u001b[38;5;241m=\u001b[39mdialect,\n\u001b[1;32m 1631\u001b[0m compiled_cache\u001b[38;5;241m=\u001b[39mcompiled_cache,\n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 1635\u001b[0m linting\u001b[38;5;241m=\u001b[39m\u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mdialect\u001b[38;5;241m.\u001b[39mcompiler_linting \u001b[38;5;241m|\u001b[39m compiler\u001b[38;5;241m.\u001b[39mWARN_LINTING,\n\u001b[1;32m 1636\u001b[0m )\n\u001b[0;32m-> 1637\u001b[0m ret \u001b[38;5;241m=\u001b[39m \u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_execute_context\u001b[49m\u001b[43m(\u001b[49m\n\u001b[1;32m 1638\u001b[0m \u001b[43m \u001b[49m\u001b[43mdialect\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1639\u001b[0m \u001b[43m \u001b[49m\u001b[43mdialect\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mexecution_ctx_cls\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_init_compiled\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1640\u001b[0m \u001b[43m \u001b[49m\u001b[43mcompiled_sql\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1641\u001b[0m \u001b[43m \u001b[49m\u001b[43mdistilled_parameters\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1642\u001b[0m \u001b[43m \u001b[49m\u001b[43mexecution_options\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1643\u001b[0m \u001b[43m \u001b[49m\u001b[43mcompiled_sql\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1644\u001b[0m \u001b[43m \u001b[49m\u001b[43mdistilled_parameters\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1645\u001b[0m \u001b[43m \u001b[49m\u001b[43melem\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1646\u001b[0m \u001b[43m \u001b[49m\u001b[43mextracted_params\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1647\u001b[0m \u001b[43m \u001b[49m\u001b[43mcache_hit\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mcache_hit\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 1648\u001b[0m \u001b[43m\u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 1649\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m has_events:\n\u001b[1;32m 1650\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mdispatch\u001b[38;5;241m.\u001b[39mafter_execute(\n\u001b[1;32m 1651\u001b[0m \u001b[38;5;28mself\u001b[39m,\n\u001b[1;32m 1652\u001b[0m elem,\n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 1656\u001b[0m ret,\n\u001b[1;32m 1657\u001b[0m )\n",
"File \u001b[0;32m~/envs/sql_dev/lib/python3.10/site-packages/sqlalchemy/engine/base.py:1846\u001b[0m, in \u001b[0;36mConnection._execute_context\u001b[0;34m(self, dialect, constructor, statement, parameters, execution_options, *args, **kw)\u001b[0m\n\u001b[1;32m 1841\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_exec_insertmany_context(\n\u001b[1;32m 1842\u001b[0m dialect,\n\u001b[1;32m 1843\u001b[0m context,\n\u001b[1;32m 1844\u001b[0m )\n\u001b[1;32m 1845\u001b[0m \u001b[38;5;28;01melse\u001b[39;00m:\n\u001b[0;32m-> 1846\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_exec_single_context\u001b[49m\u001b[43m(\u001b[49m\n\u001b[1;32m 1847\u001b[0m \u001b[43m \u001b[49m\u001b[43mdialect\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mcontext\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mstatement\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mparameters\u001b[49m\n\u001b[1;32m 1848\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n",
"File \u001b[0;32m~/envs/sql_dev/lib/python3.10/site-packages/sqlalchemy/engine/base.py:1987\u001b[0m, in \u001b[0;36mConnection._exec_single_context\u001b[0;34m(self, dialect, context, statement, parameters)\u001b[0m\n\u001b[1;32m 1984\u001b[0m result \u001b[38;5;241m=\u001b[39m context\u001b[38;5;241m.\u001b[39m_setup_result_proxy()\n\u001b[1;32m 1986\u001b[0m \u001b[38;5;28;01mexcept\u001b[39;00m \u001b[38;5;167;01mBaseException\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m e:\n\u001b[0;32m-> 1987\u001b[0m \u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_handle_dbapi_exception\u001b[49m\u001b[43m(\u001b[49m\n\u001b[1;32m 1988\u001b[0m \u001b[43m \u001b[49m\u001b[43me\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mstr_statement\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43meffective_parameters\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mcursor\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mcontext\u001b[49m\n\u001b[1;32m 1989\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 1991\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m result\n",
"File \u001b[0;32m~/envs/sql_dev/lib/python3.10/site-packages/sqlalchemy/engine/base.py:2344\u001b[0m, in \u001b[0;36mConnection._handle_dbapi_exception\u001b[0;34m(self, e, statement, parameters, cursor, context, is_sub_exec)\u001b[0m\n\u001b[1;32m 2342\u001b[0m \u001b[38;5;28;01melif\u001b[39;00m should_wrap:\n\u001b[1;32m 2343\u001b[0m \u001b[38;5;28;01massert\u001b[39;00m sqlalchemy_exception \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m\n\u001b[0;32m-> 2344\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m sqlalchemy_exception\u001b[38;5;241m.\u001b[39mwith_traceback(exc_info[\u001b[38;5;241m2\u001b[39m]) \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01me\u001b[39;00m\n\u001b[1;32m 2345\u001b[0m \u001b[38;5;28;01melse\u001b[39;00m:\n\u001b[1;32m 2346\u001b[0m \u001b[38;5;28;01massert\u001b[39;00m exc_info[\u001b[38;5;241m1\u001b[39m] \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m\n",
"File \u001b[0;32m~/envs/sql_dev/lib/python3.10/site-packages/sqlalchemy/engine/base.py:1968\u001b[0m, in \u001b[0;36mConnection._exec_single_context\u001b[0;34m(self, dialect, context, statement, parameters)\u001b[0m\n\u001b[1;32m 1966\u001b[0m \u001b[38;5;28;01mbreak\u001b[39;00m\n\u001b[1;32m 1967\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m evt_handled:\n\u001b[0;32m-> 1968\u001b[0m \u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mdialect\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mdo_execute\u001b[49m\u001b[43m(\u001b[49m\n\u001b[1;32m 1969\u001b[0m \u001b[43m \u001b[49m\u001b[43mcursor\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mstr_statement\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43meffective_parameters\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mcontext\u001b[49m\n\u001b[1;32m 1970\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 1972\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_has_events \u001b[38;5;129;01mor\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mengine\u001b[38;5;241m.\u001b[39m_has_events:\n\u001b[1;32m 1973\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mdispatch\u001b[38;5;241m.\u001b[39mafter_cursor_execute(\n\u001b[1;32m 1974\u001b[0m \u001b[38;5;28mself\u001b[39m,\n\u001b[1;32m 1975\u001b[0m cursor,\n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 1979\u001b[0m context\u001b[38;5;241m.\u001b[39mexecutemany,\n\u001b[1;32m 1980\u001b[0m )\n",
"File \u001b[0;32m~/envs/sql_dev/lib/python3.10/site-packages/sqlalchemy/engine/default.py:920\u001b[0m, in \u001b[0;36mDefaultDialect.do_execute\u001b[0;34m(self, cursor, statement, parameters, context)\u001b[0m\n\u001b[1;32m 919\u001b[0m \u001b[38;5;28;01mdef\u001b[39;00m \u001b[38;5;21mdo_execute\u001b[39m(\u001b[38;5;28mself\u001b[39m, cursor, statement, parameters, context\u001b[38;5;241m=\u001b[39m\u001b[38;5;28;01mNone\u001b[39;00m):\n\u001b[0;32m--> 920\u001b[0m \u001b[43mcursor\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mexecute\u001b[49m\u001b[43m(\u001b[49m\u001b[43mstatement\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mparameters\u001b[49m\u001b[43m)\u001b[49m\n",
"\u001b[0;31mProgrammingError\u001b[0m: (psycopg2.errors.UndefinedTable) relation \"_ibis_read_csv_apz0ypmmk5ukhwklm2whs4vja\" does not exist\nLINE 2: FROM _ibis_read_csv_apz0ypmmk5ukhwklm2whs4vja AS t0\n ^\n\n[SQL: INSERT INTO veh_crash_stats (\"LocalReportNumber\", \"DocumentNumber\", \"CrashSeverity\", \"HitSkip\", \"LocalInformation\", \"SecondaryCrash\", \"PhotosTaken\", \"OH2\", \"OH3\", \"OH1P\", \"OHOther\", \"PrivateProperty\", \"ReportingAgencyNCIC\", \"NumberOfUnits\", \"UnitInError\", \"County\", \"InCityVillageTownship\", \"CityVillageTownshipName\", \"CrashDateTime\", \"FIPSPlaceCode\", \"Latitude\", \"Longitude\", \"LocationRouteType\", \"LocationRouteNumber\", \"LocationPrefix\", \"LocationRoadName\", \"LocationRoadType\", \"DistanceFromReference\", \"DistanceReferenceMeasurement\", \"DirectionFromReference\", \"ReferenceRouteType\", \"ReferenceRouteNumber\", \"ReferencePrefix\", \"ReferenceName\", \"ReferencePointUsed\", \"ReferenceRoadType\", \"IntersectionOrApproachRelated\", \"NumberOfApproaches\", \"WithinInterchangeArea\", \"LocationFirstHarmfulEvent\", \"MannerOfCollision\", \"Weather\", \"LightCondition\", \"ActiveSchoolZoneRelated\", \"WorkZoneRelated\", \"WorkersPresent\", \"LawEnforcementPresentInWorkZone\", \"WorkZoneType\", \"WorkZoneLocation\", \"Narrative\", \"ReportTakenBy\", \"Supplement\", \"CrashReportedDateTime\", \"DispatchedDateTime\", \"ArrivedDateTime\", \"SceneClearedDateTime\", \"OtherInvestigationTime\", \"TotalTimeRoadwayClosed\", \"OfficerName\", \"OfficerBadgeNumber\", \"CheckedByOfficerName\", \"CheckedByBadgeNumber\", \"RoadwayDivided\", \"DividedLaneTravelDirection\", \"DividedMedianType\", \"RoadContour\", \"RoadCondition\", \"RoadSurface\", \"TotalInjured\", \"TotalKilled\", \"TotalMinutes\", \"AnimalRelated\", \"AnimalDeerRelated\", \"AlcoholRelated\", \"DrugRelated\", \"BicycleRelated\", \"MotorCycleRelated\", \"SpeedRelated\", \"PedestrianRelated\", \"SemiTruckRelated\", \"SmallTruckRelated\", \"YouthRelated\", \"TeenRelated\", \"DUI21Related\", \"SeniorRelated\", \"FatalNotReportable\", \"CommercialRelated\", \"CommercialAtFault\") SELECT t0.\"LocalReportNumber\", t0.\"DocumentNumber\", t0.\"CrashSeverity\", t0.\"HitSkip\", t0.\"LocalInformation\", t0.\"SecondaryCrash\", t0.\"PhotosTaken\", t0.\"OH2\", t0.\"OH3\", t0.\"OH1P\", t0.\"OHOther\", t0.\"PrivateProperty\", t0.\"ReportingAgencyNCIC\", t0.\"NumberOfUnits\", t0.\"UnitInError\", t0.\"County\", t0.\"InCityVillageTownship\", t0.\"CityVillageTownshipName\", t0.\"CrashDateTime\", t0.\"FIPSPlaceCode\", t0.\"Latitude\", t0.\"Longitude\", t0.\"LocationRouteType\", t0.\"LocationRouteNumber\", t0.\"LocationPrefix\", t0.\"LocationRoadName\", t0.\"LocationRoadType\", t0.\"DistanceFromReference\", t0.\"DistanceReferenceMeasurement\", t0.\"DirectionFromReference\", t0.\"ReferenceRouteType\", t0.\"ReferenceRouteNumber\", t0.\"ReferencePrefix\", t0.\"ReferenceName\", t0.\"ReferencePointUsed\", t0.\"ReferenceRoadType\", t0.\"IntersectionOrApproachRelated\", t0.\"NumberOfApproaches\", t0.\"WithinInterchangeArea\", t0.\"LocationFirstHarmfulEvent\", t0.\"MannerOfCollision\", t0.\"Weather\", t0.\"LightCondition\", t0.\"ActiveSchoolZoneRelated\", t0.\"WorkZoneRelated\", t0.\"WorkersPresent\", t0.\"LawEnforcementPresentInWorkZone\", t0.\"WorkZoneType\", t0.\"WorkZoneLocation\", t0.\"Narrative\", t0.\"ReportTakenBy\", t0.\"Supplement\", t0.\"CrashReportedDateTime\", t0.\"DispatchedDateTime\", t0.\"ArrivedDateTime\", t0.\"SceneClearedDateTime\", t0.\"OtherInvestigationTime\", t0.\"TotalTimeRoadwayClosed\", t0.\"OfficerName\", t0.\"OfficerBadgeNumber\", t0.\"CheckedByOfficerName\", t0.\"CheckedByBadgeNumber\", t0.\"RoadwayDivided\", t0.\"DividedLaneTravelDirection\", t0.\"DividedMedianType\", t0.\"RoadContour\", t0.\"RoadCondition\", t0.\"RoadSurface\", t0.\"TotalInjured\", t0.\"TotalKilled\", t0.\"TotalMinutes\", t0.\"AnimalRelated\", t0.\"AnimalDeerRelated\", t0.\"AlcoholRelated\", t0.\"DrugRelated\", t0.\"BicycleRelated\", t0.\"MotorCycleRelated\", t0.\"SpeedRelated\", t0.\"PedestrianRelated\", t0.\"SemiTruckRelated\", t0.\"SmallTruckRelated\", t0.\"YouthRelated\", t0.\"TeenRelated\", t0.\"DUI21Related\", t0.\"SeniorRelated\", t0.\"FatalNotReportable\", t0.\"CommercialRelated\", t0.\"CommercialAtFault\" \nFROM _ibis_read_csv_apz0ypmmk5ukhwklm2whs4vja AS t0]\n(Background on this error at: https://sqlalche.me/e/20/f405)"
]
}
],
"source": [
"con.create_table(name='veh_crash_stats', obj=veh_crash_stats, database='analysis', overwrite=True)"
]
},
{
"cell_type": "markdown",
"id": "35655bb7-7db2-4da0-ab3f-c27c56e4ad5e",
"metadata": {},
"source": [
"That didn't work. So let's convert ibis table expression as a pandas dataframe via execute() method"
]
},
{
"cell_type": "code",
"execution_count": 8,
"id": "fce5051d-8841-4dd1-a58f-4e32641c7181",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"pandas.core.frame.DataFrame"
]
},
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"type(veh_crash_stats.execute())"
]
},
{
"cell_type": "markdown",
"id": "8d6b0ef3-f5c6-4d4b-8ead-8d6b80b3ff3c",
"metadata": {},
"source": [
"#### Now, create new table from Pandas dataframe created from ibis table expression"
]
},
{
"cell_type": "code",
"execution_count": 9,
"id": "d980d212-5065-4c30-8e1d-9cf4b9d8dfe8",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<pre style=\"white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace\">┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┓\n",
"┃<span style=\"font-weight: bold\"> LocalReportNumber </span>┃<span style=\"font-weight: bold\"> DocumentNumber </span>┃<span style=\"font-weight: bold\"> CrashSeverity </span>┃<span style=\"font-weight: bold\"> HitSkip </span>┃<span style=\"font-weight: bold\"> LocalInformation </span>┃<span style=\"font-weight: bold\"> SecondaryCrash </span>┃<span style=\"font-weight: bold\"> PhotosTaken </span>┃<span style=\"font-weight: bold\"> OH2 </span>┃<span style=\"font-weight: bold\"> OH3 </span>┃<span style=\"font-weight: bold\"> OH1P </span>┃<span style=\"font-weight: bold\"> OHOther </span>┃<span style=\"font-weight: bold\"> PrivateProperty </span>┃<span style=\"font-weight: bold\"> ReportingAgencyNCIC </span>┃<span style=\"font-weight: bold\"> NumberOfUnits </span>┃<span style=\"font-weight: bold\"> UnitInError </span>┃<span style=\"font-weight: bold\"> County </span>┃<span style=\"font-weight: bold\"> InCityVillageTownship </span>┃<span style=\"font-weight: bold\"> CityVillageTownshipName </span>┃<span style=\"font-weight: bold\"> CrashDateTime </span>┃<span style=\"font-weight: bold\"> FIPSPlaceCode </span>┃<span style=\"font-weight: bold\"> Latitude </span>┃<span style=\"font-weight: bold\"> Longitude </span>┃<span style=\"font-weight: bold\"> LocationRouteType </span>┃<span style=\"font-weight: bold\"> LocationRouteNumber </span>┃<span style=\"font-weight: bold\"> LocationPrefix </span>┃<span style=\"font-weight: bold\"> LocationRoadName </span>┃<span style=\"font-weight: bold\"> LocationRoadType </span>┃<span style=\"font-weight: bold\"> DistanceFromReference </span>┃<span style=\"font-weight: bold\"> DistanceReferenceMeasurement </span>┃<span style=\"font-weight: bold\"> DirectionFromReference </span>┃<span style=\"font-weight: bold\"> ReferenceRouteType </span>┃<span style=\"font-weight: bold\"> ReferenceRouteNumber </span>┃<span style=\"font-weight: bold\"> ReferencePrefix </span>┃<span style=\"font-weight: bold\"> ReferenceName </span>┃<span style=\"font-weight: bold\"> ReferencePointUsed </span>┃<span style=\"font-weight: bold\"> ReferenceRoadType </span>┃<span style=\"font-weight: bold\"> IntersectionOrApproachRelated </span>┃<span style=\"font-weight: bold\"> NumberOfApproaches </span>┃<span style=\"font-weight: bold\"> WithinInterchangeArea </span>┃<span style=\"font-weight: bold\"> LocationFirstHarmfulEvent </span>┃<span style=\"font-weight: bold\"> MannerOfCollision </span>┃<span style=\"font-weight: bold\"> Weather </span>┃<span style=\"font-weight: bold\"> LightCondition </span>┃<span style=\"font-weight: bold\"> ActiveSchoolZoneRelated </span>┃<span style=\"font-weight: bold\"> WorkZoneRelated </span>┃<span style=\"font-weight: bold\"> WorkersPresent </span>┃<span style=\"font-weight: bold\"> LawEnforcementPresentInWorkZone </span>┃<span style=\"font-weight: bold\"> WorkZoneType </span>┃<span style=\"font-weight: bold\"> WorkZoneLocation </span>┃<span style=\"font-weight: bold\"> Narrative </span>┃<span style=\"font-weight: bold\"> ReportTakenBy </span>┃<span style=\"font-weight: bold\"> Supplement </span>┃<span style=\"font-weight: bold\"> CrashReportedDateTime </span>┃<span style=\"font-weight: bold\"> DispatchedDateTime </span>┃<span style=\"font-weight: bold\"> ArrivedDateTime </span>┃<span style=\"font-weight: bold\"> SceneClearedDateTime </span>┃<span style=\"font-weight: bold\"> OtherInvestigationTime </span>┃<span style=\"font-weight: bold\"> TotalTimeRoadwayClosed </span>┃<span style=\"font-weight: bold\"> OfficerName </span>┃<span style=\"font-weight: bold\"> OfficerBadgeNumber </span>┃<span style=\"font-weight: bold\"> CheckedByOfficerName </span>┃<span style=\"font-weight: bold\"> CheckedByBadgeNumber </span>┃<span style=\"font-weight: bold\"> RoadwayDivided </span>┃<span style=\"font-weight: bold\"> DividedLaneTravelDirection </span>┃<span style=\"font-weight: bold\"> DividedMedianType </span>┃<span style=\"font-weight: bold\"> RoadContour </span>┃<span style=\"font-weight: bold\"> RoadCondition </span>┃<span style=\"font-weight: bold\"> RoadSurface </span>┃<span style=\"font-weight: bold\"> TotalInjured </span>┃<span style=\"font-weight: bold\"> TotalKilled </span>┃<span style=\"font-weight: bold\"> TotalMinutes </span>┃<span style=\"font-weight: bold\"> AnimalRelated </span>┃<span style=\"font-weight: bold\"> AnimalDeerRelated </span>┃<span style=\"font-weight: bold\"> AlcoholRelated </span>┃<span style=\"font-weight: bold\"> DrugRelated </span>┃<span style=\"font-weight: bold\"> BicycleRelated </span>┃<span style=\"font-weight: bold\"> MotorCycleRelated </span>┃<span style=\"font-weight: bold\"> SpeedRelated </span>┃<span style=\"font-weight: bold\"> PedestrianRelated </span>┃<span style=\"font-weight: bold\"> SemiTruckRelated </span>┃<span style=\"font-weight: bold\"> SmallTruckRelated </span>┃<span style=\"font-weight: bold\"> YouthRelated </span>┃<span style=\"font-weight: bold\"> TeenRelated </span>┃<span style=\"font-weight: bold\"> DUI21Related </span>┃<span style=\"font-weight: bold\"> SeniorRelated </span>┃<span style=\"font-weight: bold\"> FatalNotReportable </span>┃<span style=\"font-weight: bold\"> CommercialRelated </span>┃<span style=\"font-weight: bold\"> CommercialAtFault </span>┃\n",
"┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━┩\n",
"│ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">timestamp</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">timestamp</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │\n",
"├───────────────────┼────────────────┼────────────────────────┼──────────┼──────────────────┼────────────────┼─────────────┼─────────┼─────────┼─────────┼─────────┼─────────────────┼─────────────────────┼───────────────┼─────────────┼─────────────────┼───────────────────────┼─────────────────────────┼─────────────────────┼───────────────┼───────────┼────────────┼────────────────────────────────────────┼─────────────────────┼────────────────┼──────────────────┼──────────────────┼───────────────────────┼──────────────────────────────┼────────────────────────┼────────────────────┼──────────────────────┼─────────────────┼─────────────────┼────────────────────┼───────────────────┼───────────────────────────────┼────────────────────┼───────────────────────┼───────────────────────────┼─────────────────────────────────────────────────┼──────────────────┼────────────────┼─────────────────────────┼─────────────────┼────────────────┼─────────────────────────────────┼──────────────┼──────────────────┼──────────────────────────────────────────────────────────────────────────────────┼───────────────┼────────────┼───────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼────────────────────────┼────────────────────────┼─────────────────────┼────────────────────┼──────────────────────┼──────────────────────┼────────────────┼────────────────────────────┼───────────────────────────────────┼────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼───────────────────┼────────────────┼─────────────┼────────────────┼───────────────────┼──────────────┼───────────────────┼──────────────────┼───────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼────────────────────┼───────────────────┼───────────────────┤\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023-00000344 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232053802</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">00205 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Allen County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Village </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Spencerville </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-05 10:24:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">74034</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.708760</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-84.353421</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">East </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4TH </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">BROADWAY </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Backing </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Sleet; Hail </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 &amp; 2 were traveling south on Broadway; stopped at a red light. Unit 1 pro…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-05 10:24:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/5/2023 10:24:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/5/2023 10:24:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/5/2023 10:33:00 AM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MILLER </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">612 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MILLER </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">612 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">9</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2304005257 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232056058</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ True │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">05600 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Monroe County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Village </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Woodsfield </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 15:31:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">86436</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">39.760188</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-81.119776</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MARIETTA </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">207 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">Outside Trafficway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Angle </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 was attempting to make a traffic stop on Unit 2 on W Marietta St. Unit 2…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 15:32:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 3:33:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 3:39:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 4:09:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WARNER; KEVIN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">57 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">YONLEY; ERIC </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">32 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Grade</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Sand; Mud; Dirt; Oil; Gravel</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Slag; Gravel; Stone </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">56</span> │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000750 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063386</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Minor Injury Suspected</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ False │ False │ False │ True │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-09 11:00:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.097900</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.132400</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Interstate Route (Turnpike is also IR)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">270 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">250.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">On Shoulder </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Not Collision Between Two Vehicles in Transport</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 was on the exit ramp from IR 270 north to US 33 east when it went off th…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-09 11:00:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/9/2023 11:01:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/9/2023 11:05:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/9/2023 11:53:00 AM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">60.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WILLIAMS; M.M. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">3067 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Curve Grade </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">112</span> │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000716 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063429</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 08:56:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.101090</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.159039</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">AVERY-MUIRFIELD </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">100.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Angle </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 11 was turning north onto Avery-Muirfield Rd from US 33 and made an improp…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 08:56:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 8:56:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 9:08:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 9:48:00 AM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">GUNDELFINGER; M.W. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">5668 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Divided; Raised Median (Any type)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Grade</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">52</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000726 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063488</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Minor Injury Suspected</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ False │ True │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 10:39:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.126300</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.169600</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">TULLYMORE </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">7780 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Head-on </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Fog; Smog; Smoke</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 2 was traveling WB on Tullymore Dr near 7780 address. Unit 1 was traveling…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 10:39:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 10:39:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 10:43:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 11:45:00 AM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">45.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">45.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">POPSON; J.S. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">3311 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Curve Level </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">111</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000728 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063552</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 13:54:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.099100</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.121000</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">10.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">CORBINS MILL </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ True │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">4.0</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Rear-end </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 2 was EB on US 33 at Corbins Mill Dr. Unit 1 was directly behind Unit 2. U…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 13:54:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 1:57:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 1:58:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 2:30:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">15.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">POPSON; J.S. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">3311 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">East </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Divided; Raised Median (Any type)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">63</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000725 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063585</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Solved </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 06:50:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.099564</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.151833</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">75.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Yards </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">East </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">AVERY-MUIRFIELD</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Rear-end </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 2 was WB on US 33 near Avery-Muirfield Dr. Unit 1 was behind Unit 2 before…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 06:50:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 6:51:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 6:58:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 7:20:00 AM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">KINZEL; A.J. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4735 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MCCLAIN; B.M. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1390 </span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Divided; Raised Median (Any type)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">29</span> │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023003037 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063676</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">07402 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Seneca County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Tiffin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-10 18:54:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">76778</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">41.115460</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.180639</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PERRY </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">419 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Sideswipe; same direction </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 &amp; 2 were WB on Perry St. Unit 1 attempted to change lanes and struck Uni…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-10 18:54:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/10/2023 6:56:00 PM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/10/2023 7:07:00 PM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/10/2023 7:39:00 PM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PO TIMM; REBECCA L </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1000 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">JM WATSON </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">999 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">73</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ True │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023002938 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063700</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">07402 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">3</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Seneca County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Tiffin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 19:05:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">76778</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">41.117230</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.177003</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WASHINGTON </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">346 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Backing </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Units 2 &amp; 3 were legally parked on S Washington St on opposite sides of the str…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 19:05:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 7:05:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 7:06:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 8:20:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PO SOMERS; MARCUS A</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1295 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">105</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">213-003378 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063967</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unsolved</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ True │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">00902 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Butler County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Hamilton </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 16:00:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">33012</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">39.416800</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-84.580700</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PARK </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Avenue </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">150.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HIGHLAND </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Avenue </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Not Collision Between Two Vehicles in Transport</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">UNIT 2 WAS PARKED IN FRONT OF 1311 PARK AVE FACING SB WHEN UNIT 1 STRUCK UNIT 2…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 19:40:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 7:50:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 8:00:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 8:30:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MIRANDA </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">118 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">THACKER </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">304 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │\n",
"└───────────────────┴────────────────┴────────────────────────┴──────────┴──────────────────┴────────────────┴─────────────┴─────────┴─────────┴─────────┴─────────┴─────────────────┴─────────────────────┴───────────────┴─────────────┴─────────────────┴───────────────────────┴─────────────────────────┴─────────────────────┴───────────────┴───────────┴────────────┴────────────────────────────────────────┴─────────────────────┴────────────────┴──────────────────┴──────────────────┴───────────────────────┴──────────────────────────────┴────────────────────────┴────────────────────┴──────────────────────┴─────────────────┴─────────────────┴────────────────────┴───────────────────┴───────────────────────────────┴────────────────────┴───────────────────────┴───────────────────────────┴─────────────────────────────────────────────────┴──────────────────┴────────────────┴─────────────────────────┴─────────────────┴────────────────┴─────────────────────────────────┴──────────────┴──────────────────┴──────────────────────────────────────────────────────────────────────────────────┴───────────────┴────────────┴───────────────────────┴──────────────────────┴──────────────────────┴──────────────────────┴────────────────────────┴────────────────────────┴─────────────────────┴────────────────────┴──────────────────────┴──────────────────────┴────────────────┴────────────────────────────┴───────────────────────────────────┴────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴───────────────────┴────────────────┴─────────────┴────────────────┴───────────────────┴──────────────┴───────────────────┴──────────────────┴───────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴────────────────────┴───────────────────┴───────────────────┘\n",
"</pre>\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1m \u001b[0m\u001b[1mLocalReportNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDocumentNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCrashSeverity\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mHitSkip\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocalInformation\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSecondaryCrash\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mPhotosTaken\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOH2\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOH3\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOH1P\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOHOther\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mPrivateProperty\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReportingAgencyNCIC\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mNumberOfUnits\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mUnitInError\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCounty\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mInCityVillageTownship\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCityVillageTownshipName\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCrashDateTime\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mFIPSPlaceCode\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLatitude\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLongitude\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRouteType\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRouteNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationPrefix\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRoadName\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRoadType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDistanceFromReference\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDistanceReferenceMeasurement\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDirectionFromReference\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceRouteType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceRouteNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferencePrefix\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceName\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferencePointUsed\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceRoadType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mIntersectionOrApproachRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mNumberOfApproaches\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWithinInterchangeArea\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationFirstHarmfulEvent\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mMannerOfCollision\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWeather\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLightCondition\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mActiveSchoolZoneRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkZoneRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkersPresent\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLawEnforcementPresentInWorkZone\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkZoneType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkZoneLocation\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mNarrative\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReportTakenBy\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSupplement\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCrashReportedDateTime\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDispatchedDateTime\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mArrivedDateTime\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSceneClearedDateTime\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOtherInvestigationTime\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalTimeRoadwayClosed\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOfficerName\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOfficerBadgeNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCheckedByOfficerName\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCheckedByBadgeNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadwayDivided\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDividedLaneTravelDirection\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDividedMedianType\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadContour\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadCondition\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadSurface\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalInjured\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalKilled\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalMinutes\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mAnimalRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mAnimalDeerRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mAlcoholRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDrugRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mBicycleRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mMotorCycleRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSpeedRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mPedestrianRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSemiTruckRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSmallTruckRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mYouthRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTeenRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDUI21Related\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSeniorRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mFatalNotReportable\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCommercialRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCommercialAtFault\u001b[0m\u001b[1m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━┩\n",
"│ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mtimestamp\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mtimestamp\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │\n",
"├───────────────────┼────────────────┼────────────────────────┼──────────┼──────────────────┼────────────────┼─────────────┼─────────┼─────────┼─────────┼─────────┼─────────────────┼─────────────────────┼───────────────┼─────────────┼─────────────────┼───────────────────────┼─────────────────────────┼─────────────────────┼───────────────┼───────────┼────────────┼────────────────────────────────────────┼─────────────────────┼────────────────┼──────────────────┼──────────────────┼───────────────────────┼──────────────────────────────┼────────────────────────┼────────────────────┼──────────────────────┼─────────────────┼─────────────────┼────────────────────┼───────────────────┼───────────────────────────────┼────────────────────┼───────────────────────┼───────────────────────────┼─────────────────────────────────────────────────┼──────────────────┼────────────────┼─────────────────────────┼─────────────────┼────────────────┼─────────────────────────────────┼──────────────┼──────────────────┼──────────────────────────────────────────────────────────────────────────────────┼───────────────┼────────────┼───────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼────────────────────────┼────────────────────────┼─────────────────────┼────────────────────┼──────────────────────┼──────────────────────┼────────────────┼────────────────────────────┼───────────────────────────────────┼────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼───────────────────┼────────────────┼─────────────┼────────────────┼───────────────────┼──────────────┼───────────────────┼──────────────────┼───────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼────────────────────┼───────────────────┼───────────────────┤\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023-00000344 \u001b[0m │ \u001b[1;36m20232053802\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m00205 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mAllen County \u001b[0m │ \u001b[32mVillage \u001b[0m │ \u001b[32mSpencerville \u001b[0m │ \u001b[35m2023-04-05 10:24:00\u001b[0m │ \u001b[1;36m74034\u001b[0m │ \u001b[1;36m40.708760\u001b[0m │ \u001b[1;36m-84.353421\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mEast \u001b[0m │ \u001b[32m4TH \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mNorth \u001b[0m │ \u001b[32mBROADWAY \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mStreet \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mBacking \u001b[0m │ \u001b[32mSleet; Hail \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 1 & 2 were traveling south on Broadway; stopped at a red light. Unit 1 pro…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-05 10:24:00\u001b[0m │ \u001b[32m4/5/2023 10:24:00 AM\u001b[0m │ \u001b[32m4/5/2023 10:24:00 AM\u001b[0m │ \u001b[32m4/5/2023 10:33:00 AM\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mMILLER \u001b[0m │ \u001b[32m612 \u001b[0m │ \u001b[32mMILLER \u001b[0m │ \u001b[32m612 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m9\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2304005257 \u001b[0m │ \u001b[1;36m20232056058\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ True │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m05600 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mMonroe County \u001b[0m │ \u001b[32mVillage \u001b[0m │ \u001b[32mWoodsfield \u001b[0m │ \u001b[35m2023-04-01 15:31:00\u001b[0m │ \u001b[1;36m86436\u001b[0m │ \u001b[1;36m39.760188\u001b[0m │ \u001b[1;36m-81.119776\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mWest \u001b[0m │ \u001b[32mMARIETTA \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32m207 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOutside Trafficway \u001b[0m │ \u001b[32mAngle \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 1 was attempting to make a traffic stop on Unit 2 on W Marietta St. Unit 2…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-01 15:32:00\u001b[0m │ \u001b[32m4/1/2023 3:33:00 PM \u001b[0m │ \u001b[32m4/1/2023 3:39:00 PM \u001b[0m │ \u001b[32m4/1/2023 4:09:00 PM \u001b[0m │ \u001b[1;36m20.0\u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[32mWARNER; KEVIN \u001b[0m │ \u001b[32m57 \u001b[0m │ \u001b[32mYONLEY; ERIC \u001b[0m │ \u001b[32m32 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Grade\u001b[0m │ \u001b[32mSand; Mud; Dirt; Oil; Gravel\u001b[0m │ \u001b[32mSlag; Gravel; Stone \u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m56\u001b[0m │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000750 \u001b[0m │ \u001b[1;36m20232063386\u001b[0m │ \u001b[32mMinor Injury Suspected\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ False │ False │ False │ True │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-09 11:00:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.097900\u001b[0m │ \u001b[1;36m-83.132400\u001b[0m │ \u001b[32mInterstate Route (Turnpike is also IR)\u001b[0m │ \u001b[32m270 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[1;36m250.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ True │ \u001b[32mOn Shoulder \u001b[0m │ \u001b[32mNot Collision Between Two Vehicles in Transport\u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 1 was on the exit ramp from IR 270 north to US 33 east when it went off th…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-09 11:00:00\u001b[0m │ \u001b[32m4/9/2023 11:01:00 AM\u001b[0m │ \u001b[32m4/9/2023 11:05:00 AM\u001b[0m │ \u001b[32m4/9/2023 11:53:00 AM\u001b[0m │ \u001b[1;36m60.0\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mWILLIAMS; M.M. \u001b[0m │ \u001b[32m3067 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mCurve Grade \u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m112\u001b[0m │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000716 \u001b[0m │ \u001b[1;36m20232063429\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-06 08:56:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.101090\u001b[0m │ \u001b[1;36m-83.159039\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mAVERY-MUIRFIELD \u001b[0m │ \u001b[32mDrive \u001b[0m │ \u001b[1;36m100.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mNorth \u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mAngle \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 11 was turning north onto Avery-Muirfield Rd from US 33 and made an improp…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-06 08:56:00\u001b[0m │ \u001b[32m4/6/2023 8:56:00 AM \u001b[0m │ \u001b[32m4/6/2023 9:08:00 AM \u001b[0m │ \u001b[32m4/6/2023 9:48:00 AM \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mGUNDELFINGER; M.W. \u001b[0m │ \u001b[32m5668 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ True │ \u001b[32mNorth \u001b[0m │ \u001b[32mDivided; Raised Median (Any type)\u001b[0m │ \u001b[32mStraight Grade\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m52\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000726 \u001b[0m │ \u001b[1;36m20232063488\u001b[0m │ \u001b[32mMinor Injury Suspected\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ False │ True │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-07 10:39:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.126300\u001b[0m │ \u001b[1;36m-83.169600\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mTULLYMORE \u001b[0m │ \u001b[32mDrive \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32m7780 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mHead-on \u001b[0m │ \u001b[32mFog; Smog; Smoke\u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 2 was traveling WB on Tullymore Dr near 7780 address. Unit 1 was traveling…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 10:39:00\u001b[0m │ \u001b[32m4/7/2023 10:39:00 AM\u001b[0m │ \u001b[32m4/7/2023 10:43:00 AM\u001b[0m │ \u001b[32m4/7/2023 11:45:00 AM\u001b[0m │ \u001b[1;36m45.0\u001b[0m │ \u001b[1;36m45.0\u001b[0m │ \u001b[32mPOPSON; J.S. \u001b[0m │ \u001b[32m3311 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mCurve Level \u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m111\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000728 \u001b[0m │ \u001b[1;36m20232063552\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-07 13:54:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.099100\u001b[0m │ \u001b[1;36m-83.121000\u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[1;36m10.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mWest \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mCORBINS MILL \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mDrive \u001b[0m │ True │ \u001b[1;36m4.0\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mRear-end \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 2 was EB on US 33 at Corbins Mill Dr. Unit 1 was directly behind Unit 2. U…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 13:54:00\u001b[0m │ \u001b[32m4/7/2023 1:57:00 PM \u001b[0m │ \u001b[32m4/7/2023 1:58:00 PM \u001b[0m │ \u001b[32m4/7/2023 2:30:00 PM \u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[1;36m15.0\u001b[0m │ \u001b[32mPOPSON; J.S. \u001b[0m │ \u001b[32m3311 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ True │ \u001b[32mEast \u001b[0m │ \u001b[32mDivided; Raised Median (Any type)\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m63\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000725 \u001b[0m │ \u001b[1;36m20232063585\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mSolved \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-07 06:50:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.099564\u001b[0m │ \u001b[1;36m-83.151833\u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[1;36m75.0\u001b[0m │ \u001b[32mYards \u001b[0m │ \u001b[32mEast \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mAVERY-MUIRFIELD\u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mDrive \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mRear-end \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 2 was WB on US 33 near Avery-Muirfield Dr. Unit 1 was behind Unit 2 before…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 06:50:00\u001b[0m │ \u001b[32m4/7/2023 6:51:00 AM \u001b[0m │ \u001b[32m4/7/2023 6:58:00 AM \u001b[0m │ \u001b[32m4/7/2023 7:20:00 AM \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mKINZEL; A.J. \u001b[0m │ \u001b[32m4735 \u001b[0m │ \u001b[32mMCCLAIN; B.M. \u001b[0m │ \u001b[32m1390 \u001b[0m │ True │ \u001b[32mWest \u001b[0m │ \u001b[32mDivided; Raised Median (Any type)\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m29\u001b[0m │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023003037 \u001b[0m │ \u001b[1;36m20232063676\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m07402 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mSeneca County \u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mTiffin \u001b[0m │ \u001b[35m2023-04-10 18:54:00\u001b[0m │ \u001b[1;36m76778\u001b[0m │ \u001b[1;36m41.115460\u001b[0m │ \u001b[1;36m-83.180639\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mWest \u001b[0m │ \u001b[32mPERRY \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32m419 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mSideswipe; same direction \u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 1 & 2 were WB on Perry St. Unit 1 attempted to change lanes and struck Uni…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-10 18:54:00\u001b[0m │ \u001b[32m4/10/2023 6:56:00 PM\u001b[0m │ \u001b[32m4/10/2023 7:07:00 PM\u001b[0m │ \u001b[32m4/10/2023 7:39:00 PM\u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mPO TIMM; REBECCA L \u001b[0m │ \u001b[32m1000 \u001b[0m │ \u001b[32mJM WATSON \u001b[0m │ \u001b[32m999 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m73\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ True │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023002938 \u001b[0m │ \u001b[1;36m20232063700\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m07402 \u001b[0m │ \u001b[1;36m3\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mSeneca County \u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mTiffin \u001b[0m │ \u001b[35m2023-04-06 19:05:00\u001b[0m │ \u001b[1;36m76778\u001b[0m │ \u001b[1;36m41.117230\u001b[0m │ \u001b[1;36m-83.177003\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[32mWASHINGTON \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32m346 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mBacking \u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnits 2 & 3 were legally parked on S Washington St on opposite sides of the str…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-06 19:05:00\u001b[0m │ \u001b[32m4/6/2023 7:05:00 PM \u001b[0m │ \u001b[32m4/6/2023 7:06:00 PM \u001b[0m │ \u001b[32m4/6/2023 8:20:00 PM \u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mPO SOMERS; MARCUS A\u001b[0m │ \u001b[32m1295 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m105\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m213-003378 \u001b[0m │ \u001b[1;36m20232063967\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mUnsolved\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ True │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m00902 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mButler County \u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mHamilton \u001b[0m │ \u001b[35m2023-04-01 16:00:00\u001b[0m │ \u001b[1;36m33012\u001b[0m │ \u001b[1;36m39.416800\u001b[0m │ \u001b[1;36m-84.580700\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mPARK \u001b[0m │ \u001b[32mAvenue \u001b[0m │ \u001b[1;36m150.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mNorth \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mHIGHLAND \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mAvenue \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mNot Collision Between Two Vehicles in Transport\u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUNIT 2 WAS PARKED IN FRONT OF 1311 PARK AVE FACING SB WHEN UNIT 1 STRUCK UNIT 2…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-01 19:40:00\u001b[0m │ \u001b[32m4/1/2023 7:50:00 PM \u001b[0m │ \u001b[32m4/1/2023 8:00:00 PM \u001b[0m │ \u001b[32m4/1/2023 8:30:00 PM \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[1;36m40.0\u001b[0m │ \u001b[32mMIRANDA \u001b[0m │ \u001b[32m118 \u001b[0m │ \u001b[32mTHACKER \u001b[0m │ \u001b[32m304 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m40\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │\n",
"└───────────────────┴────────────────┴────────────────────────┴──────────┴──────────────────┴────────────────┴─────────────┴─────────┴─────────┴─────────┴─────────┴─────────────────┴─────────────────────┴───────────────┴─────────────┴─────────────────┴───────────────────────┴─────────────────────────┴─────────────────────┴───────────────┴───────────┴────────────┴────────────────────────────────────────┴─────────────────────┴────────────────┴──────────────────┴──────────────────┴───────────────────────┴──────────────────────────────┴────────────────────────┴────────────────────┴──────────────────────┴─────────────────┴─────────────────┴────────────────────┴───────────────────┴───────────────────────────────┴────────────────────┴───────────────────────┴───────────────────────────┴─────────────────────────────────────────────────┴──────────────────┴────────────────┴─────────────────────────┴─────────────────┴────────────────┴─────────────────────────────────┴──────────────┴──────────────────┴──────────────────────────────────────────────────────────────────────────────────┴───────────────┴────────────┴───────────────────────┴──────────────────────┴──────────────────────┴──────────────────────┴────────────────────────┴────────────────────────┴─────────────────────┴────────────────────┴──────────────────────┴──────────────────────┴────────────────┴────────────────────────────┴───────────────────────────────────┴────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴───────────────────┴────────────────┴─────────────┴────────────────┴───────────────────┴──────────────┴───────────────────┴──────────────────┴───────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴────────────────────┴───────────────────┴───────────────────┘"
]
},
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"con.create_table(name='veh_crash_stats', obj=veh_crash_stats.execute(), database='analysis', overwrite=True)"
]
},
{
"cell_type": "markdown",
"id": "15890a57-ada8-4005-bd2b-58b4b5505a25",
"metadata": {},
"source": [
"Now, let's create an ibis table expression from csv read from duckdb itself"
]
},
{
"cell_type": "code",
"execution_count": 10,
"id": "36b150e8-f7eb-4370-a53d-e2eb3e1e3260",
"metadata": {},
"outputs": [],
"source": [
"veh_crash_data_from_duckdb = ibis.memtable(\n",
" duckdb.read_csv(\n",
" './data/CrashStatistics.csv',\n",
" )\n",
" .df()\n",
")"
]
},
{
"cell_type": "code",
"execution_count": 11,
"id": "9746e57b-133d-482e-90c2-aab731765bed",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<pre style=\"white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace\">┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┓\n",
"┃<span style=\"font-weight: bold\"> LocalReportNumber </span>┃<span style=\"font-weight: bold\"> DocumentNumber </span>┃<span style=\"font-weight: bold\"> CrashSeverity </span>┃<span style=\"font-weight: bold\"> HitSkip </span>┃<span style=\"font-weight: bold\"> LocalInformation </span>┃<span style=\"font-weight: bold\"> SecondaryCrash </span>┃<span style=\"font-weight: bold\"> PhotosTaken </span>┃<span style=\"font-weight: bold\"> OH2 </span>┃<span style=\"font-weight: bold\"> OH3 </span>┃<span style=\"font-weight: bold\"> OH1P </span>┃<span style=\"font-weight: bold\"> OHOther </span>┃<span style=\"font-weight: bold\"> PrivateProperty </span>┃<span style=\"font-weight: bold\"> ReportingAgencyNCIC </span>┃<span style=\"font-weight: bold\"> NumberOfUnits </span>┃<span style=\"font-weight: bold\"> UnitInError </span>┃<span style=\"font-weight: bold\"> County </span>┃<span style=\"font-weight: bold\"> InCityVillageTownship </span>┃<span style=\"font-weight: bold\"> CityVillageTownshipName </span>┃<span style=\"font-weight: bold\"> CrashDateTime </span>┃<span style=\"font-weight: bold\"> FIPSPlaceCode </span>┃<span style=\"font-weight: bold\"> Latitude </span>┃<span style=\"font-weight: bold\"> Longitude </span>┃<span style=\"font-weight: bold\"> LocationRouteType </span>┃<span style=\"font-weight: bold\"> LocationRouteNumber </span>┃<span style=\"font-weight: bold\"> LocationPrefix </span>┃<span style=\"font-weight: bold\"> LocationRoadName </span>┃<span style=\"font-weight: bold\"> LocationRoadType </span>┃<span style=\"font-weight: bold\"> DistanceFromReference </span>┃<span style=\"font-weight: bold\"> DistanceReferenceMeasurement </span>┃<span style=\"font-weight: bold\"> DirectionFromReference </span>┃<span style=\"font-weight: bold\"> ReferenceRouteType </span>┃<span style=\"font-weight: bold\"> ReferenceRouteNumber </span>┃<span style=\"font-weight: bold\"> ReferencePrefix </span>┃<span style=\"font-weight: bold\"> ReferenceName </span>┃<span style=\"font-weight: bold\"> ReferencePointUsed </span>┃<span style=\"font-weight: bold\"> ReferenceRoadType </span>┃<span style=\"font-weight: bold\"> IntersectionOrApproachRelated </span>┃<span style=\"font-weight: bold\"> NumberOfApproaches </span>┃<span style=\"font-weight: bold\"> WithinInterchangeArea </span>┃<span style=\"font-weight: bold\"> LocationFirstHarmfulEvent </span>┃<span style=\"font-weight: bold\"> MannerOfCollision </span>┃<span style=\"font-weight: bold\"> Weather </span>┃<span style=\"font-weight: bold\"> LightCondition </span>┃<span style=\"font-weight: bold\"> ActiveSchoolZoneRelated </span>┃<span style=\"font-weight: bold\"> WorkZoneRelated </span>┃<span style=\"font-weight: bold\"> WorkersPresent </span>┃<span style=\"font-weight: bold\"> LawEnforcementPresentInWorkZone </span>┃<span style=\"font-weight: bold\"> WorkZoneType </span>┃<span style=\"font-weight: bold\"> WorkZoneLocation </span>┃<span style=\"font-weight: bold\"> Narrative </span>┃<span style=\"font-weight: bold\"> ReportTakenBy </span>┃<span style=\"font-weight: bold\"> Supplement </span>┃<span style=\"font-weight: bold\"> CrashReportedDateTime </span>┃<span style=\"font-weight: bold\"> DispatchedDateTime </span>┃<span style=\"font-weight: bold\"> ArrivedDateTime </span>┃<span style=\"font-weight: bold\"> SceneClearedDateTime </span>┃<span style=\"font-weight: bold\"> OtherInvestigationTime </span>┃<span style=\"font-weight: bold\"> TotalTimeRoadwayClosed </span>┃<span style=\"font-weight: bold\"> OfficerName </span>┃<span style=\"font-weight: bold\"> OfficerBadgeNumber </span>┃<span style=\"font-weight: bold\"> CheckedByOfficerName </span>┃<span style=\"font-weight: bold\"> CheckedByBadgeNumber </span>┃<span style=\"font-weight: bold\"> RoadwayDivided </span>┃<span style=\"font-weight: bold\"> DividedLaneTravelDirection </span>┃<span style=\"font-weight: bold\"> DividedMedianType </span>┃<span style=\"font-weight: bold\"> RoadContour </span>┃<span style=\"font-weight: bold\"> RoadCondition </span>┃<span style=\"font-weight: bold\"> RoadSurface </span>┃<span style=\"font-weight: bold\"> TotalInjured </span>┃<span style=\"font-weight: bold\"> TotalKilled </span>┃<span style=\"font-weight: bold\"> TotalMinutes </span>┃<span style=\"font-weight: bold\"> AnimalRelated </span>┃<span style=\"font-weight: bold\"> AnimalDeerRelated </span>┃<span style=\"font-weight: bold\"> AlcoholRelated </span>┃<span style=\"font-weight: bold\"> DrugRelated </span>┃<span style=\"font-weight: bold\"> BicycleRelated </span>┃<span style=\"font-weight: bold\"> MotorCycleRelated </span>┃<span style=\"font-weight: bold\"> SpeedRelated </span>┃<span style=\"font-weight: bold\"> PedestrianRelated </span>┃<span style=\"font-weight: bold\"> SemiTruckRelated </span>┃<span style=\"font-weight: bold\"> SmallTruckRelated </span>┃<span style=\"font-weight: bold\"> YouthRelated </span>┃<span style=\"font-weight: bold\"> TeenRelated </span>┃<span style=\"font-weight: bold\"> DUI21Related </span>┃<span style=\"font-weight: bold\"> SeniorRelated </span>┃<span style=\"font-weight: bold\"> FatalNotReportable </span>┃<span style=\"font-weight: bold\"> CommercialRelated </span>┃<span style=\"font-weight: bold\"> CommercialAtFault </span>┃\n",
"┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━┩\n",
"│ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">timestamp</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">timestamp</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │\n",
"├───────────────────┼────────────────┼────────────────────────┼──────────┼──────────────────┼────────────────┼─────────────┼─────────┼─────────┼─────────┼─────────┼─────────────────┼─────────────────────┼───────────────┼─────────────┼─────────────────┼───────────────────────┼─────────────────────────┼─────────────────────┼───────────────┼───────────┼────────────┼────────────────────────────────────────┼─────────────────────┼────────────────┼──────────────────┼──────────────────┼───────────────────────┼──────────────────────────────┼────────────────────────┼────────────────────┼──────────────────────┼─────────────────┼─────────────────┼────────────────────┼───────────────────┼───────────────────────────────┼────────────────────┼───────────────────────┼───────────────────────────┼─────────────────────────────────────────────────┼──────────────────┼────────────────┼─────────────────────────┼─────────────────┼────────────────┼─────────────────────────────────┼──────────────┼──────────────────┼──────────────────────────────────────────────────────────────────────────────────┼───────────────┼────────────┼───────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼────────────────────────┼────────────────────────┼─────────────────────┼────────────────────┼──────────────────────┼──────────────────────┼────────────────┼────────────────────────────┼───────────────────────────────────┼────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼───────────────────┼────────────────┼─────────────┼────────────────┼───────────────────┼──────────────┼───────────────────┼──────────────────┼───────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼────────────────────┼───────────────────┼───────────────────┤\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023-00000344 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232053802</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">00205 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Allen County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Village </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Spencerville </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-05 10:24:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">74034</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.708760</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-84.353421</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">East </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4TH </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">BROADWAY </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Backing </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Sleet; Hail </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 &amp; 2 were traveling south on Broadway; stopped at a red light. Unit 1 pro…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-05 10:24:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/5/2023 10:24:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/5/2023 10:24:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/5/2023 10:33:00 AM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MILLER </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">612 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MILLER </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">612 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">9</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2304005257 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232056058</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ True │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">05600 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Monroe County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Village </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Woodsfield </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 15:31:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">86436</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">39.760188</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-81.119776</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MARIETTA </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">207 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">Outside Trafficway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Angle </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 was attempting to make a traffic stop on Unit 2 on W Marietta St. Unit 2…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 15:32:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 3:33:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 3:39:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 4:09:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WARNER; KEVIN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">57 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">YONLEY; ERIC </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">32 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Grade</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Sand; Mud; Dirt; Oil; Gravel</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Slag; Gravel; Stone </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">56</span> │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000750 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063386</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Minor Injury Suspected</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ False │ False │ False │ True │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-09 11:00:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.097900</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.132400</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Interstate Route (Turnpike is also IR)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">270 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">250.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">On Shoulder </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Not Collision Between Two Vehicles in Transport</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 was on the exit ramp from IR 270 north to US 33 east when it went off th…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-09 11:00:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/9/2023 11:01:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/9/2023 11:05:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/9/2023 11:53:00 AM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">60.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WILLIAMS; M.M. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">3067 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Curve Grade </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">112</span> │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000716 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063429</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 08:56:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.101090</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.159039</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">AVERY-MUIRFIELD </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">100.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Angle </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 11 was turning north onto Avery-Muirfield Rd from US 33 and made an improp…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 08:56:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 8:56:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 9:08:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 9:48:00 AM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">GUNDELFINGER; M.W. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">5668 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Divided; Raised Median (Any type)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Grade</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">52</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000726 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063488</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Minor Injury Suspected</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ False │ True │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 10:39:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.126300</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.169600</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">TULLYMORE </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">7780 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Head-on </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Fog; Smog; Smoke</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 2 was traveling WB on Tullymore Dr near 7780 address. Unit 1 was traveling…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 10:39:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 10:39:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 10:43:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 11:45:00 AM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">45.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">45.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">POPSON; J.S. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">3311 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Curve Level </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">111</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000728 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063552</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 13:54:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.099100</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.121000</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">10.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">CORBINS MILL </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ True │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">4.0</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Rear-end </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 2 was EB on US 33 at Corbins Mill Dr. Unit 1 was directly behind Unit 2. U…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 13:54:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 1:57:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 1:58:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 2:30:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">15.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">POPSON; J.S. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">3311 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">East </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Divided; Raised Median (Any type)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">63</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000725 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063585</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Solved </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 06:50:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.099564</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.151833</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">75.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Yards </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">East </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">AVERY-MUIRFIELD</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Rear-end </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 2 was WB on US 33 near Avery-Muirfield Dr. Unit 1 was behind Unit 2 before…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 06:50:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 6:51:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 6:58:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 7:20:00 AM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">KINZEL; A.J. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4735 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MCCLAIN; B.M. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1390 </span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Divided; Raised Median (Any type)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">29</span> │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023003037 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063676</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">07402 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Seneca County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Tiffin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-10 18:54:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">76778</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">41.115460</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.180639</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PERRY </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">419 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Sideswipe; same direction </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 &amp; 2 were WB on Perry St. Unit 1 attempted to change lanes and struck Uni…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-10 18:54:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/10/2023 6:56:00 PM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/10/2023 7:07:00 PM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/10/2023 7:39:00 PM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PO TIMM; REBECCA L </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1000 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">JM WATSON </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">999 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">73</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ True │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023002938 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063700</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">07402 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">3</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Seneca County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Tiffin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 19:05:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">76778</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">41.117230</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.177003</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WASHINGTON </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">346 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Backing </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Units 2 &amp; 3 were legally parked on S Washington St on opposite sides of the str…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 19:05:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 7:05:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 7:06:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 8:20:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PO SOMERS; MARCUS A</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1295 </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">105</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">213-003378 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063967</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unsolved</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ False │ True │ True │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">00902 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Butler County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Hamilton </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 16:00:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">33012</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">39.416800</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-84.580700</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PARK </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Avenue </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">150.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HIGHLAND </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Avenue </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Not Collision Between Two Vehicles in Transport</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">UNIT 2 WAS PARKED IN FRONT OF 1311 PARK AVE FACING SB WHEN UNIT 1 STRUCK UNIT 2…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 19:40:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 7:50:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 8:00:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 8:30:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MIRANDA </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">118 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">THACKER </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">304 </span> │ False │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">NULL</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │\n",
"└───────────────────┴────────────────┴────────────────────────┴──────────┴──────────────────┴────────────────┴─────────────┴─────────┴─────────┴─────────┴─────────┴─────────────────┴─────────────────────┴───────────────┴─────────────┴─────────────────┴───────────────────────┴─────────────────────────┴─────────────────────┴───────────────┴───────────┴────────────┴────────────────────────────────────────┴─────────────────────┴────────────────┴──────────────────┴──────────────────┴───────────────────────┴──────────────────────────────┴────────────────────────┴────────────────────┴──────────────────────┴─────────────────┴─────────────────┴────────────────────┴───────────────────┴───────────────────────────────┴────────────────────┴───────────────────────┴───────────────────────────┴─────────────────────────────────────────────────┴──────────────────┴────────────────┴─────────────────────────┴─────────────────┴────────────────┴─────────────────────────────────┴──────────────┴──────────────────┴──────────────────────────────────────────────────────────────────────────────────┴───────────────┴────────────┴───────────────────────┴──────────────────────┴──────────────────────┴──────────────────────┴────────────────────────┴────────────────────────┴─────────────────────┴────────────────────┴──────────────────────┴──────────────────────┴────────────────┴────────────────────────────┴───────────────────────────────────┴────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴───────────────────┴────────────────┴─────────────┴────────────────┴───────────────────┴──────────────┴───────────────────┴──────────────────┴───────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴────────────────────┴───────────────────┴───────────────────┘\n",
"</pre>\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1m \u001b[0m\u001b[1mLocalReportNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDocumentNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCrashSeverity\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mHitSkip\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocalInformation\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSecondaryCrash\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mPhotosTaken\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOH2\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOH3\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOH1P\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOHOther\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mPrivateProperty\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReportingAgencyNCIC\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mNumberOfUnits\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mUnitInError\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCounty\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mInCityVillageTownship\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCityVillageTownshipName\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCrashDateTime\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mFIPSPlaceCode\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLatitude\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLongitude\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRouteType\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRouteNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationPrefix\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRoadName\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRoadType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDistanceFromReference\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDistanceReferenceMeasurement\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDirectionFromReference\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceRouteType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceRouteNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferencePrefix\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceName\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferencePointUsed\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceRoadType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mIntersectionOrApproachRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mNumberOfApproaches\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWithinInterchangeArea\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationFirstHarmfulEvent\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mMannerOfCollision\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWeather\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLightCondition\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mActiveSchoolZoneRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkZoneRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkersPresent\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLawEnforcementPresentInWorkZone\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkZoneType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkZoneLocation\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mNarrative\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReportTakenBy\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSupplement\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCrashReportedDateTime\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDispatchedDateTime\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mArrivedDateTime\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSceneClearedDateTime\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOtherInvestigationTime\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalTimeRoadwayClosed\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOfficerName\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOfficerBadgeNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCheckedByOfficerName\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCheckedByBadgeNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadwayDivided\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDividedLaneTravelDirection\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDividedMedianType\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadContour\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadCondition\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadSurface\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalInjured\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalKilled\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalMinutes\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mAnimalRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mAnimalDeerRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mAlcoholRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDrugRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mBicycleRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mMotorCycleRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSpeedRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mPedestrianRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSemiTruckRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSmallTruckRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mYouthRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTeenRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDUI21Related\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSeniorRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mFatalNotReportable\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCommercialRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCommercialAtFault\u001b[0m\u001b[1m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━┩\n",
"│ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mtimestamp\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mtimestamp\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │\n",
"├───────────────────┼────────────────┼────────────────────────┼──────────┼──────────────────┼────────────────┼─────────────┼─────────┼─────────┼─────────┼─────────┼─────────────────┼─────────────────────┼───────────────┼─────────────┼─────────────────┼───────────────────────┼─────────────────────────┼─────────────────────┼───────────────┼───────────┼────────────┼────────────────────────────────────────┼─────────────────────┼────────────────┼──────────────────┼──────────────────┼───────────────────────┼──────────────────────────────┼────────────────────────┼────────────────────┼──────────────────────┼─────────────────┼─────────────────┼────────────────────┼───────────────────┼───────────────────────────────┼────────────────────┼───────────────────────┼───────────────────────────┼─────────────────────────────────────────────────┼──────────────────┼────────────────┼─────────────────────────┼─────────────────┼────────────────┼─────────────────────────────────┼──────────────┼──────────────────┼──────────────────────────────────────────────────────────────────────────────────┼───────────────┼────────────┼───────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼────────────────────────┼────────────────────────┼─────────────────────┼────────────────────┼──────────────────────┼──────────────────────┼────────────────┼────────────────────────────┼───────────────────────────────────┼────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼───────────────────┼────────────────┼─────────────┼────────────────┼───────────────────┼──────────────┼───────────────────┼──────────────────┼───────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼────────────────────┼───────────────────┼───────────────────┤\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023-00000344 \u001b[0m │ \u001b[1;36m20232053802\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m00205 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mAllen County \u001b[0m │ \u001b[32mVillage \u001b[0m │ \u001b[32mSpencerville \u001b[0m │ \u001b[35m2023-04-05 10:24:00\u001b[0m │ \u001b[1;36m74034\u001b[0m │ \u001b[1;36m40.708760\u001b[0m │ \u001b[1;36m-84.353421\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mEast \u001b[0m │ \u001b[32m4TH \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mNorth \u001b[0m │ \u001b[32mBROADWAY \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mStreet \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mBacking \u001b[0m │ \u001b[32mSleet; Hail \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 1 & 2 were traveling south on Broadway; stopped at a red light. Unit 1 pro…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-05 10:24:00\u001b[0m │ \u001b[32m4/5/2023 10:24:00 AM\u001b[0m │ \u001b[32m4/5/2023 10:24:00 AM\u001b[0m │ \u001b[32m4/5/2023 10:33:00 AM\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mMILLER \u001b[0m │ \u001b[32m612 \u001b[0m │ \u001b[32mMILLER \u001b[0m │ \u001b[32m612 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m9\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2304005257 \u001b[0m │ \u001b[1;36m20232056058\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ True │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m05600 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mMonroe County \u001b[0m │ \u001b[32mVillage \u001b[0m │ \u001b[32mWoodsfield \u001b[0m │ \u001b[35m2023-04-01 15:31:00\u001b[0m │ \u001b[1;36m86436\u001b[0m │ \u001b[1;36m39.760188\u001b[0m │ \u001b[1;36m-81.119776\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mWest \u001b[0m │ \u001b[32mMARIETTA \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32m207 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOutside Trafficway \u001b[0m │ \u001b[32mAngle \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 1 was attempting to make a traffic stop on Unit 2 on W Marietta St. Unit 2…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-01 15:32:00\u001b[0m │ \u001b[32m4/1/2023 3:33:00 PM \u001b[0m │ \u001b[32m4/1/2023 3:39:00 PM \u001b[0m │ \u001b[32m4/1/2023 4:09:00 PM \u001b[0m │ \u001b[1;36m20.0\u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[32mWARNER; KEVIN \u001b[0m │ \u001b[32m57 \u001b[0m │ \u001b[32mYONLEY; ERIC \u001b[0m │ \u001b[32m32 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Grade\u001b[0m │ \u001b[32mSand; Mud; Dirt; Oil; Gravel\u001b[0m │ \u001b[32mSlag; Gravel; Stone \u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m56\u001b[0m │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000750 \u001b[0m │ \u001b[1;36m20232063386\u001b[0m │ \u001b[32mMinor Injury Suspected\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ False │ False │ False │ True │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-09 11:00:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.097900\u001b[0m │ \u001b[1;36m-83.132400\u001b[0m │ \u001b[32mInterstate Route (Turnpike is also IR)\u001b[0m │ \u001b[32m270 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[1;36m250.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ True │ \u001b[32mOn Shoulder \u001b[0m │ \u001b[32mNot Collision Between Two Vehicles in Transport\u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 1 was on the exit ramp from IR 270 north to US 33 east when it went off th…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-09 11:00:00\u001b[0m │ \u001b[32m4/9/2023 11:01:00 AM\u001b[0m │ \u001b[32m4/9/2023 11:05:00 AM\u001b[0m │ \u001b[32m4/9/2023 11:53:00 AM\u001b[0m │ \u001b[1;36m60.0\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mWILLIAMS; M.M. \u001b[0m │ \u001b[32m3067 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mCurve Grade \u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m112\u001b[0m │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000716 \u001b[0m │ \u001b[1;36m20232063429\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-06 08:56:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.101090\u001b[0m │ \u001b[1;36m-83.159039\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mAVERY-MUIRFIELD \u001b[0m │ \u001b[32mDrive \u001b[0m │ \u001b[1;36m100.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mNorth \u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mAngle \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 11 was turning north onto Avery-Muirfield Rd from US 33 and made an improp…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-06 08:56:00\u001b[0m │ \u001b[32m4/6/2023 8:56:00 AM \u001b[0m │ \u001b[32m4/6/2023 9:08:00 AM \u001b[0m │ \u001b[32m4/6/2023 9:48:00 AM \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mGUNDELFINGER; M.W. \u001b[0m │ \u001b[32m5668 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ True │ \u001b[32mNorth \u001b[0m │ \u001b[32mDivided; Raised Median (Any type)\u001b[0m │ \u001b[32mStraight Grade\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m52\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000726 \u001b[0m │ \u001b[1;36m20232063488\u001b[0m │ \u001b[32mMinor Injury Suspected\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ False │ True │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-07 10:39:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.126300\u001b[0m │ \u001b[1;36m-83.169600\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mTULLYMORE \u001b[0m │ \u001b[32mDrive \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32m7780 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mHead-on \u001b[0m │ \u001b[32mFog; Smog; Smoke\u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 2 was traveling WB on Tullymore Dr near 7780 address. Unit 1 was traveling…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 10:39:00\u001b[0m │ \u001b[32m4/7/2023 10:39:00 AM\u001b[0m │ \u001b[32m4/7/2023 10:43:00 AM\u001b[0m │ \u001b[32m4/7/2023 11:45:00 AM\u001b[0m │ \u001b[1;36m45.0\u001b[0m │ \u001b[1;36m45.0\u001b[0m │ \u001b[32mPOPSON; J.S. \u001b[0m │ \u001b[32m3311 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mCurve Level \u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m111\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000728 \u001b[0m │ \u001b[1;36m20232063552\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-07 13:54:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.099100\u001b[0m │ \u001b[1;36m-83.121000\u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[1;36m10.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mWest \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mCORBINS MILL \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mDrive \u001b[0m │ True │ \u001b[1;36m4.0\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mRear-end \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 2 was EB on US 33 at Corbins Mill Dr. Unit 1 was directly behind Unit 2. U…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 13:54:00\u001b[0m │ \u001b[32m4/7/2023 1:57:00 PM \u001b[0m │ \u001b[32m4/7/2023 1:58:00 PM \u001b[0m │ \u001b[32m4/7/2023 2:30:00 PM \u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[1;36m15.0\u001b[0m │ \u001b[32mPOPSON; J.S. \u001b[0m │ \u001b[32m3311 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ True │ \u001b[32mEast \u001b[0m │ \u001b[32mDivided; Raised Median (Any type)\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m63\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000725 \u001b[0m │ \u001b[1;36m20232063585\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mSolved \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-07 06:50:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.099564\u001b[0m │ \u001b[1;36m-83.151833\u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[1;36m75.0\u001b[0m │ \u001b[32mYards \u001b[0m │ \u001b[32mEast \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mAVERY-MUIRFIELD\u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mDrive \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mRear-end \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 2 was WB on US 33 near Avery-Muirfield Dr. Unit 1 was behind Unit 2 before…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 06:50:00\u001b[0m │ \u001b[32m4/7/2023 6:51:00 AM \u001b[0m │ \u001b[32m4/7/2023 6:58:00 AM \u001b[0m │ \u001b[32m4/7/2023 7:20:00 AM \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mKINZEL; A.J. \u001b[0m │ \u001b[32m4735 \u001b[0m │ \u001b[32mMCCLAIN; B.M. \u001b[0m │ \u001b[32m1390 \u001b[0m │ True │ \u001b[32mWest \u001b[0m │ \u001b[32mDivided; Raised Median (Any type)\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m29\u001b[0m │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023003037 \u001b[0m │ \u001b[1;36m20232063676\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m07402 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mSeneca County \u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mTiffin \u001b[0m │ \u001b[35m2023-04-10 18:54:00\u001b[0m │ \u001b[1;36m76778\u001b[0m │ \u001b[1;36m41.115460\u001b[0m │ \u001b[1;36m-83.180639\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mWest \u001b[0m │ \u001b[32mPERRY \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32m419 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mSideswipe; same direction \u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnit 1 & 2 were WB on Perry St. Unit 1 attempted to change lanes and struck Uni…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-10 18:54:00\u001b[0m │ \u001b[32m4/10/2023 6:56:00 PM\u001b[0m │ \u001b[32m4/10/2023 7:07:00 PM\u001b[0m │ \u001b[32m4/10/2023 7:39:00 PM\u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mPO TIMM; REBECCA L \u001b[0m │ \u001b[32m1000 \u001b[0m │ \u001b[32mJM WATSON \u001b[0m │ \u001b[32m999 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m73\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ True │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023002938 \u001b[0m │ \u001b[1;36m20232063700\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m07402 \u001b[0m │ \u001b[1;36m3\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mSeneca County \u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mTiffin \u001b[0m │ \u001b[35m2023-04-06 19:05:00\u001b[0m │ \u001b[1;36m76778\u001b[0m │ \u001b[1;36m41.117230\u001b[0m │ \u001b[1;36m-83.177003\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[32mWASHINGTON \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32m346 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mBacking \u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUnits 2 & 3 were legally parked on S Washington St on opposite sides of the str…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-06 19:05:00\u001b[0m │ \u001b[32m4/6/2023 7:05:00 PM \u001b[0m │ \u001b[32m4/6/2023 7:06:00 PM \u001b[0m │ \u001b[32m4/6/2023 8:20:00 PM \u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mPO SOMERS; MARCUS A\u001b[0m │ \u001b[32m1295 \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m105\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m213-003378 \u001b[0m │ \u001b[1;36m20232063967\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mUnsolved\u001b[0m │ \u001b[2mNULL\u001b[0m │ False │ True │ True │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m00902 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mButler County \u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mHamilton \u001b[0m │ \u001b[35m2023-04-01 16:00:00\u001b[0m │ \u001b[1;36m33012\u001b[0m │ \u001b[1;36m39.416800\u001b[0m │ \u001b[1;36m-84.580700\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mPARK \u001b[0m │ \u001b[32mAvenue \u001b[0m │ \u001b[1;36m150.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mNorth \u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mHIGHLAND \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mAvenue \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mNot Collision Between Two Vehicles in Transport\u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mUNIT 2 WAS PARKED IN FRONT OF 1311 PARK AVE FACING SB WHEN UNIT 1 STRUCK UNIT 2…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-01 19:40:00\u001b[0m │ \u001b[32m4/1/2023 7:50:00 PM \u001b[0m │ \u001b[32m4/1/2023 8:00:00 PM \u001b[0m │ \u001b[32m4/1/2023 8:30:00 PM \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[1;36m40.0\u001b[0m │ \u001b[32mMIRANDA \u001b[0m │ \u001b[32m118 \u001b[0m │ \u001b[32mTHACKER \u001b[0m │ \u001b[32m304 \u001b[0m │ False │ \u001b[2mNULL\u001b[0m │ \u001b[2mNULL\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m40\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │\n",
"└───────────────────┴────────────────┴────────────────────────┴──────────┴──────────────────┴────────────────┴─────────────┴─────────┴─────────┴─────────┴─────────┴─────────────────┴─────────────────────┴───────────────┴─────────────┴─────────────────┴───────────────────────┴─────────────────────────┴─────────────────────┴───────────────┴───────────┴────────────┴────────────────────────────────────────┴─────────────────────┴────────────────┴──────────────────┴──────────────────┴───────────────────────┴──────────────────────────────┴────────────────────────┴────────────────────┴──────────────────────┴─────────────────┴─────────────────┴────────────────────┴───────────────────┴───────────────────────────────┴────────────────────┴───────────────────────┴───────────────────────────┴─────────────────────────────────────────────────┴──────────────────┴────────────────┴─────────────────────────┴─────────────────┴────────────────┴─────────────────────────────────┴──────────────┴──────────────────┴──────────────────────────────────────────────────────────────────────────────────┴───────────────┴────────────┴───────────────────────┴──────────────────────┴──────────────────────┴──────────────────────┴────────────────────────┴────────────────────────┴─────────────────────┴────────────────────┴──────────────────────┴──────────────────────┴────────────────┴────────────────────────────┴───────────────────────────────────┴────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴───────────────────┴────────────────┴─────────────┴────────────────┴───────────────────┴──────────────┴───────────────────┴──────────────────┴───────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴────────────────────┴───────────────────┴───────────────────┘"
]
},
"execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"veh_crash_data_from_duckdb"
]
},
{
"cell_type": "code",
"execution_count": 12,
"id": "36afa334-b3d9-41de-be25-15b571a42364",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"ibis.expr.types.relations.Table"
]
},
"execution_count": 12,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"type(veh_crash_data_from_duckdb)"
]
},
{
"cell_type": "code",
"execution_count": 13,
"id": "7bada952-1b1c-49c2-a639-1eeb07fa60e8",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<pre style=\"white-space:pre;overflow-x:auto;line-height:normal;font-family:Menlo,'DejaVu Sans Mono',consolas,'Courier New',monospace\">┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┓\n",
"┃<span style=\"font-weight: bold\"> LocalReportNumber </span>┃<span style=\"font-weight: bold\"> DocumentNumber </span>┃<span style=\"font-weight: bold\"> CrashSeverity </span>┃<span style=\"font-weight: bold\"> HitSkip </span>┃<span style=\"font-weight: bold\"> LocalInformation </span>┃<span style=\"font-weight: bold\"> SecondaryCrash </span>┃<span style=\"font-weight: bold\"> PhotosTaken </span>┃<span style=\"font-weight: bold\"> OH2 </span>┃<span style=\"font-weight: bold\"> OH3 </span>┃<span style=\"font-weight: bold\"> OH1P </span>┃<span style=\"font-weight: bold\"> OHOther </span>┃<span style=\"font-weight: bold\"> PrivateProperty </span>┃<span style=\"font-weight: bold\"> ReportingAgencyNCIC </span>┃<span style=\"font-weight: bold\"> NumberOfUnits </span>┃<span style=\"font-weight: bold\"> UnitInError </span>┃<span style=\"font-weight: bold\"> County </span>┃<span style=\"font-weight: bold\"> InCityVillageTownship </span>┃<span style=\"font-weight: bold\"> CityVillageTownshipName </span>┃<span style=\"font-weight: bold\"> CrashDateTime </span>┃<span style=\"font-weight: bold\"> FIPSPlaceCode </span>┃<span style=\"font-weight: bold\"> Latitude </span>┃<span style=\"font-weight: bold\"> Longitude </span>┃<span style=\"font-weight: bold\"> LocationRouteType </span>┃<span style=\"font-weight: bold\"> LocationRouteNumber </span>┃<span style=\"font-weight: bold\"> LocationPrefix </span>┃<span style=\"font-weight: bold\"> LocationRoadName </span>┃<span style=\"font-weight: bold\"> LocationRoadType </span>┃<span style=\"font-weight: bold\"> DistanceFromReference </span>┃<span style=\"font-weight: bold\"> DistanceReferenceMeasurement </span>┃<span style=\"font-weight: bold\"> DirectionFromReference </span>┃<span style=\"font-weight: bold\"> ReferenceRouteType </span>┃<span style=\"font-weight: bold\"> ReferenceRouteNumber </span>┃<span style=\"font-weight: bold\"> ReferencePrefix </span>┃<span style=\"font-weight: bold\"> ReferenceName </span>┃<span style=\"font-weight: bold\"> ReferencePointUsed </span>┃<span style=\"font-weight: bold\"> ReferenceRoadType </span>┃<span style=\"font-weight: bold\"> IntersectionOrApproachRelated </span>┃<span style=\"font-weight: bold\"> NumberOfApproaches </span>┃<span style=\"font-weight: bold\"> WithinInterchangeArea </span>┃<span style=\"font-weight: bold\"> LocationFirstHarmfulEvent </span>┃<span style=\"font-weight: bold\"> MannerOfCollision </span>┃<span style=\"font-weight: bold\"> Weather </span>┃<span style=\"font-weight: bold\"> LightCondition </span>┃<span style=\"font-weight: bold\"> ActiveSchoolZoneRelated </span>┃<span style=\"font-weight: bold\"> WorkZoneRelated </span>┃<span style=\"font-weight: bold\"> WorkersPresent </span>┃<span style=\"font-weight: bold\"> LawEnforcementPresentInWorkZone </span>┃<span style=\"font-weight: bold\"> WorkZoneType </span>┃<span style=\"font-weight: bold\"> WorkZoneLocation </span>┃<span style=\"font-weight: bold\"> Narrative </span>┃<span style=\"font-weight: bold\"> ReportTakenBy </span>┃<span style=\"font-weight: bold\"> Supplement </span>┃<span style=\"font-weight: bold\"> CrashReportedDateTime </span>┃<span style=\"font-weight: bold\"> DispatchedDateTime </span>┃<span style=\"font-weight: bold\"> ArrivedDateTime </span>┃<span style=\"font-weight: bold\"> SceneClearedDateTime </span>┃<span style=\"font-weight: bold\"> OtherInvestigationTime </span>┃<span style=\"font-weight: bold\"> TotalTimeRoadwayClosed </span>┃<span style=\"font-weight: bold\"> OfficerName </span>┃<span style=\"font-weight: bold\"> OfficerBadgeNumber </span>┃<span style=\"font-weight: bold\"> CheckedByOfficerName </span>┃<span style=\"font-weight: bold\"> CheckedByBadgeNumber </span>┃<span style=\"font-weight: bold\"> RoadwayDivided </span>┃<span style=\"font-weight: bold\"> DividedLaneTravelDirection </span>┃<span style=\"font-weight: bold\"> DividedMedianType </span>┃<span style=\"font-weight: bold\"> RoadContour </span>┃<span style=\"font-weight: bold\"> RoadCondition </span>┃<span style=\"font-weight: bold\"> RoadSurface </span>┃<span style=\"font-weight: bold\"> TotalInjured </span>┃<span style=\"font-weight: bold\"> TotalKilled </span>┃<span style=\"font-weight: bold\"> TotalMinutes </span>┃<span style=\"font-weight: bold\"> AnimalRelated </span>┃<span style=\"font-weight: bold\"> AnimalDeerRelated </span>┃<span style=\"font-weight: bold\"> AlcoholRelated </span>┃<span style=\"font-weight: bold\"> DrugRelated </span>┃<span style=\"font-weight: bold\"> BicycleRelated </span>┃<span style=\"font-weight: bold\"> MotorCycleRelated </span>┃<span style=\"font-weight: bold\"> SpeedRelated </span>┃<span style=\"font-weight: bold\"> PedestrianRelated </span>┃<span style=\"font-weight: bold\"> SemiTruckRelated </span>┃<span style=\"font-weight: bold\"> SmallTruckRelated </span>┃<span style=\"font-weight: bold\"> YouthRelated </span>┃<span style=\"font-weight: bold\"> TeenRelated </span>┃<span style=\"font-weight: bold\"> DUI21Related </span>┃<span style=\"font-weight: bold\"> SeniorRelated </span>┃<span style=\"font-weight: bold\"> FatalNotReportable </span>┃<span style=\"font-weight: bold\"> CommercialRelated </span>┃<span style=\"font-weight: bold\"> CommercialAtFault </span>┃\n",
"┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━┩\n",
"│ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">timestamp</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">timestamp</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">float64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">string</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">int64</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">boolean</span> │\n",
"├───────────────────┼────────────────┼────────────────────────┼─────────┼──────────────────┼────────────────┼─────────────┼─────────┼─────────┼─────────┼─────────┼─────────────────┼─────────────────────┼───────────────┼─────────────┼─────────────────┼───────────────────────┼─────────────────────────┼─────────────────────┼───────────────┼───────────┼────────────┼────────────────────────────────────────┼─────────────────────┼────────────────┼──────────────────┼──────────────────┼───────────────────────┼──────────────────────────────┼────────────────────────┼────────────────────┼──────────────────────┼─────────────────┼─────────────────┼────────────────────┼───────────────────┼───────────────────────────────┼────────────────────┼───────────────────────┼───────────────────────────┼─────────────────────────────────────────────────┼──────────────────┼────────────────┼─────────────────────────┼─────────────────┼────────────────┼─────────────────────────────────┼──────────────┼──────────────────┼──────────────────────────────────────────────────────────────────────────────────┼───────────────┼────────────┼───────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼────────────────────────┼────────────────────────┼─────────────────────┼────────────────────┼──────────────────────┼──────────────────────┼────────────────┼────────────────────────────┼───────────────────────────────────┼────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼───────────────────┼────────────────┼─────────────┼────────────────┼───────────────────┼──────────────┼───────────────────┼──────────────────┼───────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼────────────────────┼───────────────────┼───────────────────┤\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023-00000344 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232053802</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ True │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">00205 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Allen County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Village </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Spencerville </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-05 10:24:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">74034</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.708760</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-84.353421</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">East </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4TH </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">BROADWAY </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Backing </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Sleet; Hail </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 &amp; 2 were traveling south on Broadway; stopped at a red light. Unit 1 pro…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-05 10:24:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/5/2023 10:24:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/5/2023 10:24:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/5/2023 10:33:00 AM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MILLER </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">612 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MILLER </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">612 </span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">9</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2304005257 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232056058</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ True │ False │ True │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">05600 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Monroe County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Village </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Woodsfield </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 15:31:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">86436</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">39.760188</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-81.119776</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MARIETTA </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">207 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">Outside Trafficway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Angle </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 was attempting to make a traffic stop on Unit 2 on W Marietta St. Unit 2…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-01 15:32:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 3:33:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 3:39:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/1/2023 4:09:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WARNER; KEVIN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">57 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">YONLEY; ERIC </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">32 </span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Grade</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Sand; Mud; Dirt; Oil; Gravel</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Slag; Gravel; Stone </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">56</span> │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000750 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063386</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Minor Injury Suspected</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ False │ False │ False │ True │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-09 11:00:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.097900</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.132400</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Interstate Route (Turnpike is also IR)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">270 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">250.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">On Shoulder </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Not Collision Between Two Vehicles in Transport</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 was on the exit ramp from IR 270 north to US 33 east when it went off th…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-09 11:00:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/9/2023 11:01:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/9/2023 11:05:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/9/2023 11:53:00 AM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">60.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WILLIAMS; M.M. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">3067 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Curve Grade </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">112</span> │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000716 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063429</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 08:56:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.101090</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.159039</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">AVERY-MUIRFIELD </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">100.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Angle </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 11 was turning north onto Avery-Muirfield Rd from US 33 and made an improp…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 08:56:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 8:56:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 9:08:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 9:48:00 AM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">GUNDELFINGER; M.W. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">5668 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">North </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Divided; Raised Median (Any type)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Grade</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">52</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000726 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063488</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Minor Injury Suspected</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ True │ False │ False │ True │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 10:39:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.126300</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.169600</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">TULLYMORE </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">7780 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Head-on </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Fog; Smog; Smoke</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 2 was traveling WB on Tullymore Dr near 7780 address. Unit 1 was traveling…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 10:39:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 10:39:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 10:43:00 AM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 11:45:00 AM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">45.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">45.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">POPSON; J.S. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">3311 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Curve Level </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">111</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000728 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063552</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 13:54:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.099100</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.121000</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">10.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">CORBINS MILL </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ True │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">4.0</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Rear-end </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 2 was EB on US 33 at Corbins Mill Dr. Unit 1 was directly behind Unit 2. U…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 13:54:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 1:57:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 1:58:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 2:30:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">15.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">POPSON; J.S. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">3311 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HOSTERMAN; T.D. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1006 </span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">East </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Divided; Raised Median (Any type)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">63</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">23000725 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063585</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Solved </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">02503 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Franklin County</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dublin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 06:50:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">22694</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">40.099564</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.151833</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">33 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">75.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Yards </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">East </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">AVERY-MUIRFIELD</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Drive </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Rear-end </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Cloudy </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 2 was WB on US 33 near Avery-Muirfield Dr. Unit 1 was behind Unit 2 before…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 06:50:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 6:51:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 6:58:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 7:20:00 AM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">KINZEL; A.J. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4735 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">MCCLAIN; B.M. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1390 </span> │ True │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Divided; Raised Median (Any type)</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">29</span> │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023003037 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063676</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ True │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">07402 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">2</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Seneca County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Tiffin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-10 18:54:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">76778</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">41.115460</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.180639</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">West </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PERRY </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">419 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Sideswipe; same direction </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Unit 1 &amp; 2 were WB on Perry St. Unit 1 attempted to change lanes and struck Uni…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-10 18:54:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/10/2023 6:56:00 PM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/10/2023 7:07:00 PM</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/10/2023 7:39:00 PM</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PO TIMM; REBECCA L </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1000 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">JM WATSON </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">999 </span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">73</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ True │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023002938 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232063700</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ True │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">07402 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">3</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Seneca County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">City </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Tiffin </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 19:05:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">76778</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">41.117230</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.177003</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WASHINGTON </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Street </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">346 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">House Number </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Backing </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Daylight </span> │ False │ False │ False │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Units 2 &amp; 3 were legally parked on S Washington St on opposite sides of the str…</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-06 19:05:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 7:05:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 7:06:00 PM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/6/2023 8:20:00 PM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">30.0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">PO SOMERS; MARCUS A</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">1295 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">105</span> │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">2023004505 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">20232068962</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Property Damage Only </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ False │ False │ False │ False │ False │ False │ <span style=\"color: #d78700; text-decoration-color: #d78700\">\\t</span><span style=\"color: #008000; text-decoration-color: #008000\">07400 </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">1</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">98</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Seneca County </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Village </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clinton (Township of) </span> │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 06:47:00</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">16154</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">41.080563</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">-83.153209</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">State Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">100 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">200.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Feet </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">South </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Federal US Route </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">224 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Intersection </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ False │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">On Roadway </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Not Collision Between Two Vehicles in Transport</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Clear </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dawn/Dusk </span> │ False │ False │ False │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">UNIT 1 WAS TRAVELING SB ON SR 100 AND STRUCK A DEER. </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Police </span> │ False │ <span style=\"color: #800080; text-decoration-color: #800080\">2023-04-07 06:47:00</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 6:48:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 6:48:00 AM </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">4/7/2023 7:02:00 AM </span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">nan</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">14.0</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">HEABLER </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">874 </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">WEIMERSKIRCH </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">395 </span> │ False │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">NaN </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Straight Level</span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Dry </span> │ <span style=\"color: #008000; text-decoration-color: #008000\">Blacktop; Bituminous; Asphalt</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">0</span> │ <span style=\"color: #008080; text-decoration-color: #008080; font-weight: bold\">14</span> │ True │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │ <span style=\"color: #7f7f7f; text-decoration-color: #7f7f7f\">…</span> │\n",
"└───────────────────┴────────────────┴────────────────────────┴─────────┴──────────────────┴────────────────┴─────────────┴─────────┴─────────┴─────────┴─────────┴─────────────────┴─────────────────────┴───────────────┴─────────────┴─────────────────┴───────────────────────┴─────────────────────────┴─────────────────────┴───────────────┴───────────┴────────────┴────────────────────────────────────────┴─────────────────────┴────────────────┴──────────────────┴──────────────────┴───────────────────────┴──────────────────────────────┴────────────────────────┴────────────────────┴──────────────────────┴─────────────────┴─────────────────┴────────────────────┴───────────────────┴───────────────────────────────┴────────────────────┴───────────────────────┴───────────────────────────┴─────────────────────────────────────────────────┴──────────────────┴────────────────┴─────────────────────────┴─────────────────┴────────────────┴─────────────────────────────────┴──────────────┴──────────────────┴──────────────────────────────────────────────────────────────────────────────────┴───────────────┴────────────┴───────────────────────┴──────────────────────┴──────────────────────┴──────────────────────┴────────────────────────┴────────────────────────┴─────────────────────┴────────────────────┴──────────────────────┴──────────────────────┴────────────────┴────────────────────────────┴───────────────────────────────────┴────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴───────────────────┴────────────────┴─────────────┴────────────────┴───────────────────┴──────────────┴───────────────────┴──────────────────┴───────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴────────────────────┴───────────────────┴───────────────────┘\n",
"</pre>\n"
],
"text/plain": [
"┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┓\n",
"┃\u001b[1m \u001b[0m\u001b[1mLocalReportNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDocumentNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCrashSeverity\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mHitSkip\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocalInformation\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSecondaryCrash\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mPhotosTaken\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOH2\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOH3\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOH1P\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOHOther\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mPrivateProperty\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReportingAgencyNCIC\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mNumberOfUnits\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mUnitInError\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCounty\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mInCityVillageTownship\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCityVillageTownshipName\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCrashDateTime\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mFIPSPlaceCode\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLatitude\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLongitude\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRouteType\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRouteNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationPrefix\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRoadName\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationRoadType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDistanceFromReference\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDistanceReferenceMeasurement\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDirectionFromReference\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceRouteType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceRouteNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferencePrefix\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceName\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferencePointUsed\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReferenceRoadType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mIntersectionOrApproachRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mNumberOfApproaches\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWithinInterchangeArea\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLocationFirstHarmfulEvent\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mMannerOfCollision\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWeather\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLightCondition\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mActiveSchoolZoneRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkZoneRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkersPresent\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mLawEnforcementPresentInWorkZone\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkZoneType\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mWorkZoneLocation\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mNarrative\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mReportTakenBy\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSupplement\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCrashReportedDateTime\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDispatchedDateTime\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mArrivedDateTime\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSceneClearedDateTime\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOtherInvestigationTime\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalTimeRoadwayClosed\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOfficerName\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mOfficerBadgeNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCheckedByOfficerName\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCheckedByBadgeNumber\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadwayDivided\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDividedLaneTravelDirection\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDividedMedianType\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadContour\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadCondition\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mRoadSurface\u001b[0m\u001b[1m \u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalInjured\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalKilled\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTotalMinutes\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mAnimalRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mAnimalDeerRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mAlcoholRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDrugRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mBicycleRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mMotorCycleRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSpeedRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mPedestrianRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSemiTruckRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSmallTruckRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mYouthRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mTeenRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mDUI21Related\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mSeniorRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mFatalNotReportable\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCommercialRelated\u001b[0m\u001b[1m \u001b[0m┃\u001b[1m \u001b[0m\u001b[1mCommercialAtFault\u001b[0m\u001b[1m \u001b[0m┃\n",
"┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━┩\n",
"│ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mtimestamp\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mtimestamp\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mfloat64\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mstring\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mint64\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │ \u001b[2mboolean\u001b[0m │\n",
"├───────────────────┼────────────────┼────────────────────────┼─────────┼──────────────────┼────────────────┼─────────────┼─────────┼─────────┼─────────┼─────────┼─────────────────┼─────────────────────┼───────────────┼─────────────┼─────────────────┼───────────────────────┼─────────────────────────┼─────────────────────┼───────────────┼───────────┼────────────┼────────────────────────────────────────┼─────────────────────┼────────────────┼──────────────────┼──────────────────┼───────────────────────┼──────────────────────────────┼────────────────────────┼────────────────────┼──────────────────────┼─────────────────┼─────────────────┼────────────────────┼───────────────────┼───────────────────────────────┼────────────────────┼───────────────────────┼───────────────────────────┼─────────────────────────────────────────────────┼──────────────────┼────────────────┼─────────────────────────┼─────────────────┼────────────────┼─────────────────────────────────┼──────────────┼──────────────────┼──────────────────────────────────────────────────────────────────────────────────┼───────────────┼────────────┼───────────────────────┼──────────────────────┼──────────────────────┼──────────────────────┼────────────────────────┼────────────────────────┼─────────────────────┼────────────────────┼──────────────────────┼──────────────────────┼────────────────┼────────────────────────────┼───────────────────────────────────┼────────────────┼──────────────────────────────┼───────────────────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼───────────────────┼────────────────┼─────────────┼────────────────┼───────────────────┼──────────────┼───────────────────┼──────────────────┼───────────────────┼──────────────┼─────────────┼──────────────┼───────────────┼────────────────────┼───────────────────┼───────────────────┤\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023-00000344 \u001b[0m │ \u001b[1;36m20232053802\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ True │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m00205 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mAllen County \u001b[0m │ \u001b[32mVillage \u001b[0m │ \u001b[32mSpencerville \u001b[0m │ \u001b[35m2023-04-05 10:24:00\u001b[0m │ \u001b[1;36m74034\u001b[0m │ \u001b[1;36m40.708760\u001b[0m │ \u001b[1;36m-84.353421\u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mEast \u001b[0m │ \u001b[32m4TH \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNorth \u001b[0m │ \u001b[32mBROADWAY \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mStreet \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mBacking \u001b[0m │ \u001b[32mSleet; Hail \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mUnit 1 & 2 were traveling south on Broadway; stopped at a red light. Unit 1 pro…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-05 10:24:00\u001b[0m │ \u001b[32m4/5/2023 10:24:00 AM\u001b[0m │ \u001b[32m4/5/2023 10:24:00 AM\u001b[0m │ \u001b[32m4/5/2023 10:33:00 AM\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mMILLER \u001b[0m │ \u001b[32m612 \u001b[0m │ \u001b[32mMILLER \u001b[0m │ \u001b[32m612 \u001b[0m │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m9\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2304005257 \u001b[0m │ \u001b[1;36m20232056058\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ True │ False │ True │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m05600 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mMonroe County \u001b[0m │ \u001b[32mVillage \u001b[0m │ \u001b[32mWoodsfield \u001b[0m │ \u001b[35m2023-04-01 15:31:00\u001b[0m │ \u001b[1;36m86436\u001b[0m │ \u001b[1;36m39.760188\u001b[0m │ \u001b[1;36m-81.119776\u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mWest \u001b[0m │ \u001b[32mMARIETTA \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32m207 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOutside Trafficway \u001b[0m │ \u001b[32mAngle \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mUnit 1 was attempting to make a traffic stop on Unit 2 on W Marietta St. Unit 2…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-01 15:32:00\u001b[0m │ \u001b[32m4/1/2023 3:33:00 PM \u001b[0m │ \u001b[32m4/1/2023 3:39:00 PM \u001b[0m │ \u001b[32m4/1/2023 4:09:00 PM \u001b[0m │ \u001b[1;36m20.0\u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[32mWARNER; KEVIN \u001b[0m │ \u001b[32m57 \u001b[0m │ \u001b[32mYONLEY; ERIC \u001b[0m │ \u001b[32m32 \u001b[0m │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mStraight Grade\u001b[0m │ \u001b[32mSand; Mud; Dirt; Oil; Gravel\u001b[0m │ \u001b[32mSlag; Gravel; Stone \u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m56\u001b[0m │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000750 \u001b[0m │ \u001b[1;36m20232063386\u001b[0m │ \u001b[32mMinor Injury Suspected\u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ False │ False │ False │ True │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-09 11:00:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.097900\u001b[0m │ \u001b[1;36m-83.132400\u001b[0m │ \u001b[32mInterstate Route (Turnpike is also IR)\u001b[0m │ \u001b[32m270 \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[1;36m250.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ True │ \u001b[32mOn Shoulder \u001b[0m │ \u001b[32mNot Collision Between Two Vehicles in Transport\u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mUnit 1 was on the exit ramp from IR 270 north to US 33 east when it went off th…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-09 11:00:00\u001b[0m │ \u001b[32m4/9/2023 11:01:00 AM\u001b[0m │ \u001b[32m4/9/2023 11:05:00 AM\u001b[0m │ \u001b[32m4/9/2023 11:53:00 AM\u001b[0m │ \u001b[1;36m60.0\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mWILLIAMS; M.M. \u001b[0m │ \u001b[32m3067 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mCurve Grade \u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m112\u001b[0m │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000716 \u001b[0m │ \u001b[1;36m20232063429\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-06 08:56:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.101090\u001b[0m │ \u001b[1;36m-83.159039\u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mAVERY-MUIRFIELD \u001b[0m │ \u001b[32mDrive \u001b[0m │ \u001b[1;36m100.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mNorth \u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mAngle \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mUnit 11 was turning north onto Avery-Muirfield Rd from US 33 and made an improp…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-06 08:56:00\u001b[0m │ \u001b[32m4/6/2023 8:56:00 AM \u001b[0m │ \u001b[32m4/6/2023 9:08:00 AM \u001b[0m │ \u001b[32m4/6/2023 9:48:00 AM \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mGUNDELFINGER; M.W. \u001b[0m │ \u001b[32m5668 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ True │ \u001b[32mNorth \u001b[0m │ \u001b[32mDivided; Raised Median (Any type)\u001b[0m │ \u001b[32mStraight Grade\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m52\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000726 \u001b[0m │ \u001b[1;36m20232063488\u001b[0m │ \u001b[32mMinor Injury Suspected\u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ True │ False │ False │ True │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-07 10:39:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.126300\u001b[0m │ \u001b[1;36m-83.169600\u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mTULLYMORE \u001b[0m │ \u001b[32mDrive \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32m7780 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mHead-on \u001b[0m │ \u001b[32mFog; Smog; Smoke\u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mUnit 2 was traveling WB on Tullymore Dr near 7780 address. Unit 1 was traveling…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 10:39:00\u001b[0m │ \u001b[32m4/7/2023 10:39:00 AM\u001b[0m │ \u001b[32m4/7/2023 10:43:00 AM\u001b[0m │ \u001b[32m4/7/2023 11:45:00 AM\u001b[0m │ \u001b[1;36m45.0\u001b[0m │ \u001b[1;36m45.0\u001b[0m │ \u001b[32mPOPSON; J.S. \u001b[0m │ \u001b[32m3311 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mCurve Level \u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m111\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000728 \u001b[0m │ \u001b[1;36m20232063552\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-07 13:54:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.099100\u001b[0m │ \u001b[1;36m-83.121000\u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[1;36m10.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mWest \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mCORBINS MILL \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mDrive \u001b[0m │ True │ \u001b[1;36m4.0\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mRear-end \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mUnit 2 was EB on US 33 at Corbins Mill Dr. Unit 1 was directly behind Unit 2. U…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 13:54:00\u001b[0m │ \u001b[32m4/7/2023 1:57:00 PM \u001b[0m │ \u001b[32m4/7/2023 1:58:00 PM \u001b[0m │ \u001b[32m4/7/2023 2:30:00 PM \u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[1;36m15.0\u001b[0m │ \u001b[32mPOPSON; J.S. \u001b[0m │ \u001b[32m3311 \u001b[0m │ \u001b[32mHOSTERMAN; T.D. \u001b[0m │ \u001b[32m1006 \u001b[0m │ True │ \u001b[32mEast \u001b[0m │ \u001b[32mDivided; Raised Median (Any type)\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m63\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m23000725 \u001b[0m │ \u001b[1;36m20232063585\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mSolved \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m02503 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mFranklin County\u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mDublin \u001b[0m │ \u001b[35m2023-04-07 06:50:00\u001b[0m │ \u001b[1;36m22694\u001b[0m │ \u001b[1;36m40.099564\u001b[0m │ \u001b[1;36m-83.151833\u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m33 \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[1;36m75.0\u001b[0m │ \u001b[32mYards \u001b[0m │ \u001b[32mEast \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mAVERY-MUIRFIELD\u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mDrive \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mRear-end \u001b[0m │ \u001b[32mCloudy \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mUnit 2 was WB on US 33 near Avery-Muirfield Dr. Unit 1 was behind Unit 2 before…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 06:50:00\u001b[0m │ \u001b[32m4/7/2023 6:51:00 AM \u001b[0m │ \u001b[32m4/7/2023 6:58:00 AM \u001b[0m │ \u001b[32m4/7/2023 7:20:00 AM \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mKINZEL; A.J. \u001b[0m │ \u001b[32m4735 \u001b[0m │ \u001b[32mMCCLAIN; B.M. \u001b[0m │ \u001b[32m1390 \u001b[0m │ True │ \u001b[32mWest \u001b[0m │ \u001b[32mDivided; Raised Median (Any type)\u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m29\u001b[0m │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │ True │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023003037 \u001b[0m │ \u001b[1;36m20232063676\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ True │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m07402 \u001b[0m │ \u001b[1;36m2\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mSeneca County \u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mTiffin \u001b[0m │ \u001b[35m2023-04-10 18:54:00\u001b[0m │ \u001b[1;36m76778\u001b[0m │ \u001b[1;36m41.115460\u001b[0m │ \u001b[1;36m-83.180639\u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mWest \u001b[0m │ \u001b[32mPERRY \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32m419 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mSideswipe; same direction \u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mUnit 1 & 2 were WB on Perry St. Unit 1 attempted to change lanes and struck Uni…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-10 18:54:00\u001b[0m │ \u001b[32m4/10/2023 6:56:00 PM\u001b[0m │ \u001b[32m4/10/2023 7:07:00 PM\u001b[0m │ \u001b[32m4/10/2023 7:39:00 PM\u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mPO TIMM; REBECCA L \u001b[0m │ \u001b[32m1000 \u001b[0m │ \u001b[32mJM WATSON \u001b[0m │ \u001b[32m999 \u001b[0m │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m73\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ True │ True │ False │ False │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023002938 \u001b[0m │ \u001b[1;36m20232063700\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ True │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m07402 \u001b[0m │ \u001b[1;36m3\u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[32mSeneca County \u001b[0m │ \u001b[32mCity \u001b[0m │ \u001b[32mTiffin \u001b[0m │ \u001b[35m2023-04-06 19:05:00\u001b[0m │ \u001b[1;36m76778\u001b[0m │ \u001b[1;36m41.117230\u001b[0m │ \u001b[1;36m-83.177003\u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[32mWASHINGTON \u001b[0m │ \u001b[32mStreet \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32m346 \u001b[0m │ \u001b[32mHouse Number \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mBacking \u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDaylight \u001b[0m │ False │ False │ False │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mUnits 2 & 3 were legally parked on S Washington St on opposite sides of the str…\u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-06 19:05:00\u001b[0m │ \u001b[32m4/6/2023 7:05:00 PM \u001b[0m │ \u001b[32m4/6/2023 7:06:00 PM \u001b[0m │ \u001b[32m4/6/2023 8:20:00 PM \u001b[0m │ \u001b[1;36m30.0\u001b[0m │ \u001b[1;36m0.0\u001b[0m │ \u001b[32mPO SOMERS; MARCUS A\u001b[0m │ \u001b[32m1295 \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m105\u001b[0m │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ True │ False │ False │ False │\n",
"│ \u001b[38;5;172m\\t\u001b[0m\u001b[32m2023004505 \u001b[0m │ \u001b[1;36m20232068962\u001b[0m │ \u001b[32mProperty Damage Only \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ False │ False │ False │ False │ False │ False │ \u001b[38;5;172m\\t\u001b[0m\u001b[32m07400 \u001b[0m │ \u001b[1;36m1\u001b[0m │ \u001b[1;36m98\u001b[0m │ \u001b[32mSeneca County \u001b[0m │ \u001b[32mVillage \u001b[0m │ \u001b[32mClinton (Township of) \u001b[0m │ \u001b[35m2023-04-07 06:47:00\u001b[0m │ \u001b[1;36m16154\u001b[0m │ \u001b[1;36m41.080563\u001b[0m │ \u001b[1;36m-83.153209\u001b[0m │ \u001b[32mState Route \u001b[0m │ \u001b[32m100 \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[1;36m200.0\u001b[0m │ \u001b[32mFeet \u001b[0m │ \u001b[32mSouth \u001b[0m │ \u001b[32mFederal US Route \u001b[0m │ \u001b[32m224 \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mIntersection \u001b[0m │ \u001b[32mNaN \u001b[0m │ False │ \u001b[1;36mnan\u001b[0m │ False │ \u001b[32mOn Roadway \u001b[0m │ \u001b[32mNot Collision Between Two Vehicles in Transport\u001b[0m │ \u001b[32mClear \u001b[0m │ \u001b[32mDawn/Dusk \u001b[0m │ False │ False │ False │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mUNIT 1 WAS TRAVELING SB ON SR 100 AND STRUCK A DEER. \u001b[0m │ \u001b[32mPolice \u001b[0m │ False │ \u001b[35m2023-04-07 06:47:00\u001b[0m │ \u001b[32m4/7/2023 6:48:00 AM \u001b[0m │ \u001b[32m4/7/2023 6:48:00 AM \u001b[0m │ \u001b[32m4/7/2023 7:02:00 AM \u001b[0m │ \u001b[1;36mnan\u001b[0m │ \u001b[1;36m14.0\u001b[0m │ \u001b[32mHEABLER \u001b[0m │ \u001b[32m874 \u001b[0m │ \u001b[32mWEIMERSKIRCH \u001b[0m │ \u001b[32m395 \u001b[0m │ False │ \u001b[32mNaN \u001b[0m │ \u001b[32mNaN \u001b[0m │ \u001b[32mStraight Level\u001b[0m │ \u001b[32mDry \u001b[0m │ \u001b[32mBlacktop; Bituminous; Asphalt\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m0\u001b[0m │ \u001b[1;36m14\u001b[0m │ True │ True │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │ False │\n",
"│ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │ \u001b[2m…\u001b[0m │\n",
"└───────────────────┴────────────────┴────────────────────────┴─────────┴──────────────────┴────────────────┴─────────────┴─────────┴─────────┴─────────┴─────────┴─────────────────┴─────────────────────┴───────────────┴─────────────┴─────────────────┴───────────────────────┴─────────────────────────┴─────────────────────┴───────────────┴───────────┴────────────┴────────────────────────────────────────┴─────────────────────┴────────────────┴──────────────────┴──────────────────┴───────────────────────┴──────────────────────────────┴────────────────────────┴────────────────────┴──────────────────────┴─────────────────┴─────────────────┴────────────────────┴───────────────────┴───────────────────────────────┴────────────────────┴───────────────────────┴───────────────────────────┴─────────────────────────────────────────────────┴──────────────────┴────────────────┴─────────────────────────┴─────────────────┴────────────────┴─────────────────────────────────┴──────────────┴──────────────────┴──────────────────────────────────────────────────────────────────────────────────┴───────────────┴────────────┴───────────────────────┴──────────────────────┴──────────────────────┴──────────────────────┴────────────────────────┴────────────────────────┴─────────────────────┴────────────────────┴──────────────────────┴──────────────────────┴────────────────┴────────────────────────────┴───────────────────────────────────┴────────────────┴──────────────────────────────┴───────────────────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴───────────────────┴────────────────┴─────────────┴────────────────┴───────────────────┴──────────────┴───────────────────┴──────────────────┴───────────────────┴──────────────┴─────────────┴──────────────┴───────────────┴────────────────────┴───────────────────┴───────────────────┘"
]
},
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"con.create_table(name='veh_crash_stats', obj=veh_crash_data_from_duckdb, database='analysis', overwrite=True)"
]
},
{
"cell_type": "markdown",
"id": "ac5326ec-7455-4294-97a4-4d2e40196e8e",
"metadata": {},
"source": [
"So that worked also."
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Py3.10 (sql_dev)",
"language": "python",
"name": "sql_dev"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment