Dear Sir,
I encounter the following problem when running your code
import pandas as pd, numpy as np, tensorflow as tf
import blogs_data #available at https://github.com/spitis/blogs_data
df = blogs_data.loadBlogs().sample(frac=1).reset_index(drop=True)
This is the error:
File "tables/hdf5extension.pyx", line 487, in tables.hdf5extension.File._g_new (tables/hdf5extension.c:5519)
tables.exceptions.HDF5ExtError: HDF5 error back trace
End of HDF5 error back trace
Unable to open/create file '/tmp/tmpV_vDTQ'
Would you have an idea what to do about it?
Thanks a lot!
Best regards,
Hannes