Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 26, 2021 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ambda/5b79eea1e51e152aad9e5c21c02db56d to your computer and use it in GitHub Desktop.
Save 1ambda/5b79eea1e51e152aad9e5c21c02db56d to your computer and use it in GitHub Desktop.
root
|-- listing_id: long (nullable = true)
|-- listing_url: string (nullable = true)
|-- listing_name: string (nullable = true)
|-- review_scores_rating: long (nullable = true)
|-- listing_price_basic: double (nullable = true)
|-- count_date_available: long (nullable = false)
|-- count_date_unavailable: long (nullable = false)
+----------+--------------------+--------------------+--------------------+-------------------+--------------------+----------------------+
|listing_id| listing_url| listing_name|review_scores_rating|listing_price_basic|count_date_available|count_date_unavailable|
+----------+--------------------+--------------------+--------------------+-------------------+--------------------+----------------------+
| 678602|https://www.airbn...|Great space and c...| 98| 98.0| 65| 300|
| 7359292|https://www.airbn...|Downtown, Mt. Vie...| 95| 100.0| 62| 303|
| 7637902|https://www.airbn...|Newly built townh...| 97| 110.0| 0| 365|
| 8650761|https://www.airbn...|Family friendly h...| 100| 225.0| 7| 358|
| 12336225|https://www.airbn...| JC Quarters| 98| 135.0| 239| 126|
| 12871019|https://www.airbn...|Colorful Capitol ...| 97| 150.0| 0| 365|
| 13041992|https://www.airbn...|Quiet, Spacious a...| 99| 75.0| 139| 226|
| 13656193|https://www.airbn...|A Clean Room for ...| 99| 56.0| 67| 298|
| 14672294|https://www.airbn...|Modern Space Walk...| 92| 79.0| 28| 338|
| 15805779|https://www.airbn...|Sophisticated Con...| 99| 310.0| 197| 168|
| 20183056|https://www.airbn...|Remodeled Home - ...| 96| 193.0| 151| 214|
| 21946032|https://www.airbn...|Charming 1904 Vic...| 100| 225.0| 176| 189|
| 22796161|https://www.airbn...|Sleeps 14 NEW Mod...| 95| 220.0| 291| 74|
| 23006749|https://www.airbn...|North Highlands 1...| 99| 61.0| 21| 344|
| 23060656|https://www.airbn...|Stylish modern ro...| 98| 51.0| 42| 323|
| 24015212|https://www.airbn...|Victorian Retreat...| 100| 225.0| 142| 223|
| 26326009|https://www.airbn...|2018 Luxury 3500 ...| 98| 250.0| 284| 81|
| 27259874|https://www.airbn...|Shared Denver Hou...| 87| 77.0| 0| 365|
| 27759634|https://www.airbn...|Cozy Room in Down...| 100| 55.0| 0| 365|
| 28392632|https://www.airbn...| Lowry getaway| 98| 100.0| 147| 218|
+----------+--------------------+--------------------+--------------------+-------------------+--------------------+----------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment