summaryrefslogtreecommitdiff
path: root/snippets/python-mode/pandas-hdf-store
blob: a19ab130ffb506eca1a06af705819dfa61251bed (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: Pandas HDF5 store
# key: pdhs
# --
with pd.HDFStore($1) as store:
    $0