You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Nicholas Chammas <ni...@gmail.com> on 2020/08/24 21:19:46 UTC

PySpark: Un-deprecating inferring DataFrame schema from list of dictionaries

https://github.com/apache/spark/pull/29510

I don't think this is a big deal, but since we're removing a deprecation
that has been around for ~6 years, I figured it would be good to bring
everyone's attention to this change.

Hopefully, we are not breaking any hidden assumptions about the direction
of the PySpark API.

Nick