import cudf s = cudf.Series(['dog', 'fish', 'cat']) s.astype('category').cat.codes 0 1 1 2 2 0 dtype: uint8