Skip to content

Fix Missing Values in Pandas Lecture#249

Merged
mmcky merged 2 commits intomainfrom
fix-pandas-dt
Nov 2, 2022
Merged

Fix Missing Values in Pandas Lecture#249
mmcky merged 2 commits intomainfrom
fix-pandas-dt

Conversation

@HumphreyYang
Copy link
Copy Markdown
Member

@HumphreyYang HumphreyYang commented Nov 2, 2022

Hi @mmcky,

This PR resolves #246. The issue is quite trivial and hidden in the for loop. It seems that yfinance changed to date + time index and the Japanese market has different closing times from the US market, which leads to inconsistency in the index.

After updating the index to only dates, the issue is resolved.

Could you please kindly review the change and merge it if it looks good to you?

Many thanks!

@HumphreyYang HumphreyYang marked this pull request as draft November 2, 2022 05:29
@github-actions github-actions Bot temporarily deployed to commit November 2, 2022 05:41 Inactive
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 2, 2022

@HumphreyYang HumphreyYang marked this pull request as ready for review November 2, 2022 05:44
@HumphreyYang HumphreyYang requested a review from mmcky November 2, 2022 05:44
Copy link
Copy Markdown
Contributor

@mmcky mmcky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love your work. Thanks @HumphreyYang

@mmcky mmcky merged commit 16ffaa3 into main Nov 2, 2022
@mmcky mmcky deleted the fix-pandas-dt branch November 2, 2022 05:51
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.

Data from yfinance is Missing in Pandas Exercise Solutions

2 participants