jupyter / declarativewidgets

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

Explore function can take in actual df or string of df variable #473

Closed poplav closed 7 years ago

poplav commented 7 years ago

Fixes https://github.com/jupyter-incubator/declarativewidgets/issues/464:

lbustelo commented 7 years ago

@poplav Needs to be rebased.

poplav commented 7 years ago

@lbustelo this is ready for review

lbustelo commented 7 years ago

Saw issue in R connecting to Spark DF

screen shot 2016-08-09 at 11 11 42 am
lbustelo commented 7 years ago

Similar problem in Python

screen shot 2016-08-09 at 11 13 58 am
lbustelo commented 7 years ago

Last commit fixed the problem with pyspark dataframes. Note that it is important that the column names should not contain spaces.

screen shot 2016-08-09 at 12 59 33 pm
lbustelo commented 7 years ago

Also fixed it on R... All looks good