-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DataFrame.to_excel with xlsxwriter and constant_memory makes most of the cells empty #15392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
xref #11355 This happens because pandas writes data column-by-column, where |
Thanks Chris |
import seaborn.apionly as sns |
What is needed to solve this? |
Hi, any updates ? |
I would still love this :) |
Uh oh!
There was an error while loading. Please reload this page.
Problem description
Hello,
When we export data frames to excel using
xlsxwriter
with the optionconstant_memory
set toTrue
, most of the cells are empty.Thanks a lot
Code Sample
Output of
pd.show_versions()
pandas: 0.19.2
nose: 1.3.7
pip: 9.0.1
setuptools: 34.1.1
Cython: 0.25.2
numpy: 1.12.0
scipy: 0.18.1
statsmodels: 0.6.1
xarray: None
IPython: 5.2.2
sphinx: 1.5.2
patsy: 0.4.1
dateutil: 2.6.0
pytz: 2016.10
blosc: None
bottleneck: 1.2.0
tables: 3.3.0
numexpr: 2.6.2
matplotlib: 2.0.0
openpyxl: None
xlrd: 1.0.0
xlwt: 1.2.0
xlsxwriter: 0.9.6
lxml: None
bs4: 4.5.3
html5lib: 0.9999999
httplib2: None
apiclient: None
sqlalchemy: None
pymysql: None
psycopg2: 2.6.2 (dt dec pq3 ext lo64)
jinja2: 2.9.5
boto: None
pandas_datareader: None
The text was updated successfully, but these errors were encountered: