-
-
Notifications
You must be signed in to change notification settings - Fork 19k
BUG: GH29461 strftime() with nanoseconds for Timestamp #34317
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
Closed
Closed
Changes from 6 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
12d0b4d
TST: GH28813 test .diff() on Sparse dtype
matteosantama 02c4a85
TST: GH28813 test .diff() on Sparse dtype
matteosantama 7e3256b
TST: GH28813 pull sparse diff() test into its own function
matteosantama f00e48a
Merge branch 'sparse_diff'
matteosantama a90f928
Merge branch 'master' of https://github.com/pandas-dev/pandas
matteosantama 26a920c
BUG: GH29461 display nanoseconds with strftime()
matteosantama 3a529ac
BUG: GH29461 don't display nanoseconds in strftime if none exists for…
matteosantama d0124aa
update whatsnew doc
matteosantama 0c0aaf2
black formatting
matteosantama abdbe4e
remove trailing whitespace to conform to CI
matteosantama 97ae6b3
still trying to pass linting checks
matteosantama 1132aba
Merge branch 'master' of https://github.com/pandas-dev/pandas
matteosantama 0e42026
Merge branch 'master' of github.com:matteosantama/pandas into strftime
matteosantama ab0c9d4
Add strftime benchmarks
matteosantama 532b19c
Early exit strftime if no nanoseconds
matteosantama 88fba5e
Make loop more pythonic
matteosantama 2ac690c
Fix benchmark test
matteosantama 3b533c9
Remove whitespace
matteosantama f6ba1c9
Remove extra function call
matteosantama 07b27e2
Benchmark series.strftime()
matteosantama 4b57c4f
Merge branch 'master' of https://github.com/pandas-dev/pandas into st…
matteosantama d72222a
Use explicitly named parameters in testing
e920d20
Use regex for replacing %f
34db469
Clean up Timestamp._time_repr to use new strftime functionality
fbe286e
Commiting so I can merge master
54d30eb
Merge branch 'master' of https://github.com/pandas-dev/pandas into st…
90629c5
Use regex for replacing %f
821dfbb
Clean up _time_repr to use new strftime functionality
16b0f9f
Test for all datetime strftime directives
matteosantama b8565f2
Test for all datetime strftime directives
matteosantama File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.