Investment In Building Construction
Tracking Monthly Investment Trends in Residential and Non-Residential Constructi
@kaggle.noeyislearning_investment_in_building_construction
Tracking Monthly Investment Trends in Residential and Non-Residential Constructi
@kaggle.noeyislearning_investment_in_building_construction
This dataset provides a detailed analysis of investment in building construction in Canada. The data is sourced from Statistics Canada and offers comprehensive insights into investment values across various types of structures and work. The dataset is structured to include key metrics such as reference date, geographical location, type of structure, type of work, and investment value, providing a robust foundation for analyzing construction investment dynamics within the country.
CREATE TABLE invesment_in_building_construction (
"ref_date" VARCHAR,
"geo" VARCHAR,
"dguid" VARCHAR,
"type_of_structure" VARCHAR,
"type_of_work" VARCHAR,
"investment_value" VARCHAR,
"uom" VARCHAR,
"uom_id" BIGINT,
"scalar_factor" VARCHAR,
"scalar_id" BIGINT,
"vector" VARCHAR,
"coordinate" VARCHAR,
"value" DOUBLE,
"status" VARCHAR,
"symbol" VARCHAR,
"terminated" VARCHAR,
"decimals" BIGINT
);Anyone who has the link will be able to view this.