Converting from DBF to dataframe with simpledbf

前端 未结 0 1478
既然无缘
既然无缘 2020-12-16 17:04

I have dBASE Plus 2.6 file, which I am trying to convert to Pandas dataframe.

import os
import pandas as pd
from simpledbf import Dbf5

db = Dbf5(\'file.dbf\'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题