You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this specific one, I would look at to_hdf in pandas/pandas/io/pytables.py. Anywhere we pass kwargs currently (store.append and store.put) we'll need to figure out the correct set of keyword arguments expected. Some like mode, format, etc. will be straightforward. Others will take some digging. Let us know if you get stuck.
Activity
errors
keyword for HDF IO Encoding Err Handling #20873abi-aryan commentedon May 14, 2018
I would love to help. How can I get started on this?
TomAugspurger commentedon May 14, 2018
Great! General contributing guidelines are at http://pandas-docs.github.io/pandas-docs-travis/contributing.html
For this specific one, I would look at
to_hdf
inpandas/pandas/io/pytables.py
. Anywhere we passkwargs
currently (store.append
andstore.put
) we'll need to figure out the correct set of keyword arguments expected. Some likemode
,format
, etc. will be straightforward. Others will take some digging. Let us know if you get stuck.abi-aryan commentedon May 14, 2018
Cool. On it now.
jbrockmendel commentedon Dec 4, 2019
Closed by #29957.