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

Fix BUG: DataFrame.shift with freq on empty DataFrames #60122

Closed
wants to merge 3 commits into from

Conversation

lfffkh
Copy link
Contributor

@lfffkh lfffkh commented Oct 29, 2024

This PR addresses the issue where DataFrame.shift with freq on an empty DataFrame doesn't shift the index.

Discussion:
I’m a beginner, and I’m not entirely sure if my changes meet the community’s standards. If there are any areas where my modifications could be improved or aren’t quite right, I would be very grateful for any feedback you can provide. I’m eager to learn and make adjustments as needed. Thanks for your understanding!

@lfffkh lfffkh closed this Oct 29, 2024
@lfffkh lfffkh deleted the newfeature branch October 29, 2024 06:38
@lfffkh lfffkh reopened this Oct 29, 2024
@lfffkh lfffkh requested a review from mroeschke as a code owner October 29, 2024 06:53
@lfffkh lfffkh closed this Oct 29, 2024
@lfffkh lfffkh restored the newfeature branch October 29, 2024 07:13
@lfffkh lfffkh deleted the newfeature branch October 29, 2024 08:04
@lfffkh lfffkh restored the newfeature branch October 29, 2024 08:04
@lfffkh lfffkh reopened this Oct 29, 2024
@lfffkh lfffkh marked this pull request as draft October 29, 2024 08:28
@lfffkh
Copy link
Contributor Author

lfffkh commented Oct 29, 2024

I apologize for mistakenly selecting the option to request a merge. I know there are still issues with my code and it cannot be merged, but I accidentally clicked the option to request a merge.And I don't know what I can do now.

@lfffkh lfffkh reopened this Oct 29, 2024
@lfffkh lfffkh closed this Oct 31, 2024
@lfffkh lfffkh deleted the newfeature branch November 6, 2024 04:55
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.

BUG: Frequency shift on empty DataFrame doesn't shift index
1 participant