-
Notifications
You must be signed in to change notification settings - Fork 56
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
DataFrame lost columns #88
Comments
Thanks for your report. I think the problem here is that the DataFrame implementation (in the df_model.py) is not finished. I'll try to fix the problem but it can take some time to me as I'm not the author of the code. |
@mikeun would it be possible to craft a code creating the dataframe? |
I can reproduce the problem with this simple code:
|
I created hdf5 by pandas DataFrame.
I opened it by vitables and can't find one column (last [-1]) and one column name (first [0]).
Column's names are shifted forward with missed first name and last column is hidden.
Table properties are shown all columns and names.
I use:
The text was updated successfully, but these errors were encountered: