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, 6 insertions, 0 deletions
diff --git a/snippets/python-mode/dat b/snippets/python-mode/dat
new file mode 100644
index 0000000..bb96f33
--- /dev/null
+++ b/snippets/python-mode/dat
@@ -0,0 +1,6 @@
+# name: data analysis imports
+# key: dat
+# --
+import numpy as np
+import pandas as pd
+$0