Open
Description
If in pd.read_hdf(..., columns=['col_name], ...)
we have only one column, then it would be much faster to use store.select_column()
instead of store.column()
.
Line 368 in fa231e8
Any caveats on implementing this?
If in pd.read_hdf(..., columns=['col_name], ...)
we have only one column, then it would be much faster to use store.select_column()
instead of store.column()
.
Line 368 in fa231e8
Any caveats on implementing this?