-
- 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
FIX: Fix problems with Series text representation. Bug Output-Formatting __repr__ of pandas objects, to_string
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
Refactoring: DataFrameWidget(QWidget) -> DataFrameWidget(QTableView) Output-Formatting __repr__ of pandas objects, to_string Visualization plotting
BUG: StataWriter uses incorrect string length Bug IO Stata read_stata, to_stata Output-Formatting __repr__ of pandas objects, to_string
ENH: Change truncation ellispsis to unicode character Enhancement Output-Formatting __repr__ of pandas objects, to_string
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… updated Jan 18, 2015
API: Datetime-like indexes Datetime data dtype Output-Formatting __repr__ of pandas objects, to_string
summary should output the same format Datetime 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
BUG: Prevent index header column from being added on MultiIndex when ind... IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
ENH: provide a null_counts keyword to df.info() to force showing of null counts API Design Output-Formatting __repr__ of pandas objects, to_string
[ENH] Add orient argument and split option to to_dict. (GH7840) API Design IO JSON read_json, to_json, json_normalize Output-Formatting __repr__ of pandas objects, to_string Reshaping Concat, Merge/Join, Stack/Unstack, Explode
ENH: dataframe memory usage Output-Formatting __repr__ of pandas objects, to_string Performance Memory or execution speed performance
ENH to_latex mi index will use & sep for levels Output-Formatting __repr__ of pandas objects, to_string
BUG: fixed df.info() output missing new line Output-Formatting __repr__ of pandas objects, to_string
BUG: DataFrame.to_string ignores col_space when header=False Bug Output-Formatting __repr__ of pandas objects, to_string
Fix DataFrame.to_latex() midrule positioning with MultiIndex columns Bug 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
BUG: Regression in the display of a MultiIndexed Series with display.max_rows (GH7101) Bug 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
BUG: multi-index output formatting is buggy (GH7174) Bug MultiIndex 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
ENH (GH6568) Add option info_verbose API Design Output-Formatting __repr__ of pandas objects, to_string
ProTip! Mix and match filters to narrow down what you’re looking for.