cudf.Index.to_pylibcudf#
- Index.to_pylibcudf() tuple[Column, dict][source]#
Convert this Index to a pylibcudf.Column.
- Returns:
- pylibcudf.Column
A pylibcudf.Column referencing the same data.
- dict
Dict of metadata (includes name)
Notes
This is always a zero-copy operation. The result is a view of the existing data. Changes to the pylibcudf data will be reflected back to the cudf object and vice versa.