GitHub user k1s opened a pull request:

    https://github.com/apache/incubator-toree/pull/148

    Add support for showing nulls and arrays by dataframe magic

    This change adds support for showing dataframes with arrays and nulls by 
%%dataframe magic. Now null values cause NullPointerException and arrays are 
showed as "WrappedArray(1, 2, 3)" but not "[1, 2, 3]".

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/k1s/incubator-toree 
add-arrays-and-nulls-to-dataframe-magic

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-toree/pull/148.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #148
    
----
commit 5f95c416e739f471b25de63d1c123d5df834aba2
Author: k1s <[email protected]>
Date:   2017-12-05T20:30:34Z

    Add support for showing nulls and arrays by dataframe magic

----


---

Reply via email to