Skip to content

Commit

Permalink
Update python/cudf/cudf/core/dataframe.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Murray <[email protected]>
  • Loading branch information
galipremsagar and Matt711 authored Oct 17, 2024
1 parent dacfa6d commit 806ce78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def __init__(
elif isinstance(data, ColumnBase):
raise TypeError(
"Use cudf.DataFrame._from_arrays for constructing a DataFrame from "
"ColumnAccessor or Use cudf.DataFrame._from_data by passing a dict "
"ColumnBase or Use cudf.DataFrame._from_data by passing a dict "
"of column name and column as key-value pair."
)
elif hasattr(data, "__cuda_array_interface__"):
Expand Down

0 comments on commit 806ce78

Please sign in to comment.