Glossary

`on_bad_lines`

A `pd.read_csv` parameter controlling behavior for lines with incorrect field counts. `"error"` raises an exception; `"skip"` drops the malformed row silently; `"warn"` drops it with a warning.

Learn More

Related Terms