Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticker.earnings_dates: fix warning "Value 'NaN' has dtype incompatible with float64" #1810

Merged
merged 1 commit into from
Dec 31, 2023

Conversation

Tejasweee
Copy link
Contributor

/usr/local/lib/python3.9/site-packages/yfinance/base.py:2126: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas. Value 'NaN' has dtype incompatible with float64, please explicitly cast to a compatible dtype first.

dates.loc[dates[cn] == '-', cn] = "NaN"

@Tejasweee
Copy link
Contributor Author

Fixes #1799
I rebased to dev. Old PR was closed #1805

@ValueRaider ValueRaider merged commit 5195c3a into ranaroussi:dev Dec 31, 2023
1 check passed
@ValueRaider ValueRaider mentioned this pull request Jan 6, 2024
@ValueRaider ValueRaider changed the title make nan as float Ticker.earnings_dates: fix warning "Value 'NaN' has dtype incompatible with float64" Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants