-
- Downloads
[SPARK-13594][SQL] remove typed operations(e.g. map, flatMap) from python DataFrame
## What changes were proposed in this pull request? Remove `map`, `flatMap`, `mapPartitions` from python DataFrame, to prepare for Dataset API in the future. ## How was this patch tested? existing tests Author: Wenchen Fan <wenchen@databricks.com> Closes #11445 from cloud-fan/python-clean.
Showing
- python/pyspark/mllib/linalg/distributed.py 3 additions, 3 deletionspython/pyspark/mllib/linalg/distributed.py
- python/pyspark/mllib/tests.py 2 additions, 2 deletionspython/pyspark/mllib/tests.py
- python/pyspark/sql/context.py 1 addition, 1 deletionpython/pyspark/sql/context.py
- python/pyspark/sql/dataframe.py 2 additions, 40 deletionspython/pyspark/sql/dataframe.py
- python/pyspark/sql/functions.py 2 additions, 2 deletionspython/pyspark/sql/functions.py
- python/pyspark/sql/tests.py 12 additions, 12 deletionspython/pyspark/sql/tests.py
Loading
Please register or sign in to comment