Hi, what do you want to do?
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Finding Min and Max
In this session, we will find the minimum and maximum movie ratings from the dataset.
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on...
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Finding Minimum and Maximum Marks
In this lesson, we will work on getting the minimum and maximum marks achieved per course.
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section...
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section...
Curated Video
Conducting an Observational Study
This video explains how to conduct an observational study to determine which of two brands of soda is more popular on a college campus. It covers the steps involved in developing a research question or hypothesis, identifying variables...
NASA
OSIRIS-REx Meets Bennu’s Surprises
The OSIRIS-REx team has already pushed the boundaries of scientific exploration — going from ground-based radar images from Arecibo in Puerto Rico all the way to orbiting a few hundred meters...
NASA
NASA | On Board NPP: The Five Instruments
The NPP satellite has 5 instruments on board: VIIRS, CERES, CrIS, ATMS, and OMPS. Each one will deliver a specific set of data helping weather prediction and climate studies. This video is a quick overview of each instrument and its...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Total Students
In this session, we will work on the first steps of the mini project, which is showing the number of students in the file.
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with...
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Reinforcement Learning
In this video, we will cover reinforcement learning.
<
br/>
This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
<
br/>
This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
NASA
NASA Satellites Help Farmers in Central America's Dry Corridor
Unexpected shocks from natural hazards can affect populations throughout the globe, threatening sustainable development and resilience. However, the impacts of these events, such as extreme precipitation or drought,...
Curated Video
REST APIs with Flask and Python - Unpacking Arguments
This video explains how to unpack arguments.
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your...
r/>
This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Total Marks per Course
In this session, we will work on showing the total marks that the students have achieved per course.
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This...
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Min and Max)
Let's discuss the solution for the quiz on finding the minimum and maximum from the given dataset.
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This...
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - RDD GroupByKey
In this lesson, we will take a look at the grouping transformation using the GroupByKey(). GroupByKey is used to create groups based on keys in RDD.
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS:...
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS:...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Finding Average-2
Let's continue calculating the average movie ratings from the dataset in this session as well.
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section...
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section...
NASA
NASA | A Laser Scientist Answers 5 Questions About LVIS
With winter closing in, a new NASA airborne campaign launched October 31, 2013 in Greenland. For the first time, the Laser Vegetation Imaging Sensor, or LVIS, is flying about NASA's new C-130 aircraft to measure the island's...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Rectifying the Error
In this session, we will rectify the errors we faced while creating DataFrames from RDD.
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses...
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses...
The Viral Fever
Uros Island People, Peru: Fishing and Hunting on Lake Titicaca
Uros Island People, Peru part 2/3: This video showcases the lifestyle and traditions of the Uru people, who have built their community on the floating islands of Lake Titicaca in South America. The Uru rely heavily on fishing, bird...
Guinness World Records
Creating and Solving Unique Rubik's Cubes: A Mechanical Engineer's Journey
In this video, a mechanical engineer and Rubik's Cube enthusiast, showcases his unique and challenging creations. From a Rubik's Cube that changes color to the largest and most complex cube in the world, Greg's passion for puzzle design...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Total Enrollments per Course
In this lesson, we will work on the 4th step, which is to show the total number of students enrolled per course.
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and...
r/>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming Context
In this video, you will learn how to read data and specify the directory in the Spark streaming context with RDD.
r/>
This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark...
r/>
This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - RDD Distinct
In this lesson, you will learn about the Distinct() RDD function.<br/<br/>>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark RDDs.
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark RDDs.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Create DF from RDD
In this video, you will learn how to create a DataFrames from RDD.
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in...
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in...
NASA
NASA | The Hunt for P.I.G. in October
NASA's Operation IceBridge has launched its Antarctic 2012 campaign, flying high-priority missions measuring polar ice from a base of operations at the tip of Patagonia on the Strait of Magellan. They have even made a return visit to...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - RDD (Count and CountByValue)
In this session, you will learn about Count() and CountByValue() functions.<br/<br/>>
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark RDDs.
This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark RDDs.