summaryrefslogtreecommitdiff
path: root/snippets/python-mode/pandas-hdf-store
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/python-mode/pandas-hdf-store')
-rw-r--r--snippets/python-mode/pandas-hdf-store6
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/python-mode/pandas-hdf-store b/snippets/python-mode/pandas-hdf-store
new file mode 100644
index 0000000..a19ab13
--- /dev/null
+++ b/snippets/python-mode/pandas-hdf-store
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: Pandas HDF5 store
+# key: pdhs
+# --
+with pd.HDFStore($1) as store:
+ $0 \ No newline at end of file