Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zhangpengGenedock/eb3227b29a91784d4adbba95306345b9 to your computer and use it in GitHub Desktop.
Save zhangpengGenedock/eb3227b29a91784d4adbba95306345b9 to your computer and use it in GitHub Desktop.
df某一列从bool类型转为整型
df.somecolumn = df.somecolumn.astype(int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment