Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

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
#8448 by bertrandhaut was closed Mar 7, 2015 Loading… 0.16.0
ENH: add the parameter dropna to the function to_dict. Enhancement Output-Formatting __repr__ of pandas objects, to_string
#8385 by derDieDasJojo was closed May 9, 2015 Loading…
BUG: to_clipboard output formatting Bug Output-Formatting __repr__ of pandas objects, to_string
#8328 by klonuo was closed Sep 23, 2014 Loading… 0.15.0
BUG: DataFrame.to_html() fails when index=False and max_rows is specified IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
#8290 by onesandzeroes was closed May 9, 2015 Loading…
BUG: DataFrame.to_string ignores col_space when header=False Bug Output-Formatting __repr__ of pandas objects, to_string
#8233 by onesandzeroes was closed Sep 10, 2014 Loading… 0.15.0
ENH to_latex mi index will use & sep for levels Output-Formatting __repr__ of pandas objects, to_string
#8219 by hayd was merged Sep 14, 2014 Loading… 0.15.0
BUG: fixed df.info() output missing new line Output-Formatting __repr__ of pandas objects, to_string
#8114 by verhovsky was merged Sep 12, 2014 Loading… 0.15.0
Fix DataFrame.to_latex() midrule positioning with MultiIndex columns Bug Output-Formatting __repr__ of pandas objects, to_string
#7982 by shoyer was merged Aug 19, 2014 Loading… 0.15.0
Fix 7180 autodetect Bug Enhancement Output-Formatting __repr__ of pandas objects, to_string
#7691 by bjonen was closed Sep 18, 2014 Loading… 0.15.0
ENH: dataframe memory usage Output-Formatting __repr__ of pandas objects, to_string Performance Memory or execution speed performance
#7619 by asobrien was merged Oct 5, 2014 Loading… 0.15.0
API: DatetimeIndex and PeriodIndex have same representation Datetime Datetime data dtype Output-Formatting __repr__ of pandas objects, to_string Period Period data type
#7602 by sinhrks was merged Jun 29, 2014 Loading… 0.14.1
Deprecate detection of IPython frontends Output-Formatting __repr__ of pandas objects, to_string
#7499 by takluyver was merged Jun 24, 2014 Loading… 0.14.1
BUG: multi-index output formatting is buggy (GH7174) Bug MultiIndex Output-Formatting __repr__ of pandas objects, to_string
#7232 by bjonen was merged May 25, 2014 Loading… 0.14.0
ENH: Change truncation ellispsis to unicode character Enhancement Output-Formatting __repr__ of pandas objects, to_string
#7167 by bjonen was closed Jan 18, 2015 Loading… 0.16.0
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…
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
#7130 by TomAugspurger was merged May 14, 2014 Loading… 0.14.0
BUG: Escape < and > in info _repr_html_ Output-Formatting __repr__ of pandas objects, to_string
#7110 by TomAugspurger was closed May 13, 2014 Loading… 0.14.0
Tidy representation when truncating dfs Enhancement Output-Formatting __repr__ of pandas objects, to_string
#7086 by bjonen was merged May 16, 2014 Loading… 0.14.0
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
#7075 by filmor was merged May 8, 2014 Loading… 0.14.0
Refactoring: DataFrameWidget(QWidget) -> DataFrameWidget(QTableView) Output-Formatting __repr__ of pandas objects, to_string Visualization plotting
#7021 by rominf was closed Jan 25, 2015 Loading… 0.16.0
PyQt 5 support added Output-Formatting __repr__ of pandas objects, to_string Visualization plotting
#7020 by rominf was closed Jan 25, 2015 Loading…
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
#7005 by michaelaye was closed Jan 18, 2015 Loading… 0.16.0
ProTip! Adding no:label will show everything without a label.