Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. structure(list(id = c(7405700015, 1310000130, 7258200055, 1115700040,
  2. 3303950220), date = structure(c(1427673600, 1411516800, 1423180800,
  3. 1417392000, 1409443200), class = c("POSIXct", "POSIXt"), tzone = "UTC"),
  4. price = c(406000, 315000, 262000, 713500, 348450), bedrooms = c(3L,
  5. 4L, 4L, 5L, 4L), bathrooms = c(1, 2, 2.5, 2.75, 2.5), sqft_living = c(1090L,
  6. 2020L, 1560L, 2920L, 1950L), sqft_lot = c(11292L, 7767L,
  7. 7800L, 9163L, 8628L), floors = structure(c(1L, 1L, 3L, 1L,
  8. 3L), .Label = c("1", "1.5", "2", "2.5", "3", "3.5"), class = "factor"),
  9. waterfront = structure(c(1L, 1L, 1L, 1L, 1L), .Label = c("0",
  10. "1"), class = "factor"), view = c(0L, 0L, 0L, 0L, 0L), condition = c(4L,
  11. 3L, 3L, 4L, 3L), grade = c(7L, 8L, 7L, 8L, 8L), sqft_above = c(1090L,
  12. 2020L, 1560L, 1520L, 1950L), sqft_basement = c(0L, 0L, 0L,
  13. 1400L, 0L), yr_built = c(1952L, 1995L, 1997L, 1976L, 1994L
  14. ), yr_renovated = structure(c(1L, 1L, 1L, 1L, 1L), .Label = c("0",
  15. "1934", "1940", "1944", "1945", "1946", "1948", "1950", "1951",
  16. "1953", "1954", "1955", "1956", "1957", "1958", "1959", "1960",
  17. "1962", "1963", "1964", "1965", "1967", "1968", "1969", "1970",
  18. "1971", "1972", "1973", "1974", "1975", "1976", "1977", "1978",
  19. "1979", "1980", "1981", "1982", "1983", "1984", "1985", "1986",
  20. "1987", "1988", "1989", "1990", "1991", "1992", "1993", "1994",
  21. "1995", "1996", "1997", "1998", "1999", "2000", "2001", "2002",
  22. "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010",
  23. "2011", "2012", "2013", "2014", "2015"), class = "factor"),
  24. zipcode = structure(c(58L, 3L, 65L, 6L, 24L), .Label = c("98001",
  25. "98002", "98003", "98004", "98005", "98006", "98007", "98008",
  26. "98010", "98011", "98014", "98019", "98022", "98023", "98024",
  27. "98027", "98028", "98029", "98030", "98031", "98032", "98033",
  28. "98034", "98038", "98039", "98040", "98042", "98045", "98052",
  29. "98053", "98055", "98056", "98058", "98059", "98065", "98070",
  30. "98072", "98074", "98075", "98077", "98092", "98102", "98103",
  31. "98105", "98106", "98107", "98108", "98109", "98112", "98115",
  32. "98116", "98117", "98118", "98119", "98122", "98125", "98126",
  33. "98133", "98136", "98144", "98146", "98148", "98155", "98166",
  34. "98168", "98177", "98178", "98188", "98198", "98199"), class = "factor"),
  35. lat = c(47.7429, 47.3391, 47.514, 47.5668, 47.3817), long = c(-122.358,
  36. -122.309, -122.316, -122.169, -122.035), sqft_living15 = c(1570L,
  37. 1940L, 1160L, 2250L, 2210L), sqft_lot15 = c(8198L, 8239L,
  38. 7800L, 9163L, 9019L), sqft_living_group = structure(c(2L,
  39. 3L, 2L, 3L, 2L), .Label = c("(0,1000]", "(1000,2000]", "(2000,3000]",
  40. "(3000,5000]", "(5000,7000]", "(7000,10000]", "(10000,15000]"
  41. ), class = "factor")), .Names = c("id", "date", "price",
  42. "bedrooms", "bathrooms", "sqft_living", "sqft_lot", "floors",
  43. "waterfront", "view", "condition", "grade", "sqft_above", "sqft_basement",
  44. "yr_built", "yr_renovated", "zipcode", "lat", "long", "sqft_living15",
  45. "sqft_lot15", "sqft_living_group"), row.names = c(9282L, 5664L,
  46. 1116L, 13220L, 12519L), class = "data.frame")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement