Baselight

Senators Of The Philippines, 1946 To Present

Basic profiles of past to present Philippine senators

@kaggle.jcacperalta_senators_of_the_philippines_1st_to_18th_congress

Loading...
Loading...

About this Dataset

Senators Of The Philippines, 1946 To Present

Content

This dataset contains basic personal details (full names, birthday and birthplace) from the senator profiles listed at the Philippine senate website.

Whenever a detail is not present/seemingly erroneous in the profiles at the website, I sourced and cross-referenced the detail from the senators' wiki pages and/or wiki pages.

Please message the author if you find any inconsistencies in the data.

Tables

Ph Senators

@kaggle.jcacperalta_senators_of_the_philippines_1st_to_18th_congress.ph_senators
  • 16.31 KB
  • 482 rows
  • 11 columns
Loading...

CREATE TABLE ph_senators (
  "congress_number" BIGINT,
  "congress_start_year" BIGINT,
  "position" VARCHAR,
  "last_name" VARCHAR,
  "first_name" VARCHAR,
  "middle_initial" VARCHAR,
  "nickname" VARCHAR,
  "suffix" VARCHAR,
  "birthday" VARCHAR,
  "birthplace" VARCHAR,
  "residence" VARCHAR
);

Share link

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