Asian Development Bank - Procurement Data
Exploring Procurement by Origin: A Closer Look at Goods and Services Origins
@kaggle.zsinghrahulk_asian_development_bank_procurement_data
Exploring Procurement by Origin: A Closer Look at Goods and Services Origins
@kaggle.zsinghrahulk_asian_development_bank_procurement_data
CREATE TABLE procurement_by_nationality_2013_2023_as_of_august_2023 (
"contract_year" BIGINT,
"region" VARCHAR,
"borrowing_country" VARCHAR,
"type" VARCHAR,
"approval_number" BIGINT,
"contractor_name" VARCHAR,
"nationality" VARCHAR,
"nature_of_procurement" VARCHAR,
"modality" VARCHAR,
"sector" VARCHAR,
"subsector" VARCHAR,
"n__adb_financed_amount" DOUBLE,
"contract_date" TIMESTAMP,
"address" VARCHAR,
"project_title" VARCHAR,
"contract_description" VARCHAR,
"executing_agency" VARCHAR
);
Anyone who has the link will be able to view this.