You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #11968, cudf Python columns should require null_count to be passed during construction. While the benefits of lazy null_count computation is lost, ideally the cudf Python column should mirror libcudf semantics as closely as possible.
Also based on what we observed in libcudf there are very very few places where the lazy computation actually saves you much time. Unless you don't plan to do anything with the column you will need the null count eventually anyway.
Similar to #11968, cudf Python columns should require
null_count
to be passed during construction. While the benefits of lazy null_count computation is lost, ideally the cudf Python column should mirror libcudf semantics as closely as possible.xref #17760 (comment)
The text was updated successfully, but these errors were encountered: