ICAMS / python-ace

Other
69 stars 16 forks source link

Modify to use the `.pkl.gz` extension #31

Open yuzie007 opened 1 year ago

yuzie007 commented 1 year ago

Based on #30

Summary

This suggests using the .pkl.gz extension rather than the present .pckl.gzip extension for dataset files.

Motivation

There are several advantages to do so:

It would be also nicer to use .pkl (or .pickle) rather than pckl because

For already made pckl.gzip files, we can simply rename them.

Other changes

From an example in docs/pacemaker/quickstart.md, I removed the protocol argument from pd.read_pickle (this argument exists for df.to_pickle but not for pd.read_pickle).