ashsharma96 commented on issue #13320:
URL: https://github.com/apache/arrow/issues/13320#issuecomment-1147623004
Hey @wjones127 First of all thank you for replying.
1. No there's no such reason. I think I never updated it. I'm just using
these commands to read/write feather file:
For Reading:
import feather
tFilename1 = 'code.production'
df_stored = feather.read_dataframe(tFilename1)
For writing feather file:
feather.write_dataframe(df1,'code.production')
2. Yes this is loaded in pandas dataframe. dtypes for df_stored is like this:

Please help me out in this. What is the latest versions of above mentioned
libraries.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]