pyspark.streaming.DStream.mapValues#

DStream.mapValues(f)[source]#

Return a new DStream by applying a map function to the value of each key-value pairs in this DStream without changing the key.