You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 fileLocation of problem (optional)
https://datacarpentry.github.io/astronomy-python/04-motion.html, https://datacarpentry.github.io/astronomy-python/03-transform.html
The text was updated successfully, but these errors were encountered: