Created
November 15, 2018 13:02
-
-
Save gcsfred/91fde22233417616f572eb5c121d49fc to your computer and use it in GitHub Desktop.
dataframe creating a column using pandas_udf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dataframe = dataframe.withColumn('description_vec', pandas_nlp('description')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment