Women Representation In City Property SanFrancisco
Representation of women in City-owned buildings open to public
@kaggle.ashkhagan_women_representation_in_city_property_sanfrancisco
Representation of women in City-owned buildings open to public
@kaggle.ashkhagan_women_representation_in_city_property_sanfrancisco
In October of 2018, the Board of Supervisors passed and Mayor London N. Breed signed, the Ordinance 243-18 (http://bit.ly/2LSqS3U) to expand the extent to which women are represented in the public sphere, including within artwork, statues, street names, facilities, parks, and more. The representation of women in City-owned buildings includes buildings, conference rooms, clubhouses, museums, recreation centers, community rooms, auditoriums, terminals, departure halls, 7 staircases, rooms, and other places open to the public. The City Administrator's office was responsible for compiling a list of all city owned buildings named after a man or woman. You can read the accompanying report on the representation of women in city property here: http://bit.ly/2YIDCz7
CREATE TABLE womenrepresentaionincityproperty_sanfrancisco (
"department_source" VARCHAR,
"name" VARCHAR,
"person" VARCHAR,
"gender" VARCHAR,
"reference" VARCHAR,
"comments" VARCHAR,
"current_police_districts" BIGINT,
"current_supervisor_districts" BIGINT,
"analysis_neighborhoods" BIGINT,
"neighborhoods" BIGINT,
"sf_find_neighborhoods" BIGINT
);
Anyone who has the link will be able to view this.