I want to read only 10 rows from an h5 file:
df = pd.read_hdf('data.h5', 'cleanuserbase', start=0, stop=10)
But that doesn't work because it reads all the rows.
Aucun commentaire:
Enregistrer un commentaire