-
Notifications
You must be signed in to change notification settings - Fork 90
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
rdataframe to awkward #1474
rdataframe to awkward #1474
Conversation
Codecov Report
|
8a2c852
to
d12031e
Compare
eb8faaa
to
aa34998
Compare
@jpivarski - I think, I've addressed all the issues. As discussed, the Awkward array types will be a separate PR. Please, have a look when you have time. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! I just have a few changes requested inline, and also this one:
What was the name of the header-only library directory that @ManasviGoyal is filling? Is it src/awkward/_v2/header-only
? Could we put ak_array_builders.h
there?
src/awkward/_v2/header-only/rdataframe_jagged_builders.h
Also focusing the name of the file on what it does: it makes jaggedN arrays of numbers for RDataFrame.
Thanks! All done. The file is moved to:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks great, thanks!
After merging this, I'll start a new release; this will be in it, and that should make it easier for users to try it out and get feedback to you.
move PR #1448 to a clean branch