Closed sayakpaul closed 4 years ago
Following are the dtypes of the Pandas Dataframe I am using:
dtypes
My Python code:
df_raw.to_feather('malware-raw')
Error stack:
Need help in resolving this!
Float16 is not implemented in the Feather format yet. Please open a JIRA issue about this
Feather V2 (coming in pyarrow 0.17.0) supports half floats
Following are the
dtypes
of the Pandas Dataframe I am using:My Python code:
Error stack:
Need help in resolving this!