Deenadayal created SPARK-23536:
----------------------------------

             Summary: Update each Data frame row with a random value
                 Key: SPARK-23536
                 URL: https://issues.apache.org/jira/browse/SPARK-23536
             Project: Spark
          Issue Type: Improvement
          Components: Build
    Affects Versions: 2.3.0
            Reporter: Deenadayal


In a spark data frame, the functionality to update/change one/some of the 
columns with random values(each row of a column should be updated with a random 
value) is missing. The scala random functionality approach ending up with 
choosing a random value and updating all rows of a column of DF with the single 
value.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to