__sam__

hdf5_ptdump

Oct 8th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. / (RootGroup) ''
  2. /._v_attrs (AttributeSet), 5 attributes:
  3. [CLASS := 'GROUP',
  4. FILTERS := Filters(complevel=9, complib='blosc', shuffle=True, fletcher32=False),
  5. PYTABLES_FORMAT_VERSION := '2.1',
  6. TITLE := '',
  7. VERSION := '1.0']
  8. /type2 (Group) ''
  9. /type2._v_attrs (AttributeSet), 4 attributes:
  10. [CLASS := 'GROUP',
  11. FILTERS := Filters(complevel=9, complib='blosc', shuffle=True, fletcher32=False),
  12. TITLE := '',
  13. VERSION := '1.0']
  14. /type1 (Group) ''
  15. /type1._v_attrs (AttributeSet), 4 attributes:
  16. [CLASS := 'GROUP',
  17. FILTERS := Filters(complevel=9, complib='blosc', shuffle=True, fletcher32=False),
  18. TITLE := '',
  19. VERSION := '1.0']
  20. /type1/source1 (Group) ''
  21. /type1/source1._v_attrs (AttributeSet), 4 attributes:
  22. [CLASS := 'GROUP',
  23. FILTERS := Filters(complevel=9, complib='blosc', shuffle=True, fletcher32=False),
  24. TITLE := '',
  25. VERSION := '1.0']
  26. /type1/source1/id1 (Group) ''
  27. /type1/source1/id1._v_attrs (AttributeSet), 13 attributes:
  28. [CLASS := 'GROUP',
  29. FILTERS := Filters(complevel=9, complib='blosc', shuffle=True, fletcher32=False),
  30. TITLE := '',
  31. VERSION := '1.0',
  32. data_columns := [],
  33. index_cols := [(0, 'index')],
  34. levels := 1,
  35. nan_rep := 'nan',
  36. non_index_axes := [(1, ['Open', 'High', 'Low', 'Settle', 'Volume', 'Interest'])],
  37. pandas_type := 'frame_table',
  38. pandas_version := '0.10.1',
  39. table_type := 'appendable_frame',
  40. values_cols := ['values_block_0', 'values_block_1']]
  41. /type1/source1/id1/table (Table(44,), shuffle, blosc(9)) ''
  42. description := {
  43. "index": Int64Col(shape=(), dflt=0, pos=0),
  44. "values_block_0": Float64Col(shape=(4,), dflt=0.0, pos=1),
  45. "values_block_1": Int64Col(shape=(2,), dflt=0, pos=2)}
  46. byteorder := 'little'
  47. chunkshape := (1170,)
  48. autoindex := True
  49. colindexes := {
  50. "index": Index(6, medium, shuffle, zlib(1)).is_csi=False}
  51. /type1/source1/id1/table._v_attrs (AttributeSet), 15 attributes:
  52. [CLASS := 'TABLE',
  53. FIELD_0_FILL := 0,
  54. FIELD_0_NAME := 'index',
  55. FIELD_1_FILL := 0.0,
  56. FIELD_1_NAME := 'values_block_0',
  57. FIELD_2_FILL := 0,
  58. FIELD_2_NAME := 'values_block_1',
  59. NROWS := 44,
  60. TITLE := '',
  61. VERSION := '2.6',
  62. index_kind := 'datetime64',
  63. values_block_0_dtype := 'float64',
  64. values_block_0_kind := ['Open', 'High', 'Low', 'Settle'],
  65. values_block_1_dtype := 'int64',
  66. values_block_1_kind := ['Volume', 'Interest']]
Add Comment
Please, Sign In to add comment