Hi, what do you want to do?
Curated Video
Spark Programming in Python for Beginners with Apache Spark 3 - Reading CSV, JSON and Parquet files
In this video, you will learn how to read CSV, JSON and Parquet files.
<
br/>
This clip is from the chapter "Spark Data Sources and Sinks" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this...
<
br/>
This clip is from the chapter "Spark Data Sources and Sinks" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this...
Curated Video
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Create Document (Single)
In this video, we will cover create document (single).
<
br/>
This clip is from the chapter "Basic Create Operation" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover basic...
<
br/>
This clip is from the chapter "Basic Create Operation" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover basic...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - What Is Glue? + Partitioning Your Data Lake
This video focuses on AWS Glue and explains how to partition the data lake.
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, we will...
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, we will...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - Modifying the Glue Data Catalog from ETL Scripts
This video explains how to modify the Glue Data Catalog from ETL Scripts.
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, we will...
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, we will...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - Kinesis Analytics Costs; RANDOM_CUT_FOREST
This video focuses on the cost of Kinesis analytics and explains how to use the RANDOM_CUT_FOREST function.
<
br/>
This clip is from the chapter "Domain 4: Analysis" of the series "AWS Certified Data Analytics Specialty (2022)...
<
br/>
This clip is from the chapter "Domain 4: Analysis" of the series "AWS Certified Data Analytics Specialty (2022)...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - (Exercise) AWS Glue and Athena
This video explains how to use a Glue crawler to set up a Glue Data catalog for the Amazon S3 order data and then query it directly using Amazon Athena.
<
br/>
This clip is from the chapter "Domain 4: Analysis" of the series "AWS...
<
br/>
This clip is from the chapter "Domain 4: Analysis" of the series "AWS...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - (Exercise) Redshift Spectrum, Part 2
This video is the second part of the two-part video that explains how to launch a Redshift cluster and use AWS Glue to provide a schema to query the Amazon S3 order data through Redshift spectrum.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - (Exercise) Amazon Machine Learning, Part 1
This video is the first part of the two-part video that explains how to use Amazon's machine learning service to predict quantities for any given order and learn the importance of cleaning the data of outliers along the way.
<
br/>...
<
br/>...
Curated Video
Why Do We Find Babies Cute?
Babies are cute because of their face structure and their sounds. Adult brains find the faces features of babies' faces cute. This signature cute baby face is called Kindchenschema (or baby scheme in English). Our brains seemed to be...
Psychology Unlocked
🧠 What is a schema? 🧠 Cognitive Developmental Psychology
Schemas (or schemata) are a common concept in cognitive and developmental psychology. This video introduces the concept by outlining what a schema is, what is does, and how it is formed.
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - JSON Schema to POJO for JSON Serdes
In this lecture, we will learn defining schema and auto generating POJO from the schema definition. These auto generated Java Classes are well annotated and that makes them serializable using the JSON serializer and deserializer.
r/> ...
r/> ...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Reading CSV Files into DataFrame
In this session, we will load our CSV files from our previous project into the DataFrame. This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data Engineering and Analytics with...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - PySpark DataFrame, Schema, and DataTypes
In this session, let's learn about the DataFrame, schema, and data types.
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This...
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Spark Transformations and Actions Part 1
In this video, we will see how Spark executes its application. This clip is from the chapter "Spark Execution Concepts" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section completely focuses on the...
Curated Video
AWS Certified Cloud Practitioner (CLF-C01)- Amazon Athena
In this video, we'll learn about Amazon Athena.<br/<br/>>
This clip is from the chapter "Analytics" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".This section is about analytics.
This clip is from the chapter "Analytics" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".This section is about analytics.
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - DataFrame Reader and Writer
In this session, we will learn to use the DataFrame. The DataFrame reader is a built-in API within the DataFrame that allows you to read various source files such as CSV, JSON, and other Big Data file type such as Paraquet, ORC, and...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Creating and using AVRO schema in Kafka Streams
In this lecture, we will learn how to use AVRO serialization in Kafka Streams.
r/>
This clip is from the chapter "Foundation for Real Life Implementations" of the series "Apache Kafka - Real-time Stream Processing (Master...
r/>
This clip is from the chapter "Foundation for Real Life Implementations" of the series "Apache Kafka - Real-time Stream Processing (Master...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 1 - Data Preparation
Let's tackle the first task that was discussed in our previous lesson. You can compare your solution with the solution provided in this video.
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of the series...
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of the series...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Reading a JSON File
In this session, we will learn to read the JSON file.
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily...
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 1 – Brief
It is time for your first task. This session provides you with all the details for the task.
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics...
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Section Summary and References "Foundation for Real Life Implementations"
In this lecture we will summarize everything that we learned in this section
r/>
This clip is from the chapter "Foundation for Real Life Implementations" of the series "Apache Kafka - Real-time Stream Processing (Master...
r/>
This clip is from the chapter "Foundation for Real Life Implementations" of the series "Apache Kafka - Real-time Stream Processing (Master...
Psychology Unlocked
Depression in 5 minutes - Beck's Negative Triad and Depression Causes | Psychopathology
Is depression a disability? In this video we discuss Beck's Negative Triad and Stress-Diathesis Theory as well as other theories of depression. At the end we discuss some depression causes, including biological and social factors. In...
Curated Video
Active Directory with Windows Server 2016 - Introduction to AD DS Part 1
We discuss AD partitions, schema, domains, and other logical and physical components that interact within the AD environment.
r/>
This clip is from the chapter "Install and Configure AD DS" of the series "Active Directory with...
r/>
This clip is from the chapter "Install and Configure AD DS" of the series "Active Directory with...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 2 - Rearrange the Schema
Let's work on the second part of the challenge. In this session, we will be changing some datatypes, rename a few columns, drop some columns, and add new columns.
r/>
This clip is from the chapter "Structured API - Spark...
r/>
This clip is from the chapter "Structured API - Spark...