How to get output as dbf from a pandas dataframe?
I am a beginner in python. I have a csv file, in which I need to do some modification and then get the output as dbf file. (which can be opened in foxpro). Can somebody guide? I want to get this dph1 dataframe into dbf. I did some searching and found that pysal might do the trick. But how?