Czech Public Procurements
Selected metadata of 51 thousand awarded public procurements in Czechia
@kaggle.ladislavburgr_czech_public_procurements_list
Selected metadata of 51 thousand awarded public procurements in Czechia
@kaggle.ladislavburgr_czech_public_procurements_list
CREATE TABLE results_english (
"name" VARCHAR,
"contracting_authority" VARCHAR,
"type" VARCHAR,
"cpv_code" BIGINT,
"number_of_competitors" BIGINT,
"real_price" DOUBLE,
"expected_price" DOUBLE
);
CREATE TABLE results (
"n_zev_zak_zky" VARCHAR,
"zadavatel" VARCHAR,
"druh" VARCHAR,
"cpv" BIGINT,
"po_et_sout_c_ch" BIGINT,
"v_sledn_cena" DOUBLE,
"o_ek_van_cena" DOUBLE
);
Anyone who has the link will be able to view this.