-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Add tests for repr(pd.Period)
#53000
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
Labels
Needs Tests
Unit test(s) needed to prevent regressions
Output-Formatting
__repr__ of pandas objects, to_string
Period
Period data type
Comments
smarie
pushed a commit
to smarie/pandas
that referenced
this issue
Apr 29, 2023
repr(pd.Period)
repr(pd.Period)
MarcoGorelli
pushed a commit
that referenced
this issue
May 5, 2023
* Added tests for period str and repr. Fixes #53000 * Removed commented params in test, improved test for repr, and blackened. * Better tests * Moved the two independent tests into parametrized test --------- Co-authored-by: Sylvain MARIE <[email protected]>
topper-123
pushed a commit
to topper-123/pandas
that referenced
this issue
May 7, 2023
* Added tests for period str and repr. Fixes pandas-dev#53000 * Removed commented params in test, improved test for repr, and blackened. * Better tests * Moved the two independent tests into parametrized test --------- Co-authored-by: Sylvain MARIE <[email protected]>
Rylie-W
pushed a commit
to Rylie-W/pandas
that referenced
this issue
May 19, 2023
* Added tests for period str and repr. Fixes pandas-dev#53000 * Removed commented params in test, improved test for repr, and blackened. * Better tests * Moved the two independent tests into parametrized test --------- Co-authored-by: Sylvain MARIE <[email protected]>
Daquisu
pushed a commit
to Daquisu/pandas
that referenced
this issue
Jul 8, 2023
* Added tests for period str and repr. Fixes pandas-dev#53000 * Removed commented params in test, improved test for repr, and blackened. * Better tests * Moved the two independent tests into parametrized test --------- Co-authored-by: Sylvain MARIE <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Needs Tests
Unit test(s) needed to prevent regressions
Output-Formatting
__repr__ of pandas objects, to_string
Period
Period data type
@MarcoGorelli suggested in #51459 (review) to add more tests for Period repr before #51459 can be merged.
The text was updated successfully, but these errors were encountered: