General Functions#
Data manipulations#
|
Concatenate DataFrames, Series, or Indices row-wise. |
|
Compute a simple cross tabulation of two (or more) factors. |
|
Bin values into discrete intervals. |
|
Encode the input values as integer labels |
|
Returns a dataframe whose columns are the one hot encodings of all columns in df |
|
Unpivots a DataFrame from wide format to long format, optionally leaving identifier variables set. |
|
Merge GPU DataFrame objects by performing a database-style join operation by columns or indexes. |
|
Return reshaped DataFrame organized by the given index and column values. |
|
Create a spreadsheet-style pivot table as a DataFrame. |
|
Pivot one or more levels of the (necessarily hierarchical) index labels. |
Top-level conversions#
|
Convert argument into numerical types. |
|
Build a |
|
Converts from a DLPack tensor to a cuDF object. |
|
Convert certain Pandas objects into the cudf equivalent. |
Top-level dealing with datetimelike data#
|
Convert argument to datetime. |
|
Return a fixed frequency DatetimeIndex. |
Top-level dealing with Interval data#
|
Returns a fixed frequency IntervalIndex. |