Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

pd.tseries.period.PeriodIndex has moved with pandas version 20.1 #446

Closed
@patrickhoebeke

Description

@patrickhoebeke

Hello,

I've just noticed that for some use cases, the library does not work anymore with the new version of pandas v20.1.
In pandas 20.1, stuff related to tseries has been moved/dropped.
So references to "pd.tseries.period.PeriodIndex" should be replaced by "pd.PeriodIndex"

Patrick

Activity

WhoisDavid

WhoisDavid commented on May 10, 2017

@WhoisDavid

To be precise, these changes happened from version 0.20.x

sebito91

sebito91 commented on Jun 2, 2017

@sebito91
Contributor

Should be fixed on #454 and #457

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

      pd.tseries.period.PeriodIndex has moved with pandas version 20.1 · Issue #446 · influxdata/influxdb-python