Cross-Read & -Write R, Py, Matlab, Binary Files
Note: feather-format is desigend to transfer data between Py & R [stackoverflow, feather-doc].
.FE
OBS: only for data.frame type, not even arrays.
py (feather-format)
Requires: pip install feather-format. (OBS: feather-format NOT feather.)
write:
import numpy as np
import pandas as pd
df =......