We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is an example blog post that uses the old syntax:
columns = ["character", "franchise"] data = [("link", "zelda"), ("king k rool", "donkey kong"), ("samus", "metroid")] rdd = spark.sparkContext.parallelize(data) df = rdd.toDF(columns)
It would be great to update this post (and all the other code snippets in blog posts) to be Spark Connect compatible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is an example blog post that uses the old syntax:
It would be great to update this post (and all the other code snippets in blog posts) to be Spark Connect compatible.
The text was updated successfully, but these errors were encountered: