astronomy-python icon indicating copy to clipboard operation
astronomy-python copied to clipboard

Use keywords in df.to_hdf call

Open abostroem opened this issue 11 months ago • 0 comments

What is the problem?

Pandas now issues a warning that only the filename will be allowed without a keyword in Pandas 3.0. We need to specify the key with key= everywhere we write an hdf5 file

Location of problem (optional)

https://datacarpentry.github.io/astronomy-python/04-motion.html, https://datacarpentry.github.io/astronomy-python/03-transform.html

abostroem avatar Jan 10 '25 00:01 abostroem