-
Notifications
You must be signed in to change notification settings - Fork 87
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
Jupyter notebook null values that dont exist in source pandas dataframe #52
Comments
Hi, i cant seem to solve this after a week. Any suggestions? |
Can you provide a sample dataset that causes this issue? |
Hi nicolas, i tried with http://samplecsvs.s3.amazonaws.com/Sacramentorealestatetransactions.csv |
Hi frankquekch,
Hope it help. |
thanks looks good! |
Hi I wondered is there a way to add the % value labels for series onto the charts if doing % of row or columns? |
I also saw the null values on windows and the workaround of overriding the pivot_ui method worked for me. |
Still not solved, but workaround works! |
The pivot_ui function should be adapted to specify newline="\n" (instead of using the default "\r\n" on windows)
|
specify a newline="\n" to ensure that on windows the csv has not "\r\n" as otherwise pivottable will see rows with null values
Hi, i used pip install and had this same null error.
What is the solution?
packages under my pip list:
absl-py 0.7.1
altair 3.1.0
astor 0.8.0
attrs 19.1.0
backcall 0.1.0
bleach 3.1.0
bokeh 1.2.0
boto 2.48.0
certifi 2019.6.16
chardet 3.0.4
Click 7.0
colorama 0.4.1
cycler 0.10.0
decorator 4.4.0
defusedxml 0.6.0
entrypoints 0.3
Flask 1.1.0
gast 0.2.2
grpcio 1.21.1
h5py 2.9.0
idna 2.7
imageio 2.5.0
ipykernel 5.1.1
ipython 7.5.0
ipython-genutils 0.2.0
ipywidgets 7.4.2
itsdangerous 1.1.0
jedi 0.13.3
Jinja2 2.10.1
jsonschema 3.0.1
jupyter 1.0.0
jupyter-client 5.2.4
jupyter-console 6.0.0
jupyter-contrib-core 0.3.3
jupyter-contrib-nbextensions 0.5.1
jupyter-core 4.4.0
jupyter-highlight-selected-word 0.2.0
jupyter-latex-envs 1.4.6
jupyter-nbextensions-configurator 0.4.1
Keras-Applications 1.0.8
Keras-Preprocessing 1.1.0
kiwisolver 1.1.0
lime 0.1.1.29
lxml 4.3.3
Markdown 3.1.1
MarkupSafe 1.1.1
matplotlib 2.2.2
mistune 0.8.4
nbconvert 5.5.0
nbformat 4.4.0
networkx 2.3
notebook 5.7.8
numpy 1.14.3
packaging 19.0
pandas 0.24.1
pandocfilters 1.4.2
parso 0.4.0
pickleshare 0.7.5
Pillow 6.0.0
pip 19.1.1
pivottablejs 0.9.0
prometheus-client 0.6.0
prompt-toolkit 2.0.9
protobuf 3.8.0
Pygments 2.4.2
pynegv 0.45.5
pyodbc 4.0.24
pyparsing 2.4.0
pypiwin32 223
pyrsistent 0.15.2
python-certifi-win32 1.2
python-dateutil 2.7.3
pytz 2019.1
PyWavelets 1.0.3
pywin32 224
pywinpty 0.5.5
PyYAML 5.1
pyzmq 18.0.1
qgrid 1.1.1
qtconsole 4.5.1
requests 2.19.1
requests-negotiate-sspi 0.5.2
scikit-image 0.15.0
scikit-learn 0.20.2
scipy 1.1.0
seaborn 0.9.0
Send2Trash 1.5.0
setuptools 28.8.0
six 1.12.0
tensorboard 1.12.2
tensorflow 1.12.0
termcolor 1.1.0
terminado 0.8.2
testpath 0.4.2
toolz 0.9.0
tornado 6.0.2
traitlets 4.3.2
urllib3 1.22
vega 2.3.2
vega-datasets 0.7.0
virtualenv 16.6.0
virtualenvwrapper-win 1.2.5
wcwidth 0.1.7
webencodings 0.5.1
Werkzeug 0.15.4
wheel 0.33.4
widgetsnbextension 3.4.2
wincertstore 0.2
wrapt 1.11.2
xlrd 1.2.0
XlsxWriter 1.1.8
The text was updated successfully, but these errors were encountered: