Skip to content

Instantly share code, notes, and snippets.

@qqpann
Created June 16, 2019 14:51
Show Gist options
  • Save qqpann/3babc41e94593b4f618e2d28ae19df66 to your computer and use it in GitHub Desktop.
Save qqpann/3babc41e94593b4f618e2d28ae19df66 to your computer and use it in GitHub Desktop.
Reinitialize unique item index
item_ids, data[ITEM_IDX_KEY] = np.unique(data[item_id_col], return_inverse=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment