InterviewSolution
Saved Bookmarks
| 1. |
What are the profilers in PySpark? |
|
Answer» Custom PROFILERS are supported in PYSPARK. These are useful for building predictive models. Profilers are useful for data REVIEW to ensure that it is valid and can be used for consumption. When we require a custom PROFILER, it has to define some of the following methods:
|
|