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: consistent to_numpy behaviour for tz-aware #1305

Merged
merged 12 commits into from
Nov 2, 2024

Conversation

MarcoGorelli
Copy link
Member

@MarcoGorelli MarcoGorelli commented Nov 2, 2024

closes #4

What type of PR is this? (check all applicable)

  • πŸ’Ύ Refactor
  • ✨ Feature
  • πŸ› Bug Fix
  • πŸ”§ Optimization
  • πŸ“ Documentation
  • βœ… Test
  • 🐳 Other

Related issues

  • Related issue #
  • Closes #

Checklist

  • Code follows style guide (ruff)
  • Tests added
  • Documented the changes

If you have comments or can explain your changes, please do so below.

@github-actions github-actions bot added the fix label Nov 2, 2024
Copy link
Member

@FBruzzesi FBruzzesi left a comment

Choose a reason for hiding this comment

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

Left a couple of non-blocking comments about style πŸ˜‡

@MarcoGorelli this is how I imagine your morning working with time-zones:

LoveYouAndHateYouAtTheSameTimeFabolousGIF

narwhals/_pandas_like/dataframe.py Outdated Show resolved Hide resolved
narwhals/_pandas_like/dataframe.py Outdated Show resolved Hide resolved
@MarcoGorelli
Copy link
Member Author

πŸ˜„ awesome, thanks for your review!

@MarcoGorelli MarcoGorelli merged commit 0ec5e00 into narwhals-dev:main Nov 2, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

to_numpy: make sure to not return object dtype for nullable dtypes for pandas pre 2.2.0
2 participants