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-store1
1 files changed, 0 insertions, 1 deletions
diff --git a/snippets/python-mode/pandas-hdf-store b/snippets/python-mode/pandas-hdf-store
index a19ab13..ae7212f 100644
--- a/snippets/python-mode/pandas-hdf-store
+++ b/snippets/python-mode/pandas-hdf-store
@@ -1,5 +1,4 @@
# -*- mode: snippet -*-
-# name: Pandas HDF5 store
# key: pdhs
# --
with pd.HDFStore($1) as store: