{"id":46388,"library":"simpledbf","title":"simpledbf","description":"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.","status":"maintenance","version":"0.2.6","language":"python","source_language":"en","source_url":"https://github.com/rnelsonchem/simpledbf","tags":["dbf","csv","dataframe","hdf5","sql"],"install":[{"cmd":"pip install simpledbf","lang":"bash","label":"Install simpledbf"}],"dependencies":[],"imports":[{"note":"Correct import for DBF files (dBase III and above).","symbol":"Dbf5","correct":"from simpledbf import Dbf5"}],"quickstart":{"code":"import pandas as pd\nfrom simpledbf import Dbf5\n\n# Assume 'example.dbf' exists in current directory\ndbf = Dbf5('example.dbf')\ndf = dbf.to_dataframe()\nprint(df.head())","lang":"python","description":"Load a DBF file into a Pandas DataFrame."},"warnings":[{"fix":"Use `Dbf5('file.dbf', codec='utf-8')` to preserve original names.","message":"ASCII mode means columns are lowercased and spaces replaced with underscores. DBF field names are truncated to 10 characters, so column names may be shortened.","severity":"gotcha","affected_versions":"<=0.2.6"},{"fix":"Switch to `dbfread` or `dbf` library.","message":"Project is in maintenance mode; no updates since 2019. Consider using `dbfread` or `dbf` for ongoing support.","severity":"deprecated","affected_versions":"0.2.6"}],"env_vars":null,"search_vec":"'0.2.6':16 '2019':28 '3':20 'activ':23 'break':31 'chang':32 'compat':17 'convert':2 'csv':6,35 'datafram':8,36 'dbf':3,34 'file':4 'final':25 'hdf5':9,37 'latest':14 'low':22 'low-act':21 'panda':7 'project':24 'python':19 'releas':26 'report':33 'simpledbf':1 'sql':12,38 'tabl':10,13 'version':15","created_at":"2026-06-07T12:59:40.451582+00:00","updated_at":"2026-06-07T12:59:40.451582+00:00","problems":[{"fix":"Specify encoding: `Dbf5('file.dbf', codec='utf-8')`.","cause":"Default ASCII encoding fails on non-ASCII characters in DBF file.","error":"UnicodeDecodeError: 'ascii' codec can't decode byte ..."},{"fix":"Install pandas: `pip install pandas`.","cause":"Pandas is a dependency but not automatically installed.","error":"ModuleNotFoundError: No module named 'pandas'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rnelsonchem/simpledbf","github":"https://github.com/rnelsonchem/simpledbf","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-06-29","last_verified":"2026-06-29","next_check":"2026-07-29","install_tag":null}}