All,For some odd reason JIRA is not sending notifications when I update a ticket, this was working as of yesterday for me but nolonger, any ideas why? Dmitry I've forked your repo, should I tackle the mutate in my fork and you work on select, let me know how you want to proceed, maybe our initial goal is to get these 2 implemented and unit tested fully before continuing with the rest of the functions in my proposal.
Thoughts? > Date: Wed, 7 May 2014 00:20:17 +0000 > From: [email protected] > To: [email protected] > Subject: [jira] [Commented] (MAHOUT-1490) Data frame R-like bindings > > > [ > https://issues.apache.org/jira/browse/MAHOUT-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13991392#comment-13991392 > ] > > Dmitriy Lyubimov commented on MAHOUT-1490: > ------------------------------------------ > > also just like in dplyr, selecting (or removing columns): > {code} > val selectedFrame = testFrame.select( > "ACol", > "BCol", > -"CCol" > ) > > {code} > > > Data frame R-like bindings > > -------------------------- > > > > Key: MAHOUT-1490 > > URL: https://issues.apache.org/jira/browse/MAHOUT-1490 > > Project: Mahout > > Issue Type: New Feature > > Reporter: Saikat Kanjilal > > Assignee: Dmitriy Lyubimov > > Fix For: 1.0 > > > > Original Estimate: 20h > > Remaining Estimate: 20h > > > > Create Data frame R-like bindings for spark > > > > -- > This message was sent by Atlassian JIRA > (v6.2#6252)
