1 / 15

PySpark Dataframes Tutorial | Introduction to PySpark Dataframes API | PySpark Training | Edureka

** PySpark Certification Training: https://www.edureka.co/pyspark-certification-training ** <br>This Edureka video will provide you with a comprehensive and detailed knowledge of Dataframes, and how to use Dataframes in PySpark. Below are the topics covered in the video: <br><br>1. Need for Dataframes <br>2. What are Dataframes <br>3. Dataframes Features <br>4. Sources of Dataframes <br>5. Hands On - Pyspark Dataframes

EdurekaIN
Download Presentation

PySpark Dataframes Tutorial | Introduction to PySpark Dataframes API | PySpark Training | Edureka

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PySpark Dataframe Tutorial PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

  2. Today’s Training Topics Today’s Training Topics ❖ Need for Dataframes ❖ What are Dataframes ❖ Dataframes Features ❖ Sources of Dataframes ❖ Demo PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

  3. Why do we need Why do we need Dataframes Dataframes? ? Processing Structured And Semi-Structured Data PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

  4. Why do we need Why do we need Dataframes Dataframes? ? Handling Petabytes of Data Processing Structured And Semi-Structured Data PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

  5. Why do we need Why do we need Dataframes Dataframes? ? Handling Petabytes of Data Processing Structured And Semi-Structured Data Wide Range of Data Formats and Sources PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

  6. Why do we need Why do we need Dataframes Dataframes? ? Handling Petabytes of Data Support for Multiple Languages Processing Structured And Semi-Structured Data Wide Range of Data Formats and Sources PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

  7. What are What are Dataframes Dataframes? ? 2d labelled Data Structure Similar to SQL PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

  8. Features of Features of Dataframes Dataframes Lazy EVALs Distributed Immutable PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

  9. Creating a Dataframe(Sources) Creating a Dataframe(Sources) Dataframe PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

  10. Important Classes Important Classes • pyspark.sql.SQLContext • pyspark.sql.DataFrame • pyspark.sql.Column • pyspark.sql.Row • pyspark.sql.GroupedData • pyspark.sql.DataFrameNaFunctions • pyspark.sql.DataFrameStatFunctions • pyspark.sql.functions • pyspark.sql.types • pyspark.sql.Window PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

  11. CREATING DATAFRAMES DEMO PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

  12. FIFA WORLD CUP FIFA WORLD CUP – – USE CASE USE CASE FIFA world Cup Use Case PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

  13. SUPERHEROS Use Case PYSPARK CERTIFICATION TRAINING www.edureka.co/pyspark-certification-training

More Related