Last active
October 15, 2022 11:30
-
-
Save datagy/a37c22429df1a7207cc1d52e93c817c3 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
| { | |
| "Filter a Pandas DataFrame": { | |
| "prefix": "pf", | |
| "body": [ | |
| "${1:df} = ${1:df}[${1:df}['${2:Column}'] ${3|==, >, >=, <, <=, !=|} ${4:Filter}] " | |
| ], | |
| "description": "Filter a Pandas DataFrame" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment