Closed BoPeng closed 4 years ago
Right now from R arrow library, write_feather() uses the default version 2 of the feather format, which cannot be read by python read_feather.
Fixed by switching to arrow on the Python side as well.
Right now from R arrow library, write_feather() uses the default version 2 of the feather format, which cannot be read by python read_feather.