Buz

🍯 nyc.gov taxi database

Provided by buz.dev

1
Table
731mb
Size
12/1/2024
Last Updated

The NYC taxi rides dataset consists of all taxi rides for the month of October 2024

Tables

yellow_trips

Tags

nyctaxiyellow_trips

Usage


	attach 'https://hive.buz.dev/nyc_taxi' as taxi;
	use taxi;
	show tables;
	select * from yellow_trips limit 10;