Skip to content

Pandas 3.x deprecation warnings: Timestamp.utcnow() and 'd' frequency #104

@onlsol

Description

@onlsol

Using yfinance-cache with Pandas 3.x raises deprecation warnings:

  1. Timestamp.utcnow() => Timestamp.now('UTC')
  2. d frequency string => D

Affected: yfc_ticker.py, yfc_prices_manager.py, yfc_time.py.

The replacement methods are backwards compatible with Pandas 2.x.

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