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
In the constructor of cudf.DataFrame, when one or more input "columns" are provided as scalars, they are broadcast to the same length as other input columns:
In the constructor of
cudf.DataFrame
, when one or more input "columns" are provided as scalars, they are broadcast to the same length as other input columns:Output:
However, if the scalar appears as the first value in the input, cuDF complains about a length mismatch:
The text was updated successfully, but these errors were encountered: