seth-p

Results 3 comments of seth-p

I'm new to the whole conda thing, but when I do `conda info netcdf4==1.3.1` (on a Windows 10 command line) it shows me the following for Python 3.6: ``` netcdf4...

@ocefpaf Ah. Thanks for the explanation. I'm still coming up to speed on conda(-forge).

This code isn't particularly pretty, and I'm not sure if it handles all cases, but it enables serialization of MultiIndex indices by calling `ds.mi.encode_multiindices()` before serializing and `ds.mi.decode_multiindices()` after deserializing....