Learn by fixing tests
© 2025-2026 Alex Cole. All Rights Reserved.
Spark Koans is an independent community tool.
Transform string case. Replace ___ with the correct code.
___
data = [("alice smith",), ("BOB JONES",), ("Charlie Brown",)] df = spark.createDataFrame(data, ["name"])
Output will appear here...