Skip to content

Instantly share code, notes, and snippets.

View talwai's full-sized avatar

Aaditya Talwai talwai

View GitHub Profile
to unpack field 'stake' of struct 'test_vote'
name category description
Matrices & Linear Algebra Fundamentals Fundamentals todo
Hash Functions, Binary Tree, O(n) Fundamentals todo
Relational Algebra, DB Basics Fundamentals todo
Inner, Outer, Cross, Theta Join Fundamentals todo
CAP Theorem Fundamentals todo
neighborhood median_assessed_value
SoHo-TriBeCa-Civic Center-Little Italy 3277500.0
Ozone Park 549000.0
Greenpoint 1441500.0
Marble Hill-Inwood 1436000.0
Allerton-Pelham Gardens 531000.0
Williamsburg 937000.0
West Village 4740000.0
Ridgewood 801000.0
Dyker Heights 1079000.0
year tax_class num_parcels
2018-2019 1 708420
2018-2019 3 4571
2018-2019 2 288853
2018-2019 4 111978
2016-2017 1 708577
2016-2017 3 4592
2016-2017 2 278925
2016-2017 4 111229
2014-2015 1 708767
year tax_class num_parcels
2018-2019 1A 22758
2016-2017 1A 22627
2014-2015 1A 22304
2015-2016 1A 22473
2013-2014 1A 21991
2011-2012 1A 21912
2010-2011 1A 21667
2017-2018 1A 22726
2012-2013 1A 22102
neighborhood median_assessed_value
Borough Park 140507
East Flushing 797135
Auburndale 2618530
Murray Hill 3454311
East Elmhurst 639913
Morrisania-Melrose 3652557
Rikers Island 1655422
Hollis 415475
Manhattanville 2257745
--- /home/vagrant/python/lib/python2.7/site-packages/blinker/base.py 2017-05-12 22:29:27.020638000 +0000
+++ base.py 2017-05-12 22:29:02.000000000 +0000
@@ -21,6 +21,13 @@
symbol,
)
+import logging;
+FORMAT = '%(asctime)s %(message)s'
+
+log = logging.getLogger()
# -*- coding: utf-8; fill-column: 76 -*-
"""Signals and events.
A small implementation of signals, inspired by a snippet of Django signal
API client code seen in a blog post. Signals are first-class objects and
each manages its own receivers and message emission.
The :func:`signal` function provides singleton behavior for named signals.
"""
From d6217f15009760aec1a0d68ddcbb2278ceee4ac8 Mon Sep 17 00:00:00 2001
From: talwai <aaditya.21@gmail.com>
Date: Thu, 27 Apr 2017 12:10:23 -0400
Subject: [PATCH] django: handle tuple INSTALLED_APPS
---
ddtrace/contrib/django/patch.py | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/ddtrace/contrib/django/patch.py b/ddtrace/contrib/django/patch.py
From b547ad0a498bdba1c7ab357301cde806b310373e Mon Sep 17 00:00:00 2001
From: talwai <aaditya.21@gmail.com>
Date: Thu, 27 Apr 2017 12:10:23 -0400
Subject: [PATCH] django: handle tuple INSTALLED_APPS
---
ddtrace/contrib/django/patch.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/ddtrace/contrib/django/patch.py b/ddtrace/contrib/django/patch.py