[ { "name": "Trip ID", "type": "STRING", "description": "A unique identifier for the trip." }, { "name": "Taxi ID", "type": "STRING", "description": "A unique identifier for the taxi." }, { "name": "Trip Start Timestamp", "type": "STRING", "description": "When the trip started, rounded to the nearest 15 minutes." }, { "name": "Trip End Timestamp", "type": "STRING", "description": "When the trip ended, rounded to the nearest 15 minutes." }, { "name": "Trip Seconds", "type": "INTEGER", "description": "Time of the trip in seconds." }, { "name": "Trip Miles", "type": "FLOAT", "description": "Distance of the trip in miles." }, { "name": "Pickup Census Tract", "type": "STRING", "description": "The Census Tract where the trip began. Often blank for privacy or outside Chicago." }, { "name": "Dropoff Census Tract", "type": "STRING", "description": "The Census Tract where the trip ended. Often blank for privacy or outside Chicago." }, { "name": "Pickup Community Area", "type": "INTEGER", "description": "The Community Area where the trip began. Blank for locations outside Chicago." }, { "name": "Dropoff Community Area", "type": "INTEGER", "description": "The Community Area where the trip ended. Blank for locations outside Chicago." }, { "name": "Fare", "type": "FLOAT", "description": "The fare for the trip." }, { "name": "Tips", "type": "FLOAT", "description": "The tip for the trip. Cash tips generally not recorded." }, { "name": "Tolls", "type": "FLOAT", "description": "The tolls for the trip." }, { "name": "Extras", "type": "FLOAT", "description": "Extra charges for the trip." }, { "name": "Trip Total", "type": "FLOAT", "description": "Total cost of the trip, the total of the previous columns." }, { "name": "Payment Type", "type": "STRING", "description": "Type of payment for the trip." }, { "name": "Company", "type": "STRING", "description": "The taxi company." }, { "name": "Pickup Centroid Latitude", "type": "FLOAT", "description": "Latitude of the pickup center. Often blank for privacy or outside Chicago." }, { "name": "Pickup Centroid Longitude", "type": "FLOAT", "description": "Longitude of the pickup center. Often blank for privacy or outside Chicago." }, { "name": "Pickup Centroid Location", "type": "GEOGRAPHY", "description": "Location of the pickup center. Often blank for privacy or outside Chicago." }, { "name": "Dropoff Centroid Latitude", "type": "FLOAT", "description": "Latitude of the dropoff center. Often blank for privacy or outside Chicago." }, { "name": "Dropoff Centroid Longitude", "type": "FLOAT", "description": "Longitude of the dropoff center. Often blank for privacy or outside Chicago." }, { "name": "Dropoff Centroid Location", "type": "GEOGRAPHY", "description": "Location of the dropoff center. Often blank for privacy or outside Chicago." } ]