Skip to content

Instantly share code, notes, and snippets.

@MoGaber
Created December 14, 2020 05:12
Show Gist options
  • Save MoGaber/56ebd9c24ae48ab2d768f8c83d869303 to your computer and use it in GitHub Desktop.
Save MoGaber/56ebd9c24ae48ab2d768f8c83d869303 to your computer and use it in GitHub Desktop.
model_tags
model_dataset["following_tags"]= model_dataset["following_tags"].fillna("Na")
model_dataset["prev_q_tags"]= model_dataset["prev_q_tags"].fillna("Na")
model_dataset["q_tags"]= model_dataset["q_tags"].fillna("Na")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment