Convert DBF files to CSV, Pandas DataFrames, HDF5 tables, and SQL tables. Latest version 0.2.6, compatible with Python 3. Low-activity project, final release in 2019 with no breaking changes reported.
pip install simpledbfNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a DBF file into a Pandas DataFrame.
Use `Dbf5('file.dbf', codec='utf-8')` to preserve original names.Switch to `dbfread` or `dbf` library.
Specify encoding: `Dbf5('file.dbf', codec='utf-8')`.Install pandas: `pip install pandas`.
No dependency data recorded yet.