I have two RDDs and I will like to combine them together using pyspark first_rdd = [\'Mike\', \'Kate\', \'Robert\'] second_rdd = [23, 45, 67]
result = [(\'Mike\', 23)