This is a 10,000-row sample of NYC parking violations with 40 fields covering ticket metadata, vehicle attributes, and location/precinct codes. The violation mix is dominated by one category — 'PHTO SCHOOL ZN SPEED VIOLATION' accounts for 4,416 of the issued tickets (about 52% of non-null descriptions) — which also drives the issuing_agency skew toward 'V' and law_section '408'. Geographically, registration_state is heavily NY (6,935) with NJ and PA trailing, and violation_county splits across Queens, Manhattan, Brooklyn, and the Bronx but with inconsistent codes (e.g., 'QN' vs 'Qns', 'BK' vs 'Kings'). Watch out for heavy nulls and placeholder zeros: meter_number, unregistered_vehicle, time_first_observed, and violation_post_code are >70% null, while issuer_precinct, feet_from_curb, and street_code* are dominated by '0' sentinel values. Vehicle_color also has unnormalized variants ('BK'/'BLK'/'BLACK', 'GY'/'GREY'/'GRY') that will need cleanup before any analysis.
saturn
/home/coolhand/html/datavis/data_trove/cache/parking/parking_violations_sample_20260119.json 10,000 rows sample n=10,000 seed 42 2026-05-01T23:03:34+00:00
Overview
| Source | /home/coolhand/html/datavis/data_trove/cache/parking/parking_violations_sample_20260119.json |
| Total rows | 10,000 |
| Profiled sample | 10,000 |
| Columns | 40 |
| Generated | 2026-05-01T23:03:34+00:00 |
Insights opt-in
Model-generated narrative. These are opinions, not facts — the stats below are what saturn measured. Generated by: anthropic:claude-opus-4-7.
This is a unique 10-digit numeric identifier per row (likely a parking/traffic summons number), with all 10,000 values distinct and uniformly 10 characters long. There are no nulls, no duplicates, and every value is a single token, consistent with a primary key rather than a feature. The allcaps flag is a quirk of the detector treating digit-only strings as uppercase.
This is almost certainly a license/plate identifier: 9,519 unique values across 10,000 rows, all single-token, 99.99% uppercase, with lengths between 2 and 10 characters (mean 6.88). Notably, 'blankplate' appears 34 times and the duplicate rate is 4.81% (481 records), suggesting placeholder values and a small amount of legitimate plate reuse. No nulls or empties, but the placeholder token will pollute any join or uniqueness assumption.
Two-letter US state codes identifying where a vehicle is registered, dominated by NY at 69.35% of 10,000 rows with NJ, PA, CT, and FL trailing — consistent with an NYC-area enforcement dataset. Cardinality is 50 with entropy ratio 0.36, and one suspicious non-state token "99" appears 88 times, likely a sentinel for unknown/out-of-country plates.
This column encodes vehicle plate type codes (e.g., PAS, OMT, COM), almost certainly from a parking or traffic dataset. The distribution is heavily dominated by passenger plates, with PAS accounting for 9072 of 10000 rows (top_rate 0.9072) and entropy_ratio of just 0.146 across 27 categories. A small but notable 77 rows carry the placeholder code '999', which likely represents missing or unknown plate types despite null_rate being 0.
This is an issue_date column stored as ISO-8601 timestamps but profiled as categorical, with 687 distinct dates across 10,000 rows and no nulls. The distribution is severely concentrated: 65.42% of rows fall on 2025-12-28, with 2025-12-30 (1,594) and 2025-12-29 (356) accounting for most of the rest, leaving a long tail of 2026 dates with single- or low-double-digit counts. The clustering at end-of-2025 suggests a bulk-issue or backfill event rather than organic daily issuance.
Categorical violation_code with 62 distinct codes stored as strings and zero nulls across 10,000 rows. Distribution is heavily concentrated: code '36' alone accounts for 44.16% of records, followed by '21' at 14.63%, giving an entropy ratio of 0.52 — roughly half the maximum for this cardinality. The top 10 codes cover the bulk of traffic, leaving a long tail of rare codes.
Column holds short vehicle body-type codes (SUBN, 4DSD, SDN, VAN, PICK...) typical of DMV/parking-violation feeds. Distribution is heavily concentrated: SUBN alone covers 51.9% of rows and the top two codes account for roughly 72%, yet there are 81 distinct codes producing a long tail. Entropy ratio of 0.41 confirms the lopsided spread, and nulls are minor at 1.31%.
This is a categorical vehicle make field with 126 distinct values across 10,000 rows and a low 0.78% null rate. Values appear truncated to 5 characters (TOYOT, NISSA, ME/BE, CHEVR, HYUND, SUBAR), which will collide brands and complicate joins. HONDA leads at 13.4% followed closely by TOYOT at 13.0%, and entropy ratio of 0.67 indicates a long tail beyond the top 10.
Single-letter codes for the agency that issued each record, with 20 distinct values and no nulls across 10,000 rows. Distribution is heavily concentrated: 'V' alone accounts for 44.16% and the top four codes (V, T, S, P) cover the vast majority, while codes like M, O fall to single or low double digits. Entropy ratio of 0.46 confirms the imbalance.
This is `street_code1`, a short numeric street identifier stored as text (len_max 5, one_word_rate 1.0, 1420 distinct codes across 10000 rows). The dominant surprise is that 4817 rows — nearly half — carry the placeholder value "0", driving the 0.858 duplicate_rate; the next most frequent code ("13610") only appears 52 times. No nulls, but the "0" sentinel effectively functions as a missing/unknown marker.
This looks like a secondary street code stored as text, with 1349 unique short tokens (max length 5, mean 2.94 chars) and every value a single word. The column is dominated by '0', which accounts for 5005 of 10000 rows, with another 359 rows holding '40404'; combined with an 86.51% duplicate rate this leaves very little discriminating signal. No nulls, but the heavy '0' mass likely encodes a missing/sentinel state rather than a real code.
Stored as text but the values are short numeric codes (len_max 5, one_word_rate 1.0, 1317 unique tokens), consistent with a street or address code lookup. The distribution is dominated by '0' (5235/10000) with '40404' a distant second at 359, driving an 86.83% duplicate_rate. The allcaps_rate of 0.4753 is an artifact of digit-only strings being counted as uppercase.
Stored as text but functionally a YYYYMMDD vehicle expiration date, with lengths clustered at 8-10 characters and one token per row. Over half the rows (5,492) are the sentinel '0.00000000' and another 556 are '88888888', plus 126 entries like '20258888' that mix a real year with a placeholder month/day — so roughly 61% of values are not real dates. Genuine dates such as 20260930 and 20260228 appear only in the dozens, and the column is 89.6% duplicates across just 1,040 unique values.
This appears to be a violation_location code, likely a precinct or zone identifier stored as a zero-padded string (e.g., '0018', '0047') mixed with non-padded variants ('115', '114'), suggesting inconsistent formatting across sources. Cardinality is 87 with very high entropy ratio (0.929), so values are spread evenly with no dominant location — the top code only accounts for 5.1% of rows. Most striking: 44.85% of rows are null, which is flagged as an alert and severely limits usability.
This column encodes the NYPD precinct where the violation occurred, stored as a string with 88 distinct codes. The dominant surprise is that 44.85% of rows carry the value '0', which is almost certainly a sentinel for missing/non-applicable precinct rather than a real precinct number; legitimate precincts like 18, 115, and 114 follow far behind. Entropy ratio of 0.66 reflects this heavy concentration on the sentinel.
This is the precinct number of the issuing officer, with 121 distinct codes across 10,000 rows and no nulls. The distribution is dominated by the value "0" at 64.18% of rows, which is almost certainly a sentinel/placeholder rather than a real precinct, leaving genuine precincts (e.g., 18, 115, 103) as long-tail minorities. Entropy ratio of 0.446 confirms the heavy concentration on that single code.
This is a categorical issuer identifier stored as text, with 1,420 distinct codes across 10,000 rows and an 85.8% duplicate rate. The dominant value '0' accounts for 5,314 rows (over half the column), suggesting it is a sentinel or 'unknown issuer' placeholder rather than a real code. Remaining values look like 6-digit numeric IDs (len_max 6, len_p95 6), but the median length of 1 confirms how heavily the '0' bucket skews the distribution.
This column holds short alphanumeric codes (e.g., T302, T401, EPIU, MTTF) that look like issuer-side command or instruction tokens, with 228 distinct values across 10,000 rows. It is sparsely populated — 44.16% null — yet entropy_ratio of 0.83 over the non-null portion shows the codes spread fairly evenly, with the most common value T302 covering only 6.7%. No single code dominates, so the missingness is the more striking signal than concentration.
A categorical code labelled issuer_squad with 23 distinct values, dominated by the placeholder-looking '0000' which accounts for 41.6% of non-nulls (1513 rows) while the rest are single-letter tags like F, N, A, L. Most striking: 63.6% of rows are null, and entropy_ratio of 0.73 suggests the remaining values are reasonably spread but anchored by that '0000' bucket which may represent unassigned issuers. The mix of a numeric-looking code with letter codes hints at inconsistent encoding conventions.
This column encodes the time of a violation as a fixed 5-character token like '0839A' or '1200P' (HHMM plus A/P meridiem indicator), with every value uppercase and exactly one word. Across 10,000 rows there are only 1,432 distinct values and an 85.7% duplicate rate, which is expected for clock times rather than a data quality issue. Null rate is negligible (0.0004) and the format is strikingly uniform — len_min, len_median, and len_max all equal 5.
This is a categorical county/borough code for NYC violations, with 13 distinct values across 10,000 rows and a 2.71% null rate. The top value 'QN' (Queens) covers 18.2% of rows, but the codes are inconsistent: Queens appears as both 'QN' and 'Q' (and 'Qns'), Brooklyn as 'BK', 'K', and 'Kings', and Bronx as 'BX' and 'Bronx'—so the true cardinality is lower than 13. Entropy ratio of 0.897 reflects this fragmentation rather than genuine diversity.
A categorical position code indicating where a violation occurred relative to a reference point — almost certainly 'F' (front), 'O' (opposite), 'I' (inside?), and a single 'R'. Nearly half the rows (46.85%) are null, and among the populated rows 'F' dominates at 66.85%. The 'R' code appears just once out of 10000, suggesting either a data-entry error or a rare legitimate category worth investigating.
Street/intersection labels, mostly directional roadway descriptors like 'SB CROSS BAY BLVD @' with cardinal prefixes (sb/wb/nb/eb) and '@' separators indicating cross-streets — consistent with NYC traffic or transit data. Values are heavily duplicated (6881 of 10000, 3115 unique) and 77% all-caps, with strings capped at 20 chars suggesting upstream truncation. Language detection flags Japanese (614) and Chinese (59), but these are almost certainly false positives from short uppercase abbreviations rather than true multilingual content.
This column holds short uppercase street-name fragments (mean length 9.3 chars, ~2.4 words) describing an intersecting street, likely paired with a primary address elsewhere. Nearly half the rows are null (48.1%) and 72.8% of the non-null values are duplicates, with common tokens like 'ST' (189), 'AVE' (84), and 'RD' dominating — many top values are bare suffixes ('ST', 'AVE', 'T', 'E') suggesting truncation or partial captures. Vocabulary is small (1,053 words across 1,413 unique values) and 80.9% of entries are all-caps, consistent with a municipal data-entry convention.
Stored as a categorical YYYYMMDD string capturing the date a record was first observed, with 147 distinct values across 10,000 rows. The column is overwhelmingly dominated by the sentinel '0' (98.27%), leaving only ~173 rows with real dates clustered in late 2025 through 2026. Entropy ratio of 0.035 confirms almost no information content as-is.
This is a binary categorical field encoding a law/statute section, taking only two codes ('408' and '1180') across all 10,000 rows with no nulls. The split is fairly balanced at 55.84%/44.16%, yielding near-maximal entropy (0.99 of the possible 1.0). Despite the numeric-looking values, with only 2 distinct levels it behaves as a flag rather than a continuous code.
Categorical sub-division code with 76 distinct values across 10,000 rows and almost no nulls (0.02%). The distribution is heavily concentrated: 'B' alone covers 44.4% of rows and the top two values ('B' and 'd1') together exceed 58%, giving an entropy ratio of just 0.52. The mix of single-letter codes ('B','C','D') with letter-digit codes ('d1','E2','C3') — including a lowercase 'd1' alongside uppercase letters — suggests inconsistent coding conventions worth normalising.
This is a 7-character day-of-week mask indicating which days parking rules are in effect, with each position likely corresponding to Sun-Sat (Y=in effect, B=likely a holiday/exempt marker, space=off). Over half the rows are null (50.59%) and among the populated values 'YYYYYYY' (every day) dominates at 42.38% followed by 'BBBBBBB' at 1449 occurrences, giving low entropy ratio of 0.46 across 21 distinct patterns. The mix of Y, B, and spaces in the same field is unusual and suggests an encoded multi-flag rather than a clean categorical.
Start time of a parking/traffic regulation's effective window, encoded as a clock string like '0830A' with a sentinel 'ALL' meaning 24-hour applicability. The column is null 68.3% of the time, and among the 3,170 populated rows 'ALL' alone accounts for 45.6% (1,445), so actual start times are a minority signal. Cardinality is just 26 with entropy ratio 0.63, and the populated values cluster heavily in morning hours (0700A–1130A).
This appears to be the end-time of a parking or traffic regulation's effective window, encoded as a clock string (e.g., '0100P', '1100A') with 'ALL' meaning the rule applies all day. Two-thirds of rows are null (null_rate 0.683), and among the 3,170 populated values 'ALL' dominates at 45.6%, leaving the 30 actual time codes thinly spread (entropy_ratio 0.62). The mix of sentinel ('ALL') and time-of-day strings in the same field is the main gotcha.
This is a vehicle color code field, almost certainly from a parking or traffic citation feed. The encoding is inconsistent: short codes (GY, BK, WH) dominate but overlapping long forms (WHITE, BLACK, GREY) and alternate abbreviations (BLK, GRY) appear as separate categories, inflating cardinality to 99 across only 10000 rows. About 9.4% of values are null and the top code GY covers 22.95% of rows.
This column appears to be a binary flag for whether a vehicle was unregistered, but it carries no information: 84.87% of rows are null and the remaining 1513 rows all hold the single value "0". Cardinality is 1 and entropy is 0, so the field is effectively constant where populated.
Vehicle model year stored as a categorical string with 39 distinct values across 10000 rows and no nulls. The dominant value is "0" at 23.29% of rows, which almost certainly encodes missing/unknown rather than a real year; legitimate years span recent ones with 2024 (759) and 2025 (696) leading. Entropy ratio of 0.78 reflects a fairly even spread across the remaining year codes.
Likely a utility meter identifier, but it is effectively empty: 84.79% of rows are null and 99.47% of the non-null values are the placeholder "-". Only 7 distinct values exist across 10,000 rows, with the genuine-looking numeric IDs (e.g. 309485, 103553) appearing at most twice. Entropy ratio of 0.022 confirms there is almost no information here.
Almost certainly a street address house-number fragment, with values that are short single tokens (word_mean 1.00, len_mean 3.36, max length 7) and a vocabulary of 2,345 over 10,000 rows. Surprisingly, the most frequent values are cardinal-direction letters N/E/W/S (161/136/122/120) rather than digits — these likely belong in a separate directional prefix field. Nearly half the column is null (47.7%) and 55.1% of non-nulls duplicate, so it's sparse and low-cardinality.
Looks like a time-of-first-observation field encoded as HHMMx where x is A/P (e.g., '0230A', '0930P'). It is 78.45% null and, among the 2,155 non-null rows, the sentinel '00000' dominates at 1,926 occurrences (top_rate 0.8937), leaving only ~229 rows with real timestamps spread across 206 distinct values. Entropy ratio of 0.169 confirms almost no information content once nulls and the placeholder are removed.
This column records the parking/traffic violation type as a short text code, with 74 distinct values across 10,000 rows. It's heavily concentrated: 'PHTO SCHOOL ZN SPEED VIOLATION' alone covers 52% of non-null rows, and 15.13% of values are null. The label formatting is inconsistent — some entries are numbered codes like '14-No Standing' while others are free-form like 'Fire Hydrant' or 'Detached Trailer', suggesting multiple source systems or schema versions merged together.
This appears to be a violation post code categorical field, likely a sub-classifier within a citation or inspection record. It has 53 unique codes with high entropy (ratio 0.89), and the top code "99" only covers 14.5% of non-null rows. Two notable surprises: 78.74% of rows are null, and the code values are heterogeneous in format—numeric ("99", "01", "311"), single letters ("B", "U"), and tokens like "SPCL"—suggesting multiple coding schemes coexist.
This column appears to be a violation legal code indicator, but it carries no information: every one of the 4,416 non-null rows contains the single value "T" (top_rate 1.0, cardinality 1, entropy 0.0). On top of that, 55.84% of rows are null. There is nothing here to discriminate records.
Errors during insight pass (1)
column:feet_from_curb:anthropic:claude-opus-4-7: ProviderRateLimitError — Error code: 429 - {'type': 'error', 'error': {'type': 'rate_limit_error', 'message': 'Number of concurrent connections has exceeded your rate limit. Please try again later or contact sales at https://claude.com/contact-sales to discuss your options for a rate limit increase.'}, 'request_id': 'req_011Cacguy5aoU3RjynzW1sTb'}
Languages detected
Per-string language detection across text columns (sampled).
summons_number text
Sample values (first 10)
- 1499918446
- 4976273052
- 4976262716
- 4976263125
- 9252903896
- 4976252231
- 9253525745
- 4976257137
- 4976263332
- 1499713034
plate_id text
Sample values (first 10)
- LPG5377
- NSXB18
- BL54422
- LKN2862
- MWJM2015
- M15UEZ
- MHC7554
- GJK2986
- JMT5468
- 85997MD
registration_state categorical
Top values (rank 1–20)
- NY — 6,935
- NJ — 917
- PA — 470
- CT — 247
- FL — 235
- VA — 220
- ME — 125
- MA — 124
- 99 — 88
- GA — 65
- NC — 64
- TN — 56
- MD — 53
- TX — 36
- OH — 31
- IN — 30
- IL — 28
- CA — 27
- SC — 26
- MI — 24
plate_type categorical
Top values (rank 1–20)
- PAS — 9,072
- OMT — 330
- COM — 245
- SRF — 103
- OMS — 84
- 999 — 77
- ORG — 17
- TRL — 11
- MED — 8
- RGL — 8
- MOT — 7
- NYS — 6
- PSD — 6
- SPO — 4
- VAS — 3
- ITP — 3
- OMR — 2
- TRC — 2
- TOW — 2
- APP — 2
issue_date categorical
Top values (rank 1–20)
- 2025-12-28T00:00:00.000 — 6,542
- 2025-12-30T00:00:00.000 — 1,594
- 2025-12-29T00:00:00.000 — 356
- 2026-06-26T00:00:00.000 — 14
- 2026-09-27T00:00:00.000 — 13
- 2026-09-25T00:00:00.000 — 12
- 2025-12-31T00:00:00.000 — 12
- 2026-06-27T00:00:00.000 — 11
- 2026-10-25T00:00:00.000 — 10
- 2026-08-31T00:00:00.000 — 10
- 2026-08-27T00:00:00.000 — 10
- 2026-07-26T00:00:00.000 — 10
- 2026-06-30T00:00:00.000 — 10
- 2026-08-25T00:00:00.000 — 9
- 2026-10-29T00:00:00.000 — 8
- 2026-10-17T00:00:00.000 — 8
- 2026-10-05T00:00:00.000 — 8
- 2026-09-23T00:00:00.000 — 8
- 2026-07-27T00:00:00.000 — 8
- 2026-07-24T00:00:00.000 — 8
violation_code categorical
Top values (rank 1–20)
- 36 — 4,416
- 21 — 1,463
- 40 — 862
- 14 — 858
- 46 — 360
- 20 — 244
- 98 — 242
- 19 — 168
- 16 — 133
- 66 — 131
- 71 — 116
- 74 — 114
- 70 — 104
- 50 — 96
- 17 — 79
- 78 — 75
- 51 — 66
- 80 — 56
- 67 — 47
- 13 — 38
vehicle_body_type categorical
Top values (rank 1–20)
- SUBN — 5,120
- 4DSD — 2,067
- SDN — 670
- VAN — 275
- SPOR — 233
- PICK — 194
- TRLR — 175
- SEDA — 115
- UT — 111
- SW — 110
- 2DSD — 94
- 4D — 82
- DELV — 77
- SEMI — 53
- TAXI — 52
- SU — 52
- SD — 51
- P-U — 46
- TRAC — 41
- CONV — 26
vehicle_make categorical
Top values (rank 1–20)
- HONDA — 1,331
- TOYOT — 1,302
- NISSA — 770
- FORD — 603
- BMW — 559
- ME/BE — 521
- JEEP — 450
- CHEVR — 449
- HYUND — 365
- SUBAR — 273
- KIA — 268
- LEXUS — 268
- MAZDA — 257
- AUDI — 242
- ACURA — 221
- VOLKS — 199
- DODGE — 175
- TESLA — 152
- INFIN — 151
- GMC — 134
issuing_agency categorical
Top values (rank 1–20)
- V — 4,416
- T — 2,131
- S — 1,946
- P — 1,325
- K — 41
- N — 38
- A — 23
- Y — 17
- M — 13
- O — 9
- C — 9
- 8 — 8
- 3 — 6
- X — 5
- 9 — 3
- W — 3
- L — 2
- R — 2
- F — 2
- U — 1
street_code1 text
Sample values (first 10)
- 35115
- 0
- 0
- 0
- 34610
- 0
- 11010
- 0
- 0
- 18070
street_code2 text
Sample values (first 10)
- 35290
- 0
- 0
- 0
- 10410
- 0
- 34390
- 0
- 0
- 40404
street_code3 text
Sample values (first 10)
- 0
- 0
- 0
- 0
- 10510
- 0
- 34430
- 0
- 0
- 40404
vehicle_expiration_date text
Sample values (first 10)
- 20260730
- 0.00000000
- 0.00000000
- 0.00000000
- 20260888
- 0.00000000
- 88888888
- 0.00000000
- 0.00000000
- 0.00000000
violation_location categorical
Top values (rank 1–20)
- 0018 — 284
- 115 — 220
- 114 — 178
- 103 — 162
- 0047 — 140
- 0075 — 139
- 0077 — 135
- 0062 — 130
- 0072 — 129
- 110 — 127
- 0001 — 125
- 112 — 124
- 0061 — 120
- 0084 — 106
- 0034 — 105
- 0020 — 104
- 109 — 102
- 0067 — 96
- 0073 — 96
- 108 — 93
violation_precinct categorical
Top values (rank 1–20)
- 0 — 4,485
- 18 — 284
- 115 — 220
- 114 — 178
- 103 — 162
- 47 — 140
- 75 — 139
- 77 — 135
- 62 — 130
- 72 — 129
- 110 — 127
- 1 — 125
- 112 — 124
- 61 — 120
- 84 — 106
- 34 — 105
- 20 — 104
- 109 — 102
- 67 — 96
- 73 — 96
issuer_precinct categorical
Top values (rank 1–20)
- 0 — 6,418
- 18 — 282
- 115 — 161
- 103 — 139
- 61 — 115
- 62 — 113
- 1 — 104
- 109 — 90
- 70 — 87
- 114 — 81
- 19 — 80
- 14 — 80
- 20 — 78
- 110 — 75
- 63 — 73
- 102 — 68
- 6 — 65
- 60 — 59
- 75 — 57
- 10 — 57
issuer_code text
Sample values (first 10)
- 976628
- 0
- 0
- 0
- 365882
- 0
- 376939
- 0
- 0
- 972724
issuer_command categorical
Top values (rank 1–20)
- T302 — 374
- T401 — 301
- T103 — 230
- T402 — 223
- T106 — 187
- T301 — 169
- T102 — 145
- EPIU — 142
- MTTF — 133
- KN02 — 105
- T105 — 104
- KN08 — 95
- QW01 — 95
- MN12 — 88
- BX12 — 86
- T303 — 85
- T201 — 84
- MN07 — 83
- QW02 — 63
- KN04 — 63
issuer_squad categorical
Top values (rank 1–20)
- 0000 — 1,513
- F — 331
- N — 245
- A — 214
- L — 180
- J — 122
- M — 120
- Q — 110
- R — 100
- H — 99
- E — 99
- X — 95
- Y — 85
- S — 71
- B — 70
- P — 44
- U — 29
- D — 28
- C — 25
- G — 22
violation_time text
Sample values (first 10)
- 0840P
- 0259P
- 1127A
- 1135A
- 0622P
- 0725A
- 0453P
- 0939A
- 1139A
- 1230P
violation_county categorical
Top values (rank 1–20)
- QN — 1,773
- NY — 1,472
- BK — 1,233
- BX — 1,027
- K — 936
- Q — 902
- Kings — 737
- Qns — 414
- ST — 403
- Bronx — 395
- MN — 314
- R — 116
- Rich — 7
violation_in_front_of_or_opposite categorical
Top values (rank 1–20)
- F — 3,553
- O — 1,140
- I — 621
- R — 1
street_name text
Sample values (first 10)
- BEACH 145 ST
- WB HYLAN BLVD @ LUTE
- NB KNAPP ST @ ALLEN
- EB NORTHERN BLVD @ A
- E 45th St
- EB FOREST AVE @ CRYS
- 10th Ave
- SB WATERS PL @ BRONX
- WB SEAGIRT BLVD @ B
- S/W C/O 173 ST
intersecting_street text
Sample values (first 10)
- 42 ST
- I
- N ST
- OOD RD
- SHAD CREEK RD
- @ 27TH ST
- GERBOARD RD
- ALL AVE
- LAMEDA AVE
- STEINWAY
date_first_observed categorical
Top values (rank 1–20)
- 0 — 9,827
- 20251229 — 6
- 20261006 — 3
- 20260901 — 3
- 20261106 — 2
- 20261101 — 2
- 20260927 — 2
- 20260925 — 2
- 20260919 — 2
- 20260911 — 2
- 20260907 — 2
- 20260829 — 2
- 20250828 — 2
- 20260629 — 2
- 20240601 — 2
- 20260520 — 2
- 20260426 — 2
- 20260328 — 2
- 20260327 — 2
- 20260314 — 2
law_section categorical
Top values (rank 1–20)
- 408 — 5,584
- 1180 — 4,416
sub_division categorical
Top values (rank 1–20)
- B — 4,444
- d1 — 1,428
- C — 781
- E2 — 779
- F1 — 314
- F2 — 240
- D — 222
- C3 — 183
- K2 — 124
- J2 — 123
- J6 — 122
- k4 — 120
- J3 — 109
- e2 — 94
- C4 — 84
- E5 — 81
- E3 — 61
- c — 61
- K6 — 57
- n8 — 56
days_parking_in_effect categorical
Top values (rank 1–20)
- YYYYYYY — 2,094
- BBBBBBB — 1,449
- Y Y — 771
- Y — 495
- Y Y Y — 25
- YYYYY — 23
- YYYYYY — 21
- YYYYYBB — 19
- YYYYYYB — 8
- Y Y — 7
- YY YY — 6
- BYBBYBB — 4
- BBBBBYB — 3
- YBBYBBB — 3
- Y Y — 3
- BYBBBBB — 2
- BBYBBBB — 2
- YBBBBBB — 2
- BBBYBBB — 2
- BYBYBYB — 1
from_hours_in_effect categorical
Top values (rank 1–20)
- ALL — 1,445
- 1130A — 303
- 0830A — 242
- 0930A — 220
- 0900A — 161
- 0800A — 156
- 0730A — 119
- 0700A — 116
- 1200A — 102
- 1100A — 83
- 0300A — 61
- 0200P — 51
- 0900P — 31
- 1000A — 17
- 1200P — 14
- 0600A — 13
- 0400P — 8
- 1130P — 8
- 0200A — 8
- 0100P — 5
to_hours_in_effect categorical
Top values (rank 1–20)
- ALL — 1,445
- 0100P — 299
- 1100A — 219
- 1000A — 212
- 1030A — 154
- 0800A — 118
- 0600A — 117
- 0300A — 97
- 0930A — 95
- 0700P — 85
- 1230P — 85
- 0830A — 45
- 0500A — 35
- 0900A — 27
- 1200A — 23
- 0600P — 22
- 0130P — 19
- 0400P — 15
- 0500P — 11
- 1000P — 11
vehicle_color categorical
Top values (rank 1–20)
- GY — 2,079
- BK — 1,784
- WH — 1,579
- BL — 631
- RD — 348
- WHITE — 347
- BLK — 275
- BLACK — 273
- GREY — 239
- GRY — 167
- GR — 148
- BLUE — 131
- RED — 124
- GRAY — 113
- SILVE — 99
- WHT — 65
- YW — 62
- BR — 60
- WHI — 57
- BLU — 46
unregistered_vehicle categorical
Top values (rank 1–20)
- 0 — 1,513
vehicle_year categorical
Top values (rank 1–20)
- 0 — 2,329
- 2024 — 759
- 2025 — 696
- 2023 — 569
- 2019 — 512
- 2022 — 489
- 2021 — 472
- 2018 — 448
- 2020 — 442
- 2017 — 431
- 2016 — 372
- 2015 — 358
- 2014 — 285
- 2013 — 283
- 2012 — 250
- 2011 — 199
- 2010 — 178
- 2008 — 168
- 2026 — 136
- 2007 — 119
meter_number categorical
Top values (rank 1–20)
- - — 1,513
- 309485 — 2
- 103553 — 2
- 109720 — 1
- 424475 — 1
- 106506 — 1
- 101339 — 1
feet_from_curb categorical
Top values (rank 1–20)
- 0 — 9,783
- 1 — 42
- 2 — 40
- 3 — 35
- 5 — 30
- 4 — 18
- 6 — 15
- 10 — 12
- 8 — 12
- 7 — 10
- 9 — 3
house_number text
Sample values (first 10)
- 25-94
- 1615
- 2250
- 37-12
- 71-17
- 9224
- 18
- 227
- 20
- 900
time_first_observed categorical
Top values (rank 1–20)
- 00000 — 1,926
- 0230A — 3
- 0930P — 3
- 0505P — 3
- 1115P — 3
- 0900P — 2
- 1150P — 2
- 0920A — 2
- 1000A — 2
- 0235A — 2
- 0645P — 2
- 0252A — 2
- 0110A — 2
- 0955A — 2
- 0905P — 2
- 0456P — 2
- 1149A — 2
- 1251A — 2
- 1030P — 2
- 0119A — 2
violation_description categorical
Top values (rank 1–20)
- PHTO SCHOOL ZN SPEED VIOLATION — 4,416
- No Parking Street Cleaning — 1,428
- 14-No Standing — 598
- 40-Fire Hydrant — 463
- 20A-No Parking (Non-COM) — 131
- 19-No Stand (bus stop) — 123
- 16A-No Std (Com Veh) Non-COM — 117
- 46A-Double Parking (Non-COM) — 106
- Detached Trailer — 105
- Fire Hydrant — 94
- 71A-Insp Sticker Expired (NYS) — 77
- 70A-Reg. Sticker Expired (NYS) — 66
- No Standing — 61
- Missing Equipment — 56
- 50-Crosswalk — 53
- 74-Missing Display Plate — 39
- 13-No Stand (taxi stand) — 38
- 17-No Stand (exc auth veh) — 38
- Double Parking — 32
- 98-Obstructing Driveway — 31
violation_post_code categorical
Top values (rank 1–20)
- 99 — 309
- 01 — 207
- 311 — 135
- SPCL — 85
- 06 — 71
- 10 — 66
- B — 57
- 17 — 56
- U — 53
- 15 — 49
- 04 — 48
- 05 — 48
- 16 — 45
- 11 — 42
- A — 40
- I — 35
- 10-P — 35
- 38 — 34
- 03-A — 34
- 12 — 33
violation_legal_code categorical
Top values (rank 1–20)
- T — 4,416