This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BRONX MANHATTAN QUEENS STATEN ISLAND BROOKLYN TOTAL | |
| Fair 12.77% 16.59% 17.53% 17.84% 13.98% 15.75% | |
| Good 78.18% 74.59% 72.38% 71.67% 78.26% 75.07% | |
| Poor 3.63% 4.44% 5.52% 5.10% 4.10% 4.52% | |
| (blank) 5.42% 4.38% 4.58% 5.39% 3.66% 4.66% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import urllib | |
| import os | |
| import tweepy | |
| import csv | |
| import time | |
| import PIL | |
| from PIL import Image, ImageOps | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Column | Type | Modifiers | |
| ----------------------------------+-----------------------------+-------------------------------------------------------------- | |
| signup_partner | character varying(255) | | |
| signup_source | character varying(255) | | |
| signup_campaign | character varying(255) | | |
| signup_sem_source | text | | |
| signup_sem_campaign | text | | |
| signup_sem_keyword | text | | |
| signup_sem_placement | text | | |
| signup_sem_medium | text | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery(function(){ | |
| var closed_window = false | |
| jQuery("a").mousedown(function(){ | |
| closed_window = true | |
| }) |