0

I'm new to this. Any ideas? Thank you somcuh! enter image description here

  • 2
    The fact it says `'.feather'` does not mean the file is in actual `.feather` format. Make sure the file is exported correctly – DeepSpace Mar 14 '21 at 17:46
  • Furthermore, if you believe it is a feather file, please post a small representative sample file (that fails) or provide more details about how you are creating the file. – Pace Mar 15 '21 at 01:01

1 Answers1

0

There was a bug in Arrow 2.0 that caused problems in reading compressed feather files written with Arrow 0.17; if you're using Arrow 2.0, it's possible that upgrading to 3.0 might fix this.

Ben Schmidt
  • 116
  • 1
  • 1