Read_feather() function error

because it says “unexpected argument” it is pretty likely that you have a too old version of pandas installed. This argument was added only in version 0.21.

you can check your pandas version in the jupyter notebook using:

pd.__version__
1 Like