You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a DataFrame and save it to disk as an hdf5 file, as follows:
df.to_hdf(fname, 'table')
This behaves as expected. But when I try to append to the existing hdf5 file,
df.to_hdf(fname, 'table',append=True)
pandas returns an error:
ValueError: Can only append to Tables