Skip to content

Instantly share code, notes, and snippets.

@Zerthick
Created December 4, 2018 17:36
Show Gist options
  • Save Zerthick/68982aabb026adedfb9c18b6ae549d95 to your computer and use it in GitHub Desktop.
Save Zerthick/68982aabb026adedfb9c18b6ae549d95 to your computer and use it in GitHub Desktop.
{
"columns":[
"YearBuilt",
"YrSold",
"MonthSold",
"Size(sqf)",
"Floor",
"HallwayType",
"HeatingType",
"AptManageType",
"N_Parkinglot(Ground)",
"N_Parkinglot(Basement)",
"TimeToBusStop",
"TimeToSubway",
"N_APT",
"N_manager",
"N_elevators",
"SubwayStation",
"N_FacilitiesNearBy(PublicOffice)",
"N_FacilitiesNearBy(Hospital)",
"N_FacilitiesNearBy(Dpartmentstore)",
"N_FacilitiesNearBy(Mall)",
"N_FacilitiesNearBy(ETC)",
"N_FacilitiesNearBy(Park)",
"N_SchoolNearBy(Elementary)",
"N_SchoolNearBy(Middle)",
"N_SchoolNearBy(High)",
"N_SchoolNearBy(University)",
"N_FacilitiesInApt",
"N_FacilitiesNearBy(Total)",
"N_SchoolNearBy(Total)"
],
"index":[
0,
1
],
"data":[
[
2006,
2007,
8,
814,
3,
"terraced",
"individual_heating",
"management_in_trust",
111.0,
184.0,
"5min~10min",
"10min~15min",
3.0,
3.0,
0.0,
"Kyungbuk_uni_hospital",
2.0,
1,
1.0,
1.0,
1.0,
0.0,
3.0,
2.0,
2.0,
2.0,
5,
6.0,
9.0
],
[
1985,
2007,
8,
587,
8,
"corridor",
"individual_heating",
"self_management",
80.0,
76.0,
"0~5min",
"5min~10min",
1.0,
2.0,
2.0,
"Daegu",
5.0,
1,
2.0,
1.0,
2.0,
1.0,
2.0,
1.0,
1.0,
0.0,
3,
12.0,
4.0
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment