Description
There are some variants that are supported:
- Providing a schema as a str object for RDD[RowLike] objects
- Providing a schema as a Tuple[str, ...] names
- Calling toDF on RDD of atomic values, when schema of str or AtomicType is provided.
There are some variants that are supported: