Giter Club home page Giter Club logo

311jam2017-team7's Introduction

Beta NYC 2017: # Team 7

Challenge Guide #7

How can 311 data be used with performance data in the Mayor’s Management Report to help inform and improve agency performance by providing predictive insight or highlighting equity issues?

Full Detail

Participants:

Amit Bhatia | [email protected] | github.com/amiglobe

Anela Chan | [email protected] | http://anela.co

Frank Donnelly | [email protected] | github.com/frankpd

Claire Gerson | [email protected] | github.com/cgerson

Lizette Leano | [email protected] | github.com/lizleano

Robin Newman | [email protected] |robinerinnewman.com/ saynomoregame.com

Kevin Nguyen | [email protected] | github.com/Kvn219

Nidhin pattaniyil | [email protected] | http://npatta01.github.io/

Sophie Rand | [email protected] |

Justin Ryan | [email protected] | github.com/carillonator

Eric Schles | [email protected] | github.com/EricSchles

Matthew Ström | [email protected] | matthewstrom.com

Helpful datasets

PMMR (Preliminary Mayor's Management Report)

Example Query

# MMR FY - July 1, 2016 through June 30, 2017
SELECT
 unique_key,
 created_date,
 closed_date,
 agency,
 agency_name,
 complaint_type,
 descriptor,
 location_type,
 incident_zip,
 incident_address,
 street_name,
 school_name,
 school_code,
 address_type,
 city,
 landmark,
 facility_type,
 status,
 due_date,
 resolution_description,
 resolution_action_updated_date,
 community_board,
 borough,
 latitude,
 longitude,
 location
FROM
 `bigquery-public-data.new_york.311_service_requests`
WHERE
 created_date BETWEEN TIMESTAMP("2016-07-01 00:00:00.000")
 AND TIMESTAMP("2017-07-01 00:00:00.000")

311jam2017-team7's People

Contributors

kvn219 avatar npatta01 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.