Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Pandas Series should provide to_excel method #8825
Comments
jreback
added API Design Compat Excel
labels
Nov 15, 2014
jreback
added this to the
0.16.0
milestone
Nov 15, 2014
|
ok, current work-around is:
pulll-requests welcome |
jreback
modified the milestone: 0.16.0, Next Major Release
Mar 6, 2015
scls19fr
added a commit
to scls19fr/pandas
that referenced
this issue
Dec 1, 2016
|
|
scls19fr |
8a2cd85
|
scls19fr
added a commit
to scls19fr/pandas
that referenced
this issue
Dec 2, 2016
|
|
scls19fr |
df02b00
|
scls19fr
added a commit
to scls19fr/pandas
that referenced
this issue
Dec 4, 2016
|
|
scls19fr |
4353531
|
scls19fr
added a commit
to scls19fr/pandas
that referenced
this issue
Dec 4, 2016
|
|
scls19fr |
0ab4876
|
jorisvandenbossche
modified the milestone: 0.20.0, Next Major Release
Dec 5, 2016
jorisvandenbossche
closed this
in #14780
Dec 5, 2016
jorisvandenbossche
added a commit
that referenced
this issue
Dec 5, 2016
|
|
scls19fr + jorisvandenbossche |
b3dd9ba
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scls19fr commentedNov 15, 2014
Hello,
Pandas Series provide
to_csvmethod but they doesn't provideto_excelmethod.Adding
to_excelwill avoid user to convert apandas.core.series.Seriesto apandas.core.frame.DataFramein order to output Excel fileDataFrames provide
Series provide
Kind regards