Last active
October 15, 2022 11:25
-
-
Save datagy/cadf7dc9ec21ad05d9e57b04fb41019c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Modify a Pandas Column": { | |
| "prefix": "pdc", | |
| "body": [ | |
| "${1:df_name}['${2:col_name}'] = ${1:df_name}['${2:col_name}'].$0" | |
| ], | |
| "description": "Modifies a Pandas Column" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment