Read CSV with epoch timestamp column as timestamp
I’m using pyarrow.csv
to read and convert a CSV file to parquet. This CSV file has a timestamp
column with an int representing Unix time.
Pyarrow read CSV with epoch timestamp column as timestamp
I’m using pyarrow.csv to read and convert a CSV file to parquet. This CSV file has a timestamp
column with an int representing unix time.
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 …