Version History of Accidental Deaths per 100,000 Inhabitants in Finland (Sotkanet)
Click here for a data sample
The accidental_deaths_per_100_000_inhabitantstablehistory table contains the version history of its base table rows. It is sourced from the 'Sotkanet' website which originates from Finland. The table has several columns including '_start_date', '_end_date', '_row_number', 'year', 'region', 'gender', 'value_per100000', and 'absolute_value'. The '_start_date' column represents the date when the row was extracted from the data source, while the '_end_date' column represents the date when a new version of the row was extracted. The '_row_number' column is a unique identifier for each row. Data in this table can be utilized for various data analytics purposes, such as analyzing trends in accidental deaths per 100,000 inhabitants over time, comparing gender-specific or region-specific patterns, and calculating absolute values of accidental deaths.
Field Descriptions
Name |
Data type |
Description |
_start_date | date | The date when the row was extracted from the data source. |
_end_date | date | The date when a new version of the row was extracted from the data source. If null, it means that the row is the most recent version. |
_row_number | long | The number of the row in the raw data extracted from the data source. |
year | int | The year of the data. |
region | int | The region associated with the data. |
gender | string | The gender associated with the data. |
value_per100000 | float | The value per 100,000 associated with the data. |
absolute_value | int | The absolute value associated with the data. |