Electoral Bonds 2024
Insights into Political Financing: Electoral Bonds 2024 Dataset
@kaggle.sushantchougule_electoral_bonds_2024
Insights into Political Financing: Electoral Bonds 2024 Dataset
@kaggle.sushantchougule_electoral_bonds_2024
CREATE TABLE electoral_bonds_clean (
"reference_no_urn" VARCHAR,
"journal_date" VARCHAR,
"purchase_date" VARCHAR,
"expiry_date" VARCHAR,
"purchaser_name" VARCHAR,
"prefix" VARCHAR,
"bond_number" BIGINT,
"denominations" BIGINT,
"issue_branch_code" BIGINT,
"issue_teller" BIGINT,
"status" VARCHAR,
"date_of_encashment" VARCHAR,
"political_party" VARCHAR,
"political_party_account_no" VARCHAR,
"pay_branch_code" BIGINT,
"pay_teller" BIGINT
);
Anyone who has the link will be able to view this.