You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/06 16:09:50 UTC

[GitHub] [arrow] ashsharma96 commented on issue #13320: Memory Consumption while calling a feather file in python dataframe(Urgent)

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:
   ![image](https://user-images.githubusercontent.com/17443937/172200209-458aab87-249e-4a34-b857-0c0f991ae172.png)
   
   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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org