Pakistan's General Election 2024 Dataset
Analysing Voting Patterns and Influencing Factors in Pakistan's 2024 General
@kaggle.muhammadhamidkhan_pakistans_general_election_2024_dataset
Analysing Voting Patterns and Influencing Factors in Pakistan's 2024 General
@kaggle.muhammadhamidkhan_pakistans_general_election_2024_dataset
This dataset was collected from university students using a random sampling technique, ensuring a representative sample. It comprises 16 columns, incorporating both numerical and categorical variables, to provide a comprehensive view of the data. This dataset is particularly valuable for students of public policy, political science, and sociology, offering a robust foundation for analyzing electoral behaviors. The primary objective of this dataset is to facilitate a descriptive study of the voting patterns observed in the 2024 election, enabling detailed statistical analysis, data mining, and hypothesis testing. By utilizing advanced analytics and machine learning techniques, researchers can uncover intricate patterns and correlations within the dataset, contributing to a deeper understanding of the socio-political landscape.
CREATE TABLE pakistan_general_election_2024 (
"gender" VARCHAR,
"age" VARCHAR,
"education_level" VARCHAR,
"residance" VARCHAR,
"province" VARCHAR,
"father_occupation" VARCHAR,
"income_level" VARCHAR,
"factors_of_influence" VARCHAR,
"relationship_with_politician" VARCHAR,
"factors_impact_on_voting_decision" VARCHAR,
"family_influence" VARCHAR,
"party_menifesto" VARCHAR,
"read_party_menifesto" VARCHAR,
"access_to_information_while_voting" VARCHAR,
"influence_of_political_campaign_and_advertisement" VARCHAR,
"vote_for_party" VARCHAR,
"election_2024_outcomes" VARCHAR
);
Anyone who has the link will be able to view this.