-
- 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
pyperclip upgrade IO Data IO issues that don't fit into a more specific label Output-Formatting __repr__ of pandas objects, to_string
Repeat headings every n-th row in Jupyter-lab notebook API Design IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
#28091 by elisamalzoni was closed Aug 26, 2019 Loading…
5 tasks
Add Series._repr_html_ IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
#27228 by mrocklin was closed Oct 11, 2019 Loading…
3 of 4 tasks
REF: remove special-casing for internal EAs from format_array ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#26965 by simonjayhawkins was closed Aug 28, 2019 Loading…
3 tasks
TST: test custom _formatter for ExtensionArray + revert ExtensionArrayFormatter removal ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#26845 by jorisvandenbossche was merged Jun 14, 2019 Loading…
DEPR: deprecate notebook argument in DataFrame.to_html() Deprecate Functionality to remove in pandas IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
to_html formatter not called for float values in a mixed-type column IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
REF: handling of max_colwidth parameter Output-Formatting __repr__ of pandas objects, to_string
#25977 by simonjayhawkins was closed Aug 28, 2019 • Draft
4 tasks
BUG: Display precision doesn't affect complex float numbers #25514 Numeric Operations Arithmetic, Comparison, and Logical operations Output-Formatting __repr__ of pandas objects, to_string
BUG: Fix to_string output when using header keyword arg (#16718) IO LaTeX to_latex Output-Formatting __repr__ of pandas objects, to_string
ENH: .to_latex(longtable=True) latex caption and label support Output-Formatting __repr__ of pandas objects, to_string
#25339 by jeschwar was closed Feb 25, 2019 Loading…
1 of 4 tasks
Fix #25099 set na_rep values before converting to string to prevent data truncation Bug ExtensionArray Extending pandas with custom dtypes or arrays. IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Output-Formatting __repr__ of pandas objects, to_string
BUG: on .to_string(index=False) Output-Formatting __repr__ of pandas objects, to_string
#25000 by charlesdong1991 was closed Jul 15, 2019 Loading…
4 tasks
Feature/groupby repr ellipses 1135 Groupby Output-Formatting __repr__ of pandas objects, to_string
#24853 by benjaminarjun was closed Jul 11, 2019 Loading…
4 tasks
BUG: Index Name is not displayed with header=False in to_csv IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string
#24840 by charlesdong1991 was closed Jun 27, 2019 Loading…
4 tasks
Added extra info section to EA repr ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#24279 by TomAugspurger was closed Jun 8, 2019 Loading…
BUG: Fix line_terminator option IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string
#23608 by BenRussert was closed Jan 29, 2019 Loading…
2 tasks done
ENH: better MultiIndex.__repr__ Enhancement MultiIndex Output-Formatting __repr__ of pandas objects, to_string
Shorter MultiIndex representation Enhancement MultiIndex Output-Formatting __repr__ of pandas objects, to_string
#21145 by topper-123 was closed Aug 26, 2018 Loading…
4 tasks done
PERF: Speedup in printing DataFrames of long strings Output-Formatting __repr__ of pandas objects, to_string Performance Memory or execution speed performance
#21110 by david-liu-brattle-1 was closed Jun 19, 2018 Loading…
DOC: update the pandas.core.generic.NDFrame.to_clipboard docstring Docs Output-Formatting __repr__ of pandas objects, to_string
CLN: Preliminary formatter refactor Clean IO CSV read_csv, to_csv IO HTML read_html, to_html, Styler.apply, Styler.applymap IO LaTeX to_latex Output-Formatting __repr__ of pandas objects, to_string
Latex bugs IO LaTeX to_latex Output-Formatting __repr__ of pandas objects, to_string
#20032 by shangyian was closed Nov 1, 2018 Loading…
3 of 4 tasks
Conform Series.to_csv to DataFrame.to_csv API Design IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string
#19745 by dahlbaek was closed Jul 25, 2018 Loading…
3 of 4 tasks
repr string for pd.Grouper Enhancement Groupby Output-Formatting __repr__ of pandas objects, to_string
#17727 by topper-123 was closed Nov 9, 2017 Loading…
2 tasks
ProTip! Type g i on any issue or pull request to go back to the issue listing page.