[ 
https://issues.apache.org/jira/browse/SPARK-9319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14651193#comment-14651193
 ] 

Shivaram Venkataraman commented on SPARK-9319:
----------------------------------------------

[~falaki] I believe we already added support for setting column names with 
`names(data) <- c("Date")`  ? Should we also just make `colnames` a synonym for 
`names` ?

> Add support for setting column names, types
> -------------------------------------------
>
>                 Key: SPARK-9319
>                 URL: https://issues.apache.org/jira/browse/SPARK-9319
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SparkR
>            Reporter: Shivaram Venkataraman
>
> This will help us support functions of the form 
> {code}
> colnames(data) <- c(“Date”, “Arrival_Delay”)
> coltypes(data) <- c(“numeric”, “logical”, “character”)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to