-
- 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
BUG: na_rep given precedence in to_html Bug IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
#13911 by agraboso was closed Feb 27, 2017 Loading…
4 tasks done
DOC: Adding example to head and tail method (#16416) Docs Output-Formatting __repr__ of pandas objects, to_string
fixed bug where pd.NA was being cast to NaN during formatting Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Output-Formatting __repr__ of pandas objects, to_string
BUG: do not replace all nulls with "NaN"-string in Series index Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Output-Formatting __repr__ of pandas objects, to_string
REGR: Notebook (html) repr of DataFrame no longer follows min_rows/max_rows settings IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
BUG: Fix float formatting when a string is passed as float_format arg Output-Formatting __repr__ of pandas objects, to_string
to_html formatter not called for float values in a mixed-type column (2) IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
#26000 by simonjayhawkins was closed Jul 2, 2019 Loading…
4 tasks done
Added extra info section to EA repr ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#24279 by TomAugspurger was closed Jun 8, 2019 Loading…
BUG: GH #12223, GH #15262. Allow ints for names in MultiIndex Bug MultiIndex Output-Formatting __repr__ of pandas objects, to_string
FIX printing index with display.max_seq_items=None (GH10182) Bug Output-Formatting __repr__ of pandas objects, to_string
BUG: Added checks for NaN in __call__ of EngFormatter Bug 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
ENH: print DataFrame columns names at the end IO Data IO issues that don't fit into a more specific label Output-Formatting __repr__ of pandas objects, to_string
BUG: support dtypes in column_dtypes for to_records() Dtype Conversions Unexpected or buggy dtype conversions Enhancement Output-Formatting __repr__ of pandas objects, to_string
Fixed to_html ignoring index_names parameter IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
BUG: multi-index to_native_types is not passing thru parameters Bug MultiIndex Output-Formatting __repr__ of pandas objects, to_string
BUG: display.precision options seems off-by-one (GH10451) Bug Output-Formatting __repr__ of pandas objects, to_string
ENH: Add support for tablewise application of style.background_gradient with axis=None Enhancement Output-Formatting __repr__ of pandas objects, to_string
Refactor out libwriters, fix references to Timestamp, Timedelta Clean Output-Formatting __repr__ of pandas objects, to_string
DOC: update the pandas.core.generic.NDFrame.to_clipboard docstring Docs Output-Formatting __repr__ of pandas objects, to_string
BUG: Fix Index.__repr__ when __repr__ of pandas objects, to_string
display.max_seq_items = 1 Bug Output-Formatting TST: test custom _formatter for ExtensionArray + revert ExtensionArrayFormatter removal ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#26845 by jorisvandenbossche was merged Jun 14, 2019 Loading…
CLN: Preliminary formatter refactor Clean IO CSV read_csv, to_csv IO HTML read_html, to_html, Styler.apply, Styler.applymap IO LaTeX to_latex Output-Formatting __repr__ of pandas objects, to_string
CLN: Deprecate Index.summary (GH18217) Deprecate Functionality to remove in pandas Output-Formatting __repr__ of pandas objects, to_string
ProTip! Follow long discussions with comments:>50.