Skip to content
Snippets Groups Projects
Commit ecd25405 authored by ferrari's avatar ferrari
Browse files

Add tables requirement

parent dfa8ca8a
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ This program uses the following libraries (other versions might work):
* pandas              0.24
* pydub                0.23
* pysoundfile       0.9
* pytables            3.6
* python               3.6
* scipy                  1.2
......
......@@ -735,7 +735,7 @@ def main(args):
ref_dict['fig'].set_constrained_layout(False)
plt.show()
df = pd.DataFrame.from_dict(ref_dict['callback'].df, orient='index')
df.to_hdf(outpath, 'df')
df.to_hdf(outpath, 'df', format='table')
return 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment