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
and - as you can see - it is faster to copy a data frame (to change sentinel vectors to just Vector) and then do dropmissing than just do dropmissing directly.
The text was updated successfully, but these errors were encountered:
In some practical cases
SentinelVector
is much slower thanVector
. For example for data tested in https://bkamins.github.io/julialang/2022/12/23/duckdb.html.We have:
and - as you can see - it is faster to copy a data frame (to change sentinel vectors to just
Vector
) and then dodropmissing
than just dodropmissing
directly.The text was updated successfully, but these errors were encountered: