Relative Content

Tag Archive for pythoncsvpyarrow

Read csv files using pyarrow

i’m trying to read csv files using the python library pyarrow but i got an issue while reading file because for some fields i have “N” for values (it means that this is a null value).
the problem is that i can’t manage to skip this value while reading …