In pyspark 1.6.2, I can import col
function by
from pyspark.sql.functions import col
but when I try to look it up in the Github source code I find no col
function in functions.py
file, how can python import a function that doesn't exist?
from Cannot find col function in pyspark
No comments:
Post a Comment