rapidsai / rapids-examples

33 stars 24 forks source link

Duplicate column names are not allowed #53

Closed mshbaita closed 2 years ago

mshbaita commented 2 years ago

Doing the below cause duplicate columns are not allowed exception cudf.merge(tokenized_df, topic_df, how="left") .sort_values("Topic_ID") .rename({"Topic_ID": "doc_id"}, axis=1)

mshbaita commented 2 years ago

Versions issue I`m using cudf 22.08 and the code written with 22.02, the conda env file should be change to use rapidsai channel not rapidsai-nightly ( "The rapidsai/rapidsai-nightly repo contains nightly docker builds of the latest WIP changes merged into GitHub repos throughout the day for the next RAPIDS release")