-
- 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
DEPR: remove display.line_width and display.height as old prior deprecations Deprecate Functionality to remove in pandas Output-Formatting __repr__ of pandas objects, to_string
REF: refactor/cleanup of CSSToExcelConverter IO Excel read_excel, to_excel IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
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
TST: string representation of IntervalIndex Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
BUG: render dataframe as html do not produce duplicate element id's (#16780) IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
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 REGR: Fixed truncation with na_rep IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
BUG: to_string truncation column with index=False Output-Formatting __repr__ of pandas objects, to_string
BUG (output formatting): use fixed with for truncation column instead of inferring from last column Bug Output-Formatting __repr__ of pandas objects, to_string
Fix df.to_csv() for string arrays when encoded in utf-8 IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string
BUG: show time values in repr of high precision DatetimeIndex Datetime Datetime data dtype Output-Formatting __repr__ of pandas objects, to_string
MAINT: Drop line_width and height from options Clean Output-Formatting __repr__ of pandas objects, to_string
[#33770] bug fix to prevent ExtensionArrays from crashing Series.__repr__() Bug ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
BUG: display.precision of negative complex numbers Bug Complex Complex Numbers Output-Formatting __repr__ of pandas objects, to_string
API Change repr name for table schema IO JSON read_json, to_json, json_normalize Output-Formatting __repr__ of pandas objects, to_string
EHN: to_csv compression accepts file-like object IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string
API: Return Index from DatetimeIndex/PeriodIndex.strftime API Design Datetime Datetime data dtype Output-Formatting __repr__ of pandas objects, to_string Period Period data type
CI: Fix IPython Tab Completion test async warning Output-Formatting __repr__ of pandas objects, to_string Testing pandas testing functions or related to the test suite
CLN, TYP: Factor out part of info Clean Dtype Conversions Unexpected or buggy dtype conversions Output-Formatting __repr__ of pandas objects, to_string
BUG-25061 fix printing indices with NaNs Categorical Categorical Data Type Output-Formatting __repr__ of pandas objects, to_string
Previous Next
ProTip! Updated in the last three days: updated:>2025-11-28.