I've created some JLD files from Julia's dataframe module and now I'd like to import them into a Pandas dataframe. It's very easy to read and write these files in Julia, but I've not found the easy way in Python3. I've inspected the contents of the jld file and it is very complicated so there must be a package that will read into a dataframe, preserving column types, and names, etc. There is a JLD package for Python, but it appears to be for Python2 and has not been updated in 8 years, so I'm wonder what the current state of the art is in Python for reading JLD files.
Here is what I found: