Skip to content

Cannot work with Pandas >= 2.0 #3

Open
@Ultraxime

Description

@Ultraxime

Hello,

Following the depreciation and then disappearance of iteritems() in aid of items(), this doesn't work with pandas >= 2.0.
As shown by the following output when using pandas 1.5.3 :

/opt/venv/lib/python3.11/site-packages/fastplot/__init__.py:183: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead.
  for i, l in data[c].iteritems():

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions