Csv

Datagrunt 3.1.9: Fixing DuckDB CSV Quote Auto-Detection for Large Datasets

Datagrunt 3.1.9 fixes a bug in the DuckDB query engine where CSV files containing quoted fields with commas later in the file would fail to parse correctly.

Read more →

June 9, 2026

Datagrunt 3.1.7: Resilient CSV Ingestion with Lenient Loading

Datagrunt 3.1.7 delivers robust CSV parsing for real-world datasets. Featuring strict fail-loudly parsing by default, a new lenient=True parameter with warnings for mismatched columns, native detection for legacy carriage return (\r) newlines, and efficiency optimizations for gigabyte-scale files.

Read more →

June 8, 2026

Datagrunt 3.0.0: Now With PDF Parsing

Datagrunt 3.0.0 adds first-class PDF parsing — pull text, tables, and images (with OCR for scanned pages) out of PDFs using the same simple, Pythonic API you already use for CSVs.

Read more →

May 31, 2026

Introducing Datagrunt: Your New CSV Power Tool

How frustration with CSV files led to creating a Python library that automatically infers delimiters and simplifies data processing.

Read more →

March 6, 2025

Tags