-
- 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
Style display format IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
ENH: formatting integers in FloatIndex as floats Clean Output-Formatting __repr__ of pandas objects, to_string
BUG: option to avoid latex in qtconsole #12182 IO LaTeX to_latex Output-Formatting __repr__ of pandas objects, to_string
NaT.isoformat() returns 'NaT'. Datetime Datetime data dtype Output-Formatting __repr__ of pandas objects, to_string
ENH decimal parameter to to_latex and to_html, #12031 API Design Compat pandas objects compatability with Numpy or Python functions IO CSV read_csv, to_csv IO LaTeX to_latex Output-Formatting __repr__ of pandas objects, to_string
Add a free-form summary function to describe a dataframe (in the vein of R) Output-Formatting __repr__ of pandas objects, to_string
#12476 by vii was closed May 7, 2016 Loading…
1 task
BUG: Mixed period cannot be displayed with ValueError Bug Output-Formatting __repr__ of pandas objects, to_string Period Period data type
BUG: GH12622 where pprint of Timestamp in nested structure fails Output-Formatting __repr__ of pandas objects, to_string
BUG: Sparse misc fixes including __repr__ Bug Indexing Related to indexing on series/frames, not to indexes themselves Output-Formatting __repr__ of pandas objects, to_string Sparse Sparse Data Type
ENH: multiindex formatting Compat pandas objects compatability with Numpy or Python functions Output-Formatting __repr__ of pandas objects, to_string
#12929 by jreback was closed Aug 26, 2016 Loading…
BUG: Added checks for NaN in __call__ of EngFormatter Bug Output-Formatting __repr__ of pandas objects, to_string
BUG: Misc fixes for SparseSeries indexing with MI Bug Indexing Related to indexing on series/frames, not to indexes themselves Output-Formatting __repr__ of pandas objects, to_string Sparse Sparse Data Type
DOC/API: Styler documentation changes Docs IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
improves usability of style calls on axis=1 by automatically creating… Bug Output-Formatting __repr__ of pandas objects, to_string
#13273 by perryvais was closed Mar 28, 2017 Loading…
4 tasks
BUG: Fix describe(): percentiles (#13104), col index (#13288) Bug Output-Formatting __repr__ of pandas objects, to_string
BUG: DataFrame.to_string with formatters, header and index False Bug Output-Formatting __repr__ of pandas objects, to_string
#13350 by chiroptical was closed Sep 10, 2016 Loading…
3 tasks done
BUG: Fix csv.QUOTE_NONNUMERIC quoting in to_csv IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string
Fix missing not in format._put_lines Output-Formatting __repr__ of pandas objects, to_string
#13552 by limx0 was closed Aug 17, 2016 Loading…
BUG: Datetime64Formatter not respecting Datetime data dtype IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
formatter Datetime BUG: fix precision to specify decimal places Bug Output-Formatting __repr__ of pandas objects, to_string
#13897 by drewrey was closed Dec 26, 2016 Loading…
3 of 4 tasks
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
Fixed to_string with line_width and without index Bug Output-Formatting __repr__ of pandas objects, to_string
ENH: add parameter to to_html for HTML border IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
ProTip! Type g i on any issue or pull request to go back to the issue listing page.