dimanche 15 mars 2015

Read n rows from an h5 file


Vote count:

0




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.



asked 46 secs ago







Read n rows from an h5 file

Aucun commentaire:

Enregistrer un commentaire