-
- 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
ENH: Conditional HTML Formatting IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
ENH: dataframe memory usage Output-Formatting __repr__ of pandas objects, to_string Performance Memory or execution speed performance
Tidy representation when truncating dfs Enhancement 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
DEPR: Warn about Series.to_csv signature alignment API Design Deprecate Functionality to remove in pandas IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string
#21868 by gfyoung was closed Jul 25, 2018 Loading…
FIX: Fix problems with Series text representation. Bug Output-Formatting __repr__ of pandas objects, to_string
ENH: Added DataFrame.round and associated tests API Design Output-Formatting __repr__ of pandas objects, to_string
[READY] Improved performance of __repr__ of pandas objects, to_string Performance Memory or execution speed performance Stale
Period's default formatter (period_format) Output-Formatting BUG: Fix describe(): percentiles (#13104), col index (#13288) Bug 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: 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
ENH (GH6568) Add option info_verbose API Design 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
Add an 'escape' keyword to DataFrame.to_latex Enhancement Output-Formatting __repr__ of pandas objects, to_string
Style display format IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
DOC/API: Styler documentation changes Docs IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
ENH: including offset/freq in Timestamp repr (#4553) 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
Fix segfault with printing dataframe Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
REF: remove ExtensionArrayFormatter Output-Formatting __repr__ of pandas objects, to_string Refactor Internal refactoring of code
API: DataFrame.to_csv formatting parameters for float indexes API Design Indexing Related to indexing on series/frames, not to indexes themselves Output-Formatting __repr__ of pandas objects, to_string
style.bar: add support for axis=None (tablewise application instead of rowwise or columnwise) IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
ENH: #8750 add Series support for to_html and _repr_html_ IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
#10300 by lexual was closed Jul 21, 2016 Loading…
Add support of 'decimal' option to Series.to_csv and Dataframe.to_csv IO CSV read_csv, to_csv IO Data IO issues that don't fit into a more specific label Output-Formatting __repr__ of pandas objects, to_string
Previous Next
ProTip! Filter pull requests by the default branch with base:main.