Wiki thread: lesson 1

Sounds like your versions are a bit wonky. I have been playing with fast.ai v1 and the feather stuff works with these lines to load it:

import feather
df_raw = feather.read_dataframe(‘tmp/bulldozers-raw’)

This thread is useful: Read_feather() function error