Canadian Govt Tenders Above 10k Till Sept 2022
Where canadian government is spending its money.
@kaggle.alluforthewin_canadian_govt_tenders_above_10k_till_sept_2022
Where canadian government is spending its money.
@kaggle.alluforthewin_canadian_govt_tenders_above_10k_till_sept_2022
CREATE TABLE canadian_gov_contracts_above_10k (
"reference_number" VARCHAR,
"procurement_id" VARCHAR,
"vendor_name" VARCHAR,
"vendor_postal_code" VARCHAR,
"buyer_name" VARCHAR,
"contract_date" TIMESTAMP,
"economic_object_code" VARCHAR,
"description_en" VARCHAR,
"description_fr" VARCHAR,
"contract_period_start" VARCHAR,
"delivery_date" VARCHAR,
"contract_value" DOUBLE,
"original_value" DOUBLE,
"amendment_value" DOUBLE,
"comments_en" VARCHAR,
"comments_fr" VARCHAR,
"additional_comments_en" VARCHAR,
"additional_comments_fr" VARCHAR,
"agreement_type_code" VARCHAR,
"trade_agreement" VARCHAR,
"land_claims" VARCHAR,
"commodity_type" VARCHAR,
"commodity_code" VARCHAR,
"country_of_vendor" VARCHAR,
"solicitation_procedure" VARCHAR,
"limited_tendering_reason" DOUBLE,
"trade_agreement_exceptions" VARCHAR,
"indigenous_business" VARCHAR,
"indigenous_business_excluding_psib" VARCHAR,
"intellectual_property" VARCHAR,
"potential_commercial_exploitation" VARCHAR,
"former_public_servant" VARCHAR,
"contracting_entity" VARCHAR,
"standing_offer_number" VARCHAR,
"instrument_type" VARCHAR,
"ministers_office" VARCHAR,
"number_of_bids" DOUBLE,
"article_6_exceptions" VARCHAR,
"award_criteria" VARCHAR,
"socioeconomic_indicator" VARCHAR,
"reporting_period" VARCHAR,
"owner_org" VARCHAR,
"owner_org_title" VARCHAR
);
Anyone who has the link will be able to view this.