-
- 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: to_latex() output broken when the index has a name (GH10660) Bug IO LaTeX to_latex 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
ENH: Added DataFrame.round and associated tests API Design 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
BUG: Categorical doesn't show tzinfo properly Bug Output-Formatting __repr__ of pandas objects, to_string
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
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
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
BUG: display.precision options seems off-by-one (GH10451) Bug Output-Formatting __repr__ of pandas objects, to_string
Add override_header_style option to data_frame.to_excel() IO Excel read_excel, to_excel Output-Formatting __repr__ of pandas objects, to_string
#9978 by legolin was closed Jul 28, 2015 Loading… updated Jul 28, 2015
Fixed latex output for multi-indexed dataframes - GH9778 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: GH10209 fix bug where date_format in to_csv is sometimes ignored Output-Formatting __repr__ of pandas objects, to_string
PERF: write basic datetimes faster IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string Performance Memory or execution speed performance
BUG: consistent datetime display format with < ms #10170 Bug Output-Formatting __repr__ of pandas objects, to_string
BUG: categorical doesn't handle display.width of None in Python 3 (GH10087) Bug Output-Formatting __repr__ of pandas objects, to_string
Index repr changes to make them consistent Indexing Related to indexing on series/frames, not to indexes themselves Output-Formatting __repr__ of pandas objects, to_string
Applying max_colwidth to the DataFrame index (#7856) Bug Output-Formatting __repr__ of pandas objects, to_string
add/delete str/dt/cat dynamically from __dir__ (fix for #9627) Output-Formatting __repr__ of pandas objects, to_string
ENH: repr now shows index name #6482 Enhancement Output-Formatting __repr__ of pandas objects, to_string
Add DataFrame.view() to display contents interactively. Output-Formatting __repr__ of pandas objects, to_string
#9191 by wavexx was closed Mar 29, 2015 Loading… updated Mar 29, 2015
ENH: Corrects to_html print spacing GH4987 IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.