Closed
Description
I'm getting the following deprecation warning from OrderedCollections
, apparently due to DictColumnTable
trying to make a deprecated conversion
┌ Warning: Conversion to OrderedDict is deprecated for unordered associative containers (in this case, Dict{Symbol, PyArray{T, 1, true, true, PythonCall.UnsafePyObject} where T}). Use an ordered or sorted associative type, such as SortedDict and OrderedDict.
Metadata
Metadata
Assignees
Labels
No labels