About 50 results
Open links in new tab
  1. Pandas: transform a dbf Table into a dataframe - Stack Overflow

    I want to read a dbf file of an ArcGIS shapefile and dump it into a pandas dataframe. I am currently using the dbf package. I have apparently been able to load the dbf file as a Table, but have no...

  2. How to read dbf file in python and convert it to dataframe

    Feb 14, 2023 · I am trying to read a dbf file using simpledbf library and convert to to dataframe for further processing.

  3. How to open DBF file in DBeaver with JDBC - Stack Overflow

    Mar 6, 2017 · The CSV/DBF JDBC Driver to open dbf files requires DANS DBF as you mentioned and requires its addition to the CLASS PATH. There was limited information on that process and I have …

  4. c# - How can i read dbf with .CDX files? - Stack Overflow

    Nov 11, 2019 · That application reads a FoxPro .DBF using the Visual FoxPro OLEDB provider. The function that allows you to read the .DBF files does not detect the .CDX files and makes a slow …

  5. sql - How to find the default location in which Oracle DBF files are ...

    During the creation of a new Tablespace in Oracle Database, the user has to enter the DBF file name that he (or she) want to use. The DBF file is then created in a specific location. The user may ...

  6. R: how to read dbf files? - Stack Overflow

    Feb 26, 2022 · How can I use read.dbf if I want to specify which encoding the dbf is saved with and whivh endcoding I want it to save as dataframe or csv file?

  7. Sample dBase files - Stack Overflow

    Jul 14, 2015 · I am working on a program that will need to read different dBase files. I can only seem to find dBaseIII plus files for testing. Does anyone know where I can find a test pack or something? I …

  8. Can't find proper encoding to open old ascii-encoded DBF files with ...

    Apr 29, 2025 · I'm working with a few old DBF files that contain special characters from the Slovak, Czech, and German alphabets (e.g., š, č, ř, ä, ö, ü). Both Python libraries dbfread and dbf indicate …

  9. Read/Write to FoxPro Database (.DBF files) from C#

    Aug 1, 2023 · We need to connect/read/write to FoxPro database via C# and facing an issue with that. From our understanding there are three different ways to connect to FoxPro database - Ole Driver, …

  10. Why does dbase save files with the same name in 3 different …

    Jul 4, 2022 · 1 I found an old dbase database. Each "table" has 3 files with the same name but different extensions. Example: user.mdx user.dft user.dbf Why are these different. I can easily open and use …