-
- 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: display.precision options seems off-by-one (GH10451) Bug Output-Formatting __repr__ of pandas objects, to_string
Fix undesired UX behavior of DataFrame output in IPython Notebook IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
ENH: support .strftime for datetimelikes (closes #10086) Datetime Datetime data dtype Enhancement Output-Formatting __repr__ of pandas objects, to_string Strings String extension data type and string data
BUG: df.to_html(index=False) renders index.name Bug IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
BUG: Categorical doesn't show tzinfo properly Bug Output-Formatting __repr__ of pandas objects, to_string
DataFrame to dict with index orientation. API Design Output-Formatting __repr__ of pandas objects, to_string Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: Added DataFrame.round and associated tests API Design Output-Formatting __repr__ of pandas objects, to_string
ENH: Data formatting with unicode length Output-Formatting __repr__ of pandas objects, to_string Unicode Unicode strings
BUG: to_latex() output broken when the index has a name (GH10660) Bug IO LaTeX to_latex Output-Formatting __repr__ of pandas objects, to_string
BUG: remove midrule in latex output with header=False IO LaTeX to_latex Output-Formatting __repr__ of pandas objects, to_string
Use set literal syntax for set prettyprinting Output-Formatting __repr__ of pandas objects, to_string
REGR: change in output formatting for long floats/nan, #11302 Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
BUG: astype(str) on datetimelike index #10442 Datetime Datetime data dtype Dtype Conversions Unexpected or buggy dtype conversions Output-Formatting __repr__ of pandas objects, to_string
BUG: Fix to_dict() problem when using datetime DataFrame #11247 Bug Dtype Conversions Unexpected or buggy dtype conversions Output-Formatting __repr__ of pandas objects, to_string
ENH: Issue #2679. DataFrame.to_html() to create hyperlinks for valid URL... Enhancement IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
#9880 by tdas14 was closed Nov 2, 2015 Loading… updated Nov 2, 2015
Custom column formatters for HTML in IPython, e.g. can show np 2D-array as image IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
#9579 by d1manson was closed Nov 10, 2015 Loading… updated Nov 10, 2015
Checking for length of categories before doing string conversion. fix… Categorical Categorical Data Type Output-Formatting __repr__ of pandas objects, to_string Performance Memory or execution speed performance
PERF/DOC: Option to .info() and .memory_usage() to provide for deep introspection of memory consumption #11595 API Design Output-Formatting __repr__ of pandas objects, to_string
ENC: better pandas typesetting in ipython nbconvert --to latex (updated) IO LaTeX to_latex 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
TST: tests for outputing ambiguous times, #11619, fixed already in #11301 Dtype Conversions Unexpected or buggy dtype conversions IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string Testing pandas testing functions or related to the test suite Timezones Timezone data dtype
Bug#11637 fix to_csv Bug IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string
BUG: Fixed DataFrame info() for duplicated columns, GH11761 Bug Output-Formatting __repr__ of pandas objects, to_string
ProTip! no:milestone will show everything without a milestone.