Is it possible to use the driver argument for HDFStore? Pandas 0.21rc1. THank you.
Comment From: TomAugspurger
Could you give an example for those unfamiliar with what h5py drivers are?
pandas HDFStore is built around pytables, not h5py, so I suspect this won't be possible.
Comment From: apiszcz
http://docs.h5py.org/en/latest/high/file.html
Thank you.
On Wed, Oct 18, 2017 at 11:15 AM, Tom Augspurger notifications@github.com wrote:
Could you give an example for those unfamiliar with what h5py drivers are?
pandas HDFStore is built around pytables, not h5py, so I suspect this won't be possible.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pandas-dev/pandas/issues/17911#issuecomment-337625774, or mute the thread https://github.com/notifications/unsubscribe-auth/ABXVTdt5kI131ajjPvxJE08R2_L1ATRdks5sthYngaJpZM4P9stX .
Comment From: jreback
you can pass it as a kwarg on construction
but h5py is incompat with PyTables at a link level so likely won’t work
Comment From: apiszcz
Got it, thanks, does tables have an in core equivalent, will look. File "tables\hdf5extension.pyx", line 324, in tables.hdf5extension.File._g_new (tables\hdf5extension.c:3874) ValueError: Invalid or not supported driver: 'core'
On Wed, Oct 18, 2017 at 1:29 PM, Jeff Reback notifications@github.com wrote:
you can pass it as a kwarg on construction
but h5py is incompat with PyTables at a link level so likely won’t work
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pandas-dev/pandas/issues/17911#issuecomment-337666250, or mute the thread https://github.com/notifications/unsubscribe-auth/ABXVTSY2d4qJ-p9L0ApVvznLDKLU4klYks5stjWNgaJpZM4P9stX .