About 18,700,000 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, …

  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 …

  4. 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?

  5. Sample dBase files - Stack Overflow

    Jul 14, 2015 · dbase_03.dbf dBase III without memo file dbase_30.dbf Visual FoxPro dbase_31.dbf Visual FoxPro with AutoIncrement field dbase_83.dbf dBase III with memo file …

  6. Is there any free DBF file converter? - Stack Overflow

    Related: Is there any free tool to convert a file with more than 65000 registers from DBF format to CSV?

  7. 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 …

  8. Get data in a .dbf file using c# - Stack Overflow

    Jul 6, 2012 · How can I get the data in a .dbf file using c#?? What I want to do is to read the data in each row (same column) to further process them. Thanks.

  9. Can't access attributes table in for rasters in QGIS

    May 18, 2023 · I can't access any attributes tables in any of my rasters (.tif files) in QGIS, and now the only attribute table option is "Load a new Raster Attribute Table from a VAT.DBF file".

  10. c# - How to crack a dBase file password? - Stack Overflow

    I've inherited a bunch of dBase (.dbf) files from a legacy application, and I need to import the data into MS SQL or MS Access. I know these programs have built in "import" functions, but the …