how to import .dbf file in python in windows environment? -


can tell me how import .dbf file in python . beginner.

i have .dbf file me @ local location. need operations on record, using python.

there python module called dbf should allow read data. module supports dbase, foxpro , visual foxpro files.

dbf 0.96.003 (https://pypi.python.org/pypi/dbf?)

pure python package reading/writing dbase, foxpro, , visual foxpro .dbf files (including memos)

package documentation supports dbase iii, foxpro, , visual foxpro tables. text returned unicode, , codepage settings in tables honored. memos , null fields supported. documentation needs work, author responsive e-mails.

not supported: index files (but can create tempory non-file indexes), auto-incrementing fields, , varchar fields.

installation: pip install dbf


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

php - How do you embed a video into a custom theme on WordPress? -