Skip to content

Commit fecbfd1

Browse files
author
Sonny Li
committed
Update
1 parent 9d2d4db commit fecbfd1

11 files changed

+680955
-0
lines changed

Diff for: twitch/README.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# StreetEasy
2+
3+
[StreetEasy](www.streeteasy.com) is New York City's leading real estate marketplace — from studios to high-rises, Brooklyn Heights to Harlem.
4+
5+
In the Multiple Linear Regression (MLR) lesson, we have partnered with the StreetEasy Research team. You will be working with a **.csv** file that contains a sample of 5,000 rentals listings in `Manhattan`, `Brooklyn`, and `Queens`, active on StreetEasy in June 2016.
6+
7+
It has the following fields:
8+
9+
Headers | Description |
10+
--- | --- |
11+
`rental_id` | rental ID
12+
`building_id` | building ID
13+
`rent` | price of rent ($)
14+
`bedrooms` | number of bedrooms
15+
`bathrooms` | number of bathrooms
16+
`size_sqft` | size (ft²)
17+
`min_to_subway` | subway station (min)
18+
`floor` | floor number
19+
`building_age_yrs` | building age (year)
20+
`no_fee` | has no broker fee (0/1)
21+
`has_roofdeck` | has roof deck (0/1)
22+
`has_washer_dryer` | has in-unit washer/dryer (0/1)
23+
`has_doorman` | has doorman (0/1)
24+
`has_elevator` | has elevator (0/1)
25+
`has_dishwasher` | has dishwasher (0/1)
26+
`has_patio` | has patio (0/1)
27+
`has_gym` | has gym (0/1)
28+
`neighborhood` | neighborhood (ex: Greenpoint)
29+
`submarket` | submarket (ex: North Brooklyn)
30+
`borough` | borough (ex: Brooklyn)
31+
32+
Thank you StreetEasy for this partnership and especially:
33+
34+
- [Grant Long](https://streeteasy.com/blog/author/grantlong/), Sr. Economist
35+
- [Lauren Riefflin](https://streeteasy.com/blog/author/lauren/), Sr. Marketing Manager

Diff for: twitch/chat.csv

+148,562
Large diffs are not rendered by default.

Diff for: twitch/stream.csv

+526,300
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)