Skip to content

Instantly share code, notes, and snippets.

@psinger
Created March 18, 2018 13:52
Show Gist options
  • Save psinger/885cb73d2d585bffb79da3e525dcfbdd to your computer and use it in GitHub Desktop.
Save psinger/885cb73d2d585bffb79da3e525dcfbdd to your computer and use it in GitHub Desktop.
h5 = tb.open_file('dot.h5', 'r')
a = h5.root.data
row = a[0,:] #only one row gets loaded into memory
print row
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment