jupyter / declarativewidgets

[RETIRED] Jupyter Declarative Widget Extension
http://jupyter.org/declarativewidgets/docs.html
Other
120 stars 38 forks source link

Explore fails on PySpark Dataframes, but works with Pandas #503

Closed poplav closed 7 years ago

poplav commented 7 years ago

explore_spark_python_error

peller commented 7 years ago

are there spaces in the column names of the data set? and if so, which version of vega-lite do you have?

peller commented 7 years ago

please use https://github.com/jupyter-incubator/declarativewidgets_explorer/issues to report explorer or urth-viz-vega issues

poplav commented 7 years ago

@peller Ah, yes there were spaces in the column names of the Spark Dataframe. Removing the spaces does resolve the issue. We may want to modify the sparkDataFrame in urth-core-dataframe.ipynb or make a note of it.

peller commented 7 years ago

It should be fixed. What version of vega-lite do you have installed?

peller commented 7 years ago

see jupyter-incubator/declarativewidgets_explorer#8

poplav commented 7 years ago

Ok the version was v1.1.4

poplav commented 7 years ago

Alright, we can close this issue and mark it as resolved.