Unable to subset the data using SparkR, using piping convention to execute the commands
I'm operating on some data that looks like the image attached. the command that I'm performing is :<code>library(magrittr) subsetting the data for MAC-OS & sorting by event-timestamp. acDF <- eventsDF %>% SparkR::select("device", "event_timestamp...
- 1533 Views
- 0 replies
- 1 kudos