-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Jupyter Notebook displays Series VERY slowly #18137
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
Could you make a reproducible by generating the data randomly? |
Apparently not! When I try to replicate this with randomise data, |
I ran this in the same Jupyter Notebook
All prints/displays performed well. Are there any attributes/functions/info that I can run on the two DataFrames to compare them and debug? FYI: I have experienced this issue before in other notebooks, with other, but similar types of data. |
Accidentally closed. My apologies. |
Is there anything else I should do to help debug this? |
Nothing comes to mind.
…________________________________
From: JoshuaC3 <[email protected]>
Sent: Wednesday, November 8, 2017 6:19:21 AM
To: pandas-dev/pandas
Cc: Tom Augspurger; Comment
Subject: Re: [pandas-dev/pandas] Jupyter Notebook displays Series VERY slowly (#18137)
Is there anything else I should do to help debug this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#18137 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABQHIqzu1YnUYFwBM_Z1z_zNEsBjpo0Sks5s0ZxJgaJpZM4QS-S3>.
|
do a prun on the problematic and ok ones |
A notebook restart has solved this issue. I have had this problem before in other notebooks however. I will run the above when I see this problem arise again. Is it ok to leave this open until then or close and re-open when I re-discover it? |
I have same issue. How to reproduce:
if you just run |
Thanks for the reproducible example. I've added to the first post. Anyone have time to look into where things are slow? |
Fixed by #20834 I think. LMK if not. |
I no longer get this issue. I have updated a lot of things a lot of times so couldn't pin it to any one thing. Thanks :) |
Code Sample
Problem description
In the Jupyter notebook, displaying a
pd.Series
is VERY slow. It is displays quicker when kept as apd.DataFrame
but is of course more verbose.Expected Output
A pd.Series display/print out at reasonable speeds.
Output of
pd.show_versions()
INSTALLED VERSIONS
commit: None
python: 3.5.4.final.0
python-bits: 64
OS: Windows
OS-release: 7
machine: AMD64
processor: Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
byteorder: little
LC_ALL: None
LANG: None
LOCALE: None.None
pandas: 0.21.0
pytest: 3.2.1
pip: 9.0.1
setuptools: 36.2.4
Cython: 0.26
numpy: 1.13.3
scipy: 0.19.1
pyarrow: None
xarray: None
IPython: 5.3.0
sphinx: 1.6.3
patsy: 0.4.1
dateutil: 2.6.1
pytz: 2017.3
blosc: None
bottleneck: 1.2.1
tables: 3.4.2
numexpr: 2.6.2
feather: None
matplotlib: 2.0.0
openpyxl: 2.5.0a2
xlrd: 1.0.0
xlwt: 1.2.0
xlsxwriter: 0.9.8
lxml: 3.8.0
bs4: 4.6.0
html5lib: 0.9999999
sqlalchemy: 1.1.13
pymysql: 0.7.9.None
psycopg2: None
jinja2: 2.9.6
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: 0.4.0
The text was updated successfully, but these errors were encountered: