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
Procurement by origin presents the details of procurement by origin of goods and services. Origin of goods is the place where the goods have been mined, grown, cultivated produced, manufactured, or processed (or through manufacture, processing, or assembly, another commercially recognized article results that differs substantially in its basic characteristics from its imported components). In case of works, consulting and other services, it is the nationality, or the place of incorporation, of the service provider. The origin should also be an ADB member.
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 -- ADB-FINANCED AMOUNT,
"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.