diff options
Diffstat (limited to 'snippets/python-mode/pandas')
-rw-r--r-- | snippets/python-mode/pandas | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/pandas b/snippets/python-mode/pandas new file mode 100644 index 0000000..b20e0dd --- /dev/null +++ b/snippets/python-mode/pandas @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pandas +# key: pd +# group: imports +# -- +import pandas as pd +$0 |