July 2018
Intermediate to advanced
474 pages
13h 37m
English
This section will require using functions and data types within PySpark. Additionally, we well importing the TextBlob library for sentiment analysis. In order to use SQL and data type functions within PySpark, the following must be imported:
from pyspark.sql.types import FloatType
Additionally, in order to use TextBlob, the following library must be imported:
from textblob import TextBlob
Read now
Unlock full access