agate-dbf
agate-dbf adds read support for dbf files to agate.
What it is and what it does
agate-dbf is a small extension to the agate data analysis library that adds the ability to read DBF (dBASE) files. DBF is a legacy database format still found in older systems, government data, and specialized domains. This package bridges that gap by letting you load DBF files directly into agate tables, where you can then use agate's full suite of data manipulation, analysis, and export tools.
The package is straightforward: it depends on agate for the table abstraction and dbfread for the actual DBF parsing. It's designed for developers working with historical datasets or integrating with systems that still use DBF as a data exchange format. With no known vulnerabilities and a permissive MIT license, it's a low-risk addition when you need DBF support.
Use it for:
- Load legacy dBASE files from older business systems into agate for modern analysis and export
- Batch convert DBF datasets to CSV, JSON, or SQL using agate's export capabilities
- Integrate DBF data sources into data pipelines that otherwise work with agate tables
- Analyze historical government or municipal datasets still stored in DBF format
- Combine DBF data with other sources by importing into agate's unified table model
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds read support for DBF (dBASE) files to the agate data analysis library, allowing you to load and work with DBF data in agate tables.
Yes, if you need to read DBF files. The package is lightweight, has no security issues, and integrates cleanly with agate. The aging maintenance status is not a blocker for a stable, narrow-purpose tool—DBF format itself doesn't change—but don't expect rapid updates if issues arise. Install it only if DBF support is actually on your critical path.
Install
agate-dbf on PyPI
pip
pip install agate-dbfuv
uv add agate-dbfpoetry
poetry add agate-dbfInstalling agate-dbf
Before you install
Low install friction with only two runtime dependencies (agate and dbfread). Maintenance status is aging—last release was 242 days ago—so expect slower response to issues, though the package remains functional for its narrow scope.
License in practice
MIT license is permissive; you can use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.
Quickstart
pip install agate-dbf
import agate
import agate_dbf
table = agate.Table.from_dbf('data.dbf')
Verify before relying
- Whether dbfread itself is actively maintained and handles all DBF variants the package may encounter
- Performance characteristics when working with large DBF files
- Compatibility with newer agate versions beyond those tested at release
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — agate, dbfread |
| Maintenance | aging — 242 days since the last release |
| First released | |
| Downloads | 351,763/month — #7,319 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: agate_dbf-0.2.4-py3-none-any.whl
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
agate-excelAdds Excel file (xls and xlsx) read support to…
permissive · top 15,000 on PyPI
agate-sqlagate-sql extends the agate data analysis…
permissive · top 15,000 on PyPI
dbfReads and writes dBase III, FoxPro, Visual…
permissive · top 15,000 on PyPI
dbfreadReads DBF database files (dBase, Visual FoxPro,…
permissive · top 5,000 on PyPI
agateagate is a Python data analysis library…
permissive · top 1,000 on PyPI
pandas_accessReads MS Access database files (.mdb) into…
permissive · top 15,000 on PyPI
xlrdxlrd reads data and formatting information from…
permissive · top 1,000 on PyPI
dbt-sqlserverA dbt adapter that enables data transformation…
permissive · top 15,000 on PyPI
tablibTablib converts tabular data between multiple…
permissive · top 5,000 on PyPI
compoundfilesReads and parses Microsoft Compound File Binary…
permissive · top 15,000 on PyPI