I get the following error after trying to read in the xlsx file, write it to the framework using feathers, then read in the same frame using the pen and display the results using df.head ()
import pandas as pd import feather v = pd.__version__
An object'module' does not have an attribute 'write_dataframe'.
source share