-
Notifications
You must be signed in to change notification settings - Fork 157
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
Add struct column support to cudf_helpers
#1538
Add struct column support to cudf_helpers
#1538
Conversation
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.
Good start but lets find all uses of the get_data_frame()
function and convert them to use copy_dataframe()
and get_mutable_dataframe()
…into messagemeta-get-dataframe-update
…into messagemeta-get-dataframe-update
morpheus._lib.messages.MessageMeta.get_data_frame()
to use cuDF deep copycudf_helpers
cudf_helpers
cudf_helpers
cudf_helpers
cudf_helpers
cudf_helpers
cudf_helpers
…into messagemeta-get-dataframe-update
…into messagemeta-get-dataframe-update
6ef268b
to
f7f1a2c
Compare
df is updated, passed to cpp and copied back to verify update Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
f7f1a2c
to
9f8e048
Compare
…-get-dataframe-update
/ok to test |
/ok to test |
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.
All tests now passing. Approved
/merge |
Description
make_table_from_table_info_data
incudf_helpers
to build atable_metadata
object used to add support for struct columns.DatasetManager.df_equal
to support list columns. Now uses pandasequals
ifval_to_check
is a DataFrame of Series.Closes #1527
By Submitting this PR I confirm: