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

make "NaN" as float #1805

Closed
wants to merge 1 commit into from
Closed

make "NaN" as float #1805

wants to merge 1 commit into from

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"

@ValueRaider
Copy link
Collaborator

Fixes #1799

@ValueRaider
Copy link
Collaborator

Can you rebase to dev? #1084

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