Created
October 11, 2018 16:23
-
-
Save djangofan/09c6304b55f2a73cb05d0d2afc7902b1 to your computer and use it in GitHub Desktop.
small_taxi.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vendor_id | pickup_datetime | dropoff_datetime | passenger_count | trip_distance | pickup_longitude | pickup_latitude | rate_code | store_and_fwd_flag | dropoff_longitude | dropoff_latitude | payment_type | fare_amount | extra | mta_tax | tip_amount | tolls_amount | imp_surcharge | total_amount | pickup_location_id | dropoff_location_id | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2 | 2017-09-23 05:08:42 | 2017-09-23 05:27:39 | 6 | 9.38 | 1 | N | 1 | 27.5 | 0.5 | 0.5 | 3.5 | 0 | 0.3 | 32.3 | 87 | 41 | |||||
1 | 2017-07-14 19:07:38 | 2017-07-14 19:54:17 | 1 | 9.7 | 1 | N | 1 | 36 | 1 | 0.5 | 7.55 | 0 | 0.3 | 45.35 | 162 | 188 | |||||
2 | 2017-10-29 00:42:06 | 2017-10-29 00:43:12 | 2 | 0.09 | 1 | N | 3 | -3 | -0.5 | -0.5 | 0 | 0 | -0.3 | -4.3 | 164 | 164 | |||||
2 | 2017-10-02 20:38:17 | 2017-10-02 21:13:09 | 1 | 12.4 | 1 | N | 1 | 38 | 0.5 | 0.5 | 7.86 | 0 | 0.3 | 47.16 | 48 | 130 | |||||
1 | 2017-05-11 22:53:11 | 2017-05-11 23:27:53 | 2 | 7.9 | 1 | N | 1 | 29.5 | 0.5 | 0.5 | 6.15 | 0 | 0.3 | 36.95 | 163 | 25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment