I\'m using pandas/python to save a DataFrame in a HDFStore format. When I apply the my_data_frame.to_hdf(arguments...) command I have an error message:Warni
This fixed it for me, hope it helps.
Step one
pip uninstall h5py
Step two
pip install h5py