CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01gradio /NYC-Airbnb-Open-Datatabular10K<n<100K14 likes247 downloads4y agoHugging Face02infinite-dataset-hub /NYC_Subway_Locations NYC_Subway_Locations tags: GIS, machine learning, regression Note: This is an AI-generated dataset so its content may be inaccurate or false Dataset Description: The 'NYC_Subway_Locations' dataset contains geographical information about subway stations in New York City. Each record provides the station code, station name, and its geographical coordinates (latitude and longitude). This dataset is suitable for geospatial analysis and could be used in conjunction with machine learning… See the full description on the dataset page: https://huggingface.co/datasets/infinite-dataset-hub/NYC_Subway_Locations.tabularn<1K0 likes234 downloads2y agoHugging Face03alexvaroz /nyc_taxi_trip_2024_p1_sampletabular1M<n<10M0 likes155 downloads29d agoHugging Face04prithivMLmods /Airbnb-Data-Map-Nyc⚠️Users are accountable for the content they generate using this platform. It is their responsibility to ensure that all generated content meets appropriate ethical standards and complies with all relevant laws and regulations. The platform providers are not liable for any content created by users, including but not limited to text, images, and videos. Users should exercise caution and respect the rights and privacy of others when creating and sharing content. tabular10K<n<100K4 likes152 downloads2y agoHugging Face05sibasmarakp /nyc-tlc-processedtabular1B<n<10B0 likes145 downloads6mo agoHugging Face06digitalhen /nyc-subway-realtimegated NYC Subway Realtime Archive Continuous capture of the New York City subway's public realtime feeds, decoded into analysis-ready tables — plus the derived service-quality panels, learned "normal" baselines, and disruption-prediction track record built on top of them. Collected every 30 seconds since 2026-04-16 across all nine MTA GTFS-RT feeds, by the pipeline behind subway.fyi. Source: github.com/digitalhen/subway-data. This archive exists because the source data disappears.… See the full description on the dataset page: https://huggingface.co/datasets/digitalhen/nyc-subway-realtime.tabular1B<n<10B1 likes109 downloads13d agoHugging Face07tppllm /nyc-taxi NYC Taxi Trip Dataset This dataset contains NYC taxi trip data from May 1-7, 2013, excluding trips to and from Staten Island. It includes 2,957 sequences with 362,374 events and 8 location types. The data can be downloaded from NYC Taxi Trips and is subject to the NYC Terms of Use. The detailed data preprocessing steps used to create this dataset can be found in the TPP-LLM paper and TPP-Embedding paper. Update (2025-10-28): Added three timestamp fields (timestamp_event… See the full description on the dataset page: https://huggingface.co/datasets/tppllm/nyc-taxi.tabular1K<n<10K1 likes97 downloads10mo agoHugging Face08shahbajsingh /nyc-taxi-fare-prediction-traintabular10M<n<100M0 likes87 downloads3y agoHugging Face09DinoPonjevic /NYC_TaxiData_RAWtabular1B<n<10B0 likes87 downloads1y agoHugging Face10ST-TraceWeaver /LLM-Inference-Traces-NYC LLM-Inference-Traces-NYC This repository is the artifact provided to reviewers for double-blind peer review of the submitted ST-TraceWeaver paper. It is anonymised for review: it carries no author names, affiliations, or acknowledgements. It is not the public release — the paper commits to releasing the synthesized dataset and all code (synthesis engine, simulator, and configuration files) under an open-source license upon publication. Read it alongside the submitted paper. This… See the full description on the dataset page: https://huggingface.co/datasets/ST-TraceWeaver/LLM-Inference-Traces-NYC.tabulartext-generation1M<n<10M0 likes85 downloads11d agoHugging Face11donaldye8812 /nyc-2025-marathon-splitstabular1M<n<10M2 likes75 downloads10mo agoHugging Face12oscur /NYC_speed_humpstabular1K<n<10K0 likes73 downloads1y agoHugging Face13tppllm /nyc-taxi-description NYC Taxi Trip Description Dataset This dataset contains NYC taxi trip data from May 1-7, 2013, excluding trips to and from Staten Island. It includes 2,957 sequences with 362,374 events and 8 location types. The data can be downloaded from NYC Taxi Trips and is subject to the NYC Terms of Use. The detailed data preprocessing steps used to create this dataset can be found in the TPP-LLM paper and TPP-Embedding paper. If you find this dataset useful, we kindly invite you to cite the… See the full description on the dataset page: https://huggingface.co/datasets/tppllm/nyc-taxi-description.tabular1K<n<10K1 likes70 downloads10mo agoHugging Face14costinflation /313k-prices-nyc-vs-la-57-categories 313,126 prices: 57 categories, 2 U.S. ZIPs, 29 days NYC vs LA Retail Prices Raw Dataset (2026) How do listed and package-standardized prices vary between selected New York and Los Angeles ZIP markets across 57 everyday categories and 29 days? This fixed research snapshot contains 313,126 unaggregated, quality-filtered price observations across 57 categories, 2 U.S. ZIP markets, and 29 consecutive dates from July 21 through August 18, 2026. The analysis-ready CSV preserves… See the full description on the dataset page: https://huggingface.co/datasets/costinflation/313k-prices-nyc-vs-la-57-categories.tabulartabular-regression100K<n<1M0 likes61 downloads28d agoHugging Face15DinoPonjevic /NYC_TaxiDatatabular1B<n<10B0 likes59 downloads1y agoHugging Face16oscur /NYC_311tabular100K<n<1M0 likes52 downloads1y agoHugging Face17jakelipner /nyc-restaurant-artifactstabularn<1K0 likes51 downloads3mo agoHugging Face18Layered-Labs /nyc-clinic-ai-infrastructureNYC Clinic AI Infrastructure Broadband, electricity, and grid reliability data for all 311 NYC ZIP codes: can a clinic run local AI?     Overview NYC Clinic AI Infrastructure maps three infrastructure prerequisites for on-premise AI deployment across all 311 New York City ZIP codes. Each row covers one ZIP code with fixed broadband subscription rates from the Census ACS, ISP coverage and max speeds from the FCC National Broadband Map… See the full description on the dataset page: https://huggingface.co/datasets/Layered-Labs/nyc-clinic-ai-infrastructure.tabularothern<1K0 likes48 downloads6mo agoHugging Face19dknoxon /nyc-tlc-yellow-2024-25 NYC TLC Yellow Taxi 2024 Monthly parquet files partitioned by year/month for easier notebook filtering. Layout year=2024/month=01/yellow_tripdata_2024-01.parquet year=2024/month=02/yellow_tripdata_2024-02.parquet ... year=2024/month=12/yellow_tripdata_2024-12.parquet Example usage from datasets import load_dataset ds = load_dataset( 'dknoxon/nyc-tlc-yellow-2024-25', data_files='year=2024/month=0[3-6]/*.parquet', split='train' ) Or with… See the full description on the dataset page: https://huggingface.co/datasets/dknoxon/nyc-tlc-yellow-2024-25.tabular10M<n<100M0 likes48 downloads5mo agoHugging Face20iampalina /nyc_taxitabular10M<n<100M0 likes41 downloads3y agoHugging Face21openagent /flight-prices-socal-to-nyc-6-15tabularn<1K0 likes35 downloads1y agoHugging Face22ananttripathiak /NYC-TAXI-Parquet-Dataframetabular10M<n<100M0 likes28 downloads5mo agoHugging Face23Rossil /nyc-taxi-data-splittabular100M<n<1B0 likes27 downloads2y agoHugging Face24oscur /NYC_topography Topography Dataset OverviewThis dataset contains elevation points captured for all building footprint features in New York City. Each record represents the elevation of a specific building location, enabling fine-grained analysis of topography across the city. Since the dataset already includes geospatial coordinates and elevation values, no processor script was needed. Dataset GenerationThe dataset is obtained directly from NYC Open Data, published by the New York City Department… See the full description on the dataset page: https://huggingface.co/datasets/oscur/NYC_topography.tabular1M<n<10M0 likes26 downloads1y agoHugging Face25Daniela-C /nyc_taxitabulartable-question-answering1M<n<10M1 likes23 downloads1y agoHugging Face26oscur /NYC_speed_distributions Traffic Speeds (NBE) Dataset This data element processes the NYC DOT Traffic Speeds (NBE) dataset by deriving midpoint geographic coordinates from the link_points field. The link_points field stores polyline geometries as sequences of latitude/longitude pairs. The processor script calculates the midpoint of each polyline and appends it as Latitude and Longitude columns. All original attributes are preserved alongside the new coordinate fields. The result is a point-based… See the full description on the dataset page: https://huggingface.co/datasets/oscur/NYC_speed_distributions.tabular1M<n<10M0 likes23 downloads1y agoHugging Face27oscur /NYC_roadway_features Roadway Features Dataset This data element integrates multiple NYC DOT datasets with the NYC Street Centerline to provide a spatially enriched view of roadway characteristics. The Street Centerline serves as the backbone, keyed on PHYSICALID. Vision Zero Safety Improvement Projects (SIP Intersections and Corridors) are linked to centerline segments. DOT Bus Lanes and TreesCount! Blockface data are added to capture additional roadway attributes. The result is a segment-level… See the full description on the dataset page: https://huggingface.co/datasets/oscur/NYC_roadway_features.tabular100K<n<1M0 likes23 downloads1y agoHugging Face28oscur /NYC_motor_vehicle_persons Injuries Dataset (Motor Vehicle Crashes & Persons) More information about how this dataset was generated can be found here. tabular1M<n<10M0 likes21 downloads1y agoHugging Face29oscur /NYC_bicycle_counts Bicycle Counts Dataset The Bicycle Counts dataset was merged with the Bicycle Counters dataset on the shared id field to assign geographic coordinates. More information about how this dataset was generated can be found here. tabular1M<n<10M0 likes21 downloads1y agoHugging Face30oscur /NYC_urban_design_and_frontage Urban Design and Frontage Dataset More information about how this dataset was generated can be found here. tabular10K<n<100K0 likes19 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.