-
- 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: Remove the hardcoded border=1 in the to_html dataframe export. IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
Remove the special case for empty dataframes. IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
Make to_csv return a string if no path or buffer is provided. Enhancement IO CSV read_csv, to_csv 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: Allow use of longtable package in to_latex. Enhancement 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
BUG: _tidy_repr should not be called when max_rows is None Bug Output-Formatting __repr__ of pandas objects, to_string
ENH (GH6568) Add option info_verbose API Design Output-Formatting __repr__ of pandas objects, to_string
adding left and right view to DataFrame, equivalent to head() and tail() API Design Output-Formatting __repr__ of pandas objects, to_string Reshaping Concat, Merge/Join, Stack/Unstack, Explode
PyQt 5 support added Output-Formatting __repr__ of pandas objects, to_string Visualization plotting
#7020 by rominf was closed Jan 25, 2015 Loading…
Refactoring: DataFrameWidget(QWidget) -> DataFrameWidget(QTableView) Output-Formatting __repr__ of pandas objects, to_string Visualization plotting
Fix Xl(sx|wt)Writer always using date_format even if a datetime is supplied. Bug IO Excel read_excel, to_excel Output-Formatting __repr__ of pandas objects, to_string
Tidy representation when truncating dfs Enhancement Output-Formatting __repr__ of pandas objects, to_string
API: allow option truncate for display.show_dimensions to only show dimensions if truncated (GH6457) Output-Formatting __repr__ of pandas objects, to_string
BUG: Regression in the display of a MultiIndexed Series with display.max_rows (GH7101) Bug Output-Formatting __repr__ of pandas objects, to_string
API: change default for show_dimensions to 'truncate', related (GH7108, GH6547) API Design Output-Formatting __repr__ of pandas objects, to_string
BUG/API: info repr should honor display.max_info_columns Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version
improving df.to_csv performance IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string Performance Memory or execution speed performance
#7147 by michaelaye was closed Jan 18, 2015 Loading…
ENH: Change truncation ellispsis to unicode character Enhancement Output-Formatting __repr__ of pandas objects, to_string
BUG: multi-index output formatting is buggy (GH7174) Bug MultiIndex Output-Formatting __repr__ of pandas objects, to_string
API: DatetimeIndex and PeriodIndex have same representation Datetime Datetime data dtype Output-Formatting __repr__ of pandas objects, to_string Period Period data type
ENH: dataframe memory usage Output-Formatting __repr__ of pandas objects, to_string Performance Memory or execution speed performance
Previous Next
ProTip! no:milestone will show everything without a milestone.