Data Project: Number of business failures in each region of France from 2014 to 2024 by date of Judgment - All economic sectors of activities (Data updated on December - 2024 by Insee)
The dataset, sourced from insee.fr, has undergone minimal processing. The primary processing involves merging data from multiple files spanning several years and extracting additional information from other sources.
Note: This is the initial iteration, and the work is ongoing. I will conduct further analysis and processing in the next stages.
The data can be imported into Pandas DataFrames for analysis. It currently includes information on business failures from 2014 to 2024, covering all sectors of activity across France, including its regions, departments, and overseas territories.
The National Institute of Statistics and Economic Studies (Institut national de la statistique et des études économiques) has made this data publicly available on their official website in various spreadsheet files. You can access it here: https://www.insee.fr/fr/accueil
ColumnName | DataType |
---|---|
FailureUnit | Int |
Year | Date(DD-MM-YYYY) |
Quarter | String |
Location | String |
LocationCategory | String |
YearQuarteId | String |
YearGroupId | String |
Zone | Int |
ZoneCategory | String |
Direction | String |
Capital | String |
Region | String |
CalandarYear | Int |
FailureUnit: Number of business units failed in each quarter
Year: Year
Quarter: One of 4 quarters of the year
Location: Location in France
LocationCategory: Category of locations divided into 3 types Region(R), Department(D), Country(C)
YearQuarterId: Group for quarters
YearGroupId: Group for years
Zone: In which zone failure units fall
ZoneCategory: 4 types Low, Medium, High, Very High
Direction: Direction located in France
Capital: Capital city of Region, Department or Country
Region: Regions of France
CalandarYear: Year extracted from the year column
Tableau Link: https://public.tableau.com/app/profile/sandeep.sd/viz/BusinessFailuresFrance2014-2024/Dashboard
Kaggle Link: https://www.kaggle.com/datasets/sandeep1080/business-failures-of-france-2014-2024