Seaborn:Datasets Explorations
You can find the Turkish version of this article by click here.(Türkçe)
The Seaborn library in Python is often used for data visualization. There are certain data sets in this library. We can upload these data sets to our system from Seaborn.
Before doing certain operations with these data sets, we need to know what the story of the data set we are using is. So today I will tell you about the information of Seaborn library data sets.
car_crashes
Accidents in the states of the USA are examined. This is the data set of the cause of the accidents and the cost to the accident insurance companies.
· total -> Number of drivers involved in fatal collisions per billion miles (5.900–23.900)
· speeding -> Percentage Of Drivers Involved In Fatal Collisions Who Were Speeding (1.792–9.450)
· alcohol -> Percentage Of Drivers Involved In Fatal Collisions Who Were Alcohol-Impaired (1.593–10.038)