great thx
Le sam. 2 mai 2015 à 23:58, Ted Yu a écrit :
> This is coming in 1.4.0
> https://issues.apache.org/jira/browse/SPARK-7280
>
>
>
> On May 2, 2015, at 2:27 PM, Olivier Girardot wrote:
>
> Sounds like a patch for a "drop" method...
>
> Le sam. 2 mai 2015 à 21:03, dsgriffin a écrit :
>
>
This is coming in 1.4.0
https://issues.apache.org/jira/browse/SPARK-7280
> On May 2, 2015, at 2:27 PM, Olivier Girardot wrote:
>
> Sounds like a patch for a "drop" method...
>
>> Le sam. 2 mai 2015 à 21:03, dsgriffin a écrit :
>> Just use select() to create a new DataFrame with only the colu
Sounds like a patch for a "drop" method...
Le sam. 2 mai 2015 à 21:03, dsgriffin a écrit :
> Just use select() to create a new DataFrame with only the columns you want.
> Sort of the opposite of what you want -- but you can select all but the
> columns you want minus the one you don. You could e
Just use select() to create a new DataFrame with only the columns you want.
Sort of the opposite of what you want -- but you can select all but the
columns you want minus the one you don. You could even use a filter to
remove just the one column you want on the fly:
myDF.select(myDF.columns.filter