
Launch your PySpark foundation by creating a SparkSession, importing essential libraries, and using basic functions to read dataframes and add columns.
Explore the spark data frame as a two-dimensional, table-like structure with columns and rows where each column holds values for a variable and each row a record.
Explore the print operation in PySpark data engineering by observing how code output appears, how newly created data is printed, and how functional print behavior translates to visible results.
Learn how to inspect a pyspark dataframe's structure by using the columns function to reveal all the columns in your data.
Create and manipulate a PySpark DataFrame by adding a new column with an integer constant (for example, 300), explore arithmetic and string constant columns, and view the results.
Use bround to round numeric columns to integers or decimals, applying banker’s rounding to the nearest even number and controlling decimal places in PySpark data frames.
Explore how to sort a pyspark data frame using ascending and descending order, compare different sort methods and the order by syntax, and understand how to apply sorting on columns.
Drop single or multiple columns in a dataframe to create a new dataframe excluding total score and percentage columns, using the drop operation and handling missing columns.
Create a column with constant string values to label performers as excellent, very good, good, or average in a PySpark data frame.
Learn how to change a column's case in PySpark using the upper and lower functions, with practical examples converting values to lowercase and uppercase.
Learn grouping and aggregations in PySpark: group by grade, count students, compute mean and max, handle distinct values, and rename or create columns based on conditions.
This course will prepare you for a real world Data Engineer role (basics)!
Learn to code PySpark like a real world developer. Here our major focus will be on Practical applications of PySpark and bridge the gap between academic knowledge and practical skill.
In this course we will get to know and apply few of the most essential and basic functions in PySpark, that are used frequently in scripting for any project based on PySpark.
About PySpark:
Learn the latest Big Data Technology - Spark! And learn to use it with one of the most popular programming languages, Python!
One of the most valuable technology skills is the ability to analyze huge data sets, and this course is specifically designed to bring you up to speed on one of the best technologies for this task, Apache Spark! The top technology companies like Google, Facebook, Netflix, Airbnb, Amazon, NASA, and more are all using Spark to solve their big data problems!
Spark can perform up to 100x faster than Hadoop MapReduce, which has caused an explosion in demand for this skill! Because the Spark 2.0 DataFrame framework is so new, you now have the ability to quickly become one of the most knowledgeable people in the job market!
What you will learn :
SparkSession and imports
Spark DataFrame and its characteristics
Syntax and example
Print results
Understanding the data
Number of records
Columns in dataFrame
Describe a DataFrame
Schema of a DataFrame
Create a new column
Arithmetic operations on Data
Change column data type
Create a column with integer as constant
Apply what we know
Rounding of digits
Sorting operation
Drop columns
Rename columns
Create a column with string as constant
Conditional Statements
Changing case of a column
Filter operations
Grouping and aggregations
Prerequisites :
Some basic programming skills (Not Mandatory)
Will to implement theoretical knowledge in practical.
Who this course is for:
Beginners who want to learn Big Data or experienced people who want to transition to a Big Data role
Big data beginners who want to learn how to code in the real world
Aspiring candidates for data engineering role