Writing pandas DataFrame with Uproot5, var * var * float64 #945
Unanswered
brightneedle
asked this question in
Q&A
Replies: 1 comment
-
This is a data type that Uproot can't write. (The disk-format for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a dataframe where one or more columns are lists of 1D arrays, eg:
When I try and write the dataframe to .root using
uproot.recreate
, I get the following error:Is there a way to get round this? I have to be able to keep the same structure as the dataframe, i.e. making N separate 1-D arrays won't work for my application
Beta Was this translation helpful? Give feedback.
All reactions