-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for HDF5 Files: Work in Progress #217
Conversation
There are some work need to be done. We could start with lint and python API first. |
For lint:
|
The dataset field effectively are column labels which could be similar to parquet or csv with df concept. A new field selection will be needed to make it work. You can try hard code one to make the program build. I will update the API shortly to make the selection of data fields available. |
@captain-pool PR #219 has been merged. It adds the columns field which will allow you to specify the dataset for output in hdf5. |
Hey @yongtang Thanks for the Update. Can you give me some example related to it? |
Done! |
Nevermind! |
@captain-pool I think you can rebase against the master to have the |
@captain-pool It seems this PR is stalled. I will close the PR for now, but please reopen if merge conflicts have been resolved, and thanks for your contribution. |
cc: @yongtang