You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found str values filled with \x00...\x00 in some DBFs, which I suppose should be converted to None (I don't know the DBF specs, I'm just supposing since the data source where I downloaded the file from also shared a CSV version and these values are NULL in the CSV).
The code to reproduce is below. I could not upload the DBF file here, but you can download it from my website.
I found
str
values filled with\x00...\x00
in some DBFs, which I suppose should be converted toNone
(I don't know the DBF specs, I'm just supposing since the data source where I downloaded the file from also shared a CSV version and these values are NULL in the CSV).The code to reproduce is below. I could not upload the DBF file here, but you can download it from my website.
The result is (check the value for
NUMERO_AUT
):I've tested some solutions and the fastest one is this:
... and the result:
The text was updated successfully, but these errors were encountered: