# csv.Error

- **ID:** `python/csv-error`
- **Domain:** python
- **Category:** data_error
- **Verification:** official
- **Fix Rate:** 80%

## Root Cause

CSV file parsing/writing error. Usually inconsistent field count or malformed quoting.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| 3.x | active | — | — |
