EnricoMi opened a new pull request #33484: URL: https://github.com/apache/spark/pull/33484
### What changes were proposed in this pull request? With SPARK-34806 we can now easily add an equivalent for `Dataset.observe(Observation, Column, Column*)` to PySpark's `DataFrame` API. ### Why are the changes needed? This further aligns the Python DataFrame API with Scala Dataset API. ### Does this PR introduce _any_ user-facing change? Yes, it adds the `Observation` class and the `DataFrame.observe` method. ### How was this patch tested? There is a new test class around observations: `test_observation.py`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
