Skip to content

Fixed Period and PeriodIndex formatting #46361

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

Merged
merged 17 commits into from
Mar 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed useless import
  • Loading branch information
Sylvain MARIE committed Mar 15, 2022
commit bfbe09451f089ec3130ba4d9d7778b3de47124e9
5 changes: 1 addition & 4 deletions pandas/tests/io/formats/test_format.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
"""
Test output formatting for Series/DataFrame, including to_string & reprs
"""
from datetime import (
datetime,
time,
)
from datetime import datetime
from io import StringIO
import itertools
from operator import methodcaller
Expand Down