-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: #47350 if else added to add NaT for missing time values #47647
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
Conversation
…is missing. This will add NaT data for missing time period.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not really sure what you are trying to fix. please add a relevant test that fails w/o a change.
Hi, I tried to fix bug #47350. Would you explain more about |
Please review https://pandas.pydata.org/pandas-docs/stable/development/contributing_codebase.html#contributing-to-the-code-base for instructions on how to submit a pull request so that the team understands the changes |
I checked most of the rules in the link. I don't know why most of the Ubuntu, windows and macos get error? Should I compile with any special parameters? Any idea @mroeschke @jreback |
From the logs, it appears your code change broke existing unit tests https://github.com/pandas-dev/pandas/runs/7309922086?check_suite_focus=true |
@mroeschke @jreback |
Ideally all tests should still be passing even when the code fix is made. |
@mroeschke Irrelevant codes reverted. |
Appears you will need to merge in the main branch too. |
Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen. |
Thank you, I would like to continue working on this bug. I was busy recently, but now really this bug is food for thought for me. I want to start working on it again. |
Thank you for reopening. |
Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen. |
If else added to add NaT rows for missing time values.