warnings.simplefilter(‘ignore’)
h5 = pd.HDFStore(‘./source/vstoxx_march_2014.h5’,
complevel= 9 , complib=‘blosc’)
h5[‘vstoxx_index’] = vstoxx_index
h5[‘vstoxx_futures’] = vstoxx_futures
h5[‘vstoxx_options’] = vstoxx_options
h5.close()
elle
(Elle)
#1