|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/a-crash-course-in-pyspark/
课程评论:没有评论
**课程名称:** PySpark 速成课 **课程概述:** Spark是当今需求量最大的大数据处理框架之一。本课程将带您了解PySpark的核心概念。通过本课程,您将能够使用PySpark完成在SQL或Python Pandas库中通常能完成的许多操作,包括: * **获取数据:** 学习如何加载和访问数据。 * **处理缺失值和数据清洗:** 掌握处理和清理数据中的缺失值及其他不规范之处。 * **聚合数据:** 学习如何对数据进行分组和汇总。 * **过滤数据:** 掌握根据特定条件筛选数据的技巧。 * **数据透视:** 学习如何对数据进行重塑和转置。 * **数据写回:** 了解如何将处理后的数据保存到各种存储中。 完成本课程后,您将能够利用Spark处理大型数据集,并从中获取有价值的信息。 **教学大纲:** 无
Spark is one of the most in-demand Big Data processing frameworks right now.This course will take you through the core concepts of PySpark. We will work to enable you to do most of the things you'd do in SQL or Python Pandas library, that is:Getting hold of dataHandling missing data and cleaning data upAggregating your dataFiltering itPivoting itAnd Writing it backAll of these things will enable you to leverage Spark on large datasets and start getting value from your data.Let's get started.