summaryrefslogtreecommitdiff
path: root/snippets/python-mode/dat
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/python-mode/dat')
-rw-r--r--snippets/python-mode/dat6
1 files changed, 0 insertions, 6 deletions
diff --git a/snippets/python-mode/dat b/snippets/python-mode/dat
deleted file mode 100644
index bb96f33..0000000
--- a/snippets/python-mode/dat
+++ /dev/null
@@ -1,6 +0,0 @@
-# name: data analysis imports
-# key: dat
-# --
-import numpy as np
-import pandas as pd
-$0