Skip to content

OrderedDict deprecation in DictColumnTable #294

Closed
@ExpandingMan

Description

@ExpandingMan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions