Baselight

Collection Of Classification & Regression Datasets

This dataset encompasses my collection of classification and regression

@kaggle.balakrishcodes_others

House Votes 84
@kaggle.balakrishcodes_others.house_votes_84

  • 11.43 KB
  • 435 rows
  • 16 columns
party

Party

infant

Infant

water

Water

budget

Budget

physician

Physician

salvador

Salvador

religious

Religious

satellite

Satellite

aid

Aid

missile

Missile

immigration

Immigration

synfuels

Synfuels

education

Education

superfund

Superfund

crime

Crime

dutyfree_exports

Dutyfree Exports

republican0101110001?1110
republican010111000001110
democrat?11?11000010110
democrat0110?1000010100
democrat11101100001?111
democrat011011000000111
democrat010111000000?11
republican01011100000011?
republican010111000001110
democrat11100011100000?

CREATE TABLE house_votes_84 (
  "party" VARCHAR,
  "infant" VARCHAR,
  "water" VARCHAR,
  "budget" VARCHAR,
  "physician" VARCHAR,
  "salvador" VARCHAR,
  "religious" VARCHAR,
  "satellite" VARCHAR,
  "aid" VARCHAR,
  "missile" VARCHAR,
  "immigration" VARCHAR,
  "synfuels" VARCHAR,
  "education" VARCHAR,
  "superfund" VARCHAR,
  "crime" VARCHAR,
  "dutyfree_exports" VARCHAR
);

Share link

Anyone who has the link will be able to view this.