英国道路安全:交通事故和车辆免费

jsaijsq 115 2021-08-24 自动驾驶

资源介绍

英国道路安全:交通事故和车辆 (http://ds.jsai.org.cn/) 自动驾驶 第1张

Context The UK government collects and publishes (usually on an annual basis) detailed information about traffic accidents across the country. This information includes, but is not limited to, geographical locations, weather conditions, type of vehicles, number of casualties and vehicle manoeuvres, making this a very interesting and comprehensive dataset for analysis and research. The creation of this dataset was inspired by the one previously published by [Dave Fisher-Hickey][1]. However, this current dataset features the following significant improvements over its predecessor: * It covers a wider date range of events. * Most of the coded data variables have been transformed to textual strings using relevant lookup tables, enabling more efficient and "human-readable" analysis. * It features detailed information about the vehicles involved in the accidents. Content The data come from the [Open Data][2] website of the UK government, where they have been published by the Department of Transport. The dataset comprises of two csv files: * **Accident_Information.csv:** every line in the file represents a unique traffic accident (identified by the Accident_Index column), featuring various properties related to the accident as columns. Date range: 2005-2017 * **Vehicle_Information.csv:** every line in the file represents the involvement of a unique vehicle in a unique traffic accident, featuring various vehicle and passenger properties as columns. Date range: 2004-2016 The two above-mentioned files/datasets can be linked through the unique traffic accident identifier (Accident_Index column). The dataset will keep being updated as more data become available by the Department of Transport. Acknowledgements Thanks to Dave Fisher-Hickey for previously publishing, what I consider to be, the first solid and structured version of this dataset on Kaggle. Also thanks to data.gov.uk for making this information publicly available. Last but not least, thanks to [The Data Lab][3] for allocating me some much needed time to assemble this dataset. Inspiration Go crazy using the dataset. Don't go crazy while driving. [1]: https://www.kaggle.com/daveianhickey/2000-16-traffic-flow-england-scotland-wales [2]: https://data.gov.uk/dataset/cb7ae6f0-4be6-4935-9277-47e5ce24a11f/road-safety-data [3]: https://www.thedatalab.com/

END

发表评论