-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
REF: share Index subclass formatting code Index Related to the Index class or subclasses Output-Formatting __repr__ of pandas objects, to_string Refactor Internal refactoring of code
REF: extract params used in DataFrame.__repr__ Output-Formatting __repr__ of pandas objects, to_string Refactor Internal refactoring of code
TST: added test for to_string when max_rows is zero (GH35394) Output-Formatting __repr__ of pandas objects, to_string Testing pandas testing functions or related to the test suite
ENH: read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string Styler conditional formatting using DataFrame.style
max_rows max_cols kw for Styler.to_html + styler.options Enhancement IO HTML REF: format_object_attrs -> Index._format_attrs Index Related to the Index class or subclasses Output-Formatting __repr__ of pandas objects, to_string Refactor Internal refactoring of code
TST: Check float format in object column (#35603) Output-Formatting __repr__ of pandas objects, to_string Testing pandas testing functions or related to the test suite
REF: de-duplicate _format_attrs Index Related to the Index class or subclasses Output-Formatting __repr__ of pandas objects, to_string Refactor Internal refactoring of code
FMT: trim redundant freqstr from PeriodIndex __repr__ Index Related to the Index class or subclasses Output-Formatting __repr__ of pandas objects, to_string Period Period data type
BUG: to_string truncation row with index=False Output-Formatting __repr__ of pandas objects, to_string
BUG: to_string truncation column with index=False Output-Formatting __repr__ of pandas objects, to_string
Backport PR #40850 on branch 1.2.x (REGR: object column repr not respecting float format) Output-Formatting __repr__ of pandas objects, to_string
REGR: object column repr not respecting float format Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
IntervalIndex/IntervalArray __repr__ remove redundant closed Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
Backport PR #38759 on branch 1.2.x (BUG: float-like string, trailing 0 truncation) Output-Formatting __repr__ of pandas objects, to_string
BUG: float-like string, trailing 0 truncation Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
Iloc truncates single-column dataframe with extension arrays ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves Output-Formatting __repr__ of pandas objects, to_string Stale Testing pandas testing functions or related to the test suite
#38750 by luijkr was closed Feb 11, 2021 Loading…
4 tasks
BUG: Fix Index.__repr__ when __repr__ of pandas objects, to_string
display.max_seq_items = 1 Bug Output-Formatting BUG: DataFrame.to_markdown with an empty frame Dependencies Required and optional dependencies Output-Formatting __repr__ of pandas objects, to_string
[#38390] Bug fix for Datetime64Formatter with values of ndim > 1 ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string Stale
#38391 by BryanCutler was closed Mar 9, 2021 Loading…
5 tasks done
BUG: CategoricalDtype.__repr__ with RangeIndex categories Categorical Categorical Data Type Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
TST: string representation of IntervalIndex Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
TST/REF: collect Index formatting tests Index Related to the Index class or subclasses Output-Formatting __repr__ of pandas objects, to_string Testing pandas testing functions or related to the test suite
BUG: DataFrame.to_html ignores formatters IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
REF: simplify dt64 formatter functions Clean Output-Formatting __repr__ of pandas objects, to_string
TST: parametrize test_info Output-Formatting __repr__ of pandas objects, to_string Testing pandas testing functions or related to the test suite
ProTip! no:milestone will show everything without a milestone.