Skip to content

Instantly share code, notes, and snippets.

@Bl3f
Created August 8, 2019 11:43
Show Gist options
  • Save Bl3f/7e078234b561bf9d928cc24492737db8 to your computer and use it in GitHub Desktop.
Save Bl3f/7e078234b561bf9d928cc24492737db8 to your computer and use it in GitHub Desktop.
{
"fields": [
{"name": "tpep_pickup_datetime", "format": "YYYY-M-D H:m:s", "type": "timestamp"},
{"name": "pickup_longitude", "format": "", "type": "real"},
{"name": "pickup_latitude", "format": "", "type": "real"}
],
"rows": [
["2015-01-15 19:05:39 +00:00", -73.99389648, 40.75011063],
["2015-01-15 19:05:39 +00:00", -73.97642517, 40.73981094],
["2015-01-15 19:05:40 +00:00", -73.96870422, 40.75424576]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment