Instructional Video5:44
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Overview of Elasticsearch

Higher Ed
This video provides an overview of Elasticsearch. This clip is from the chapter "Installing and Understanding Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to install...
Instructional Video4:47
Curated Video

pandas for Python - A Quick Guide - Pandas Installation

Higher Ed
This video demonstrates how to install Pandas and discusses everything that is needed for starting to use Pandas. It takes us through installing Python and the Pandas library and shows how to install Jupyter notebook. This clip is from...
Instructional Video9:27
Curated Video

pandas for Python - A Quick Guide - Introduction to Pandas Data Frame

Higher Ed
In this lesson, you will learn about the second primary data structure called Pandas Data Frame, which is a tabular data structure. We will understand the data frame and its operability. We will also learn about the Pandas dictionary....
Instructional Video14:52
Curated Video

Practical Data Science using Python - Pandas DataFrame 6

Higher Ed
This video explains filling missing values in dataframe. This clip is from the chapter "Python for Data Science" of the series "Practical Data Science Using Python".This section explains Python for data science.
Instructional Video2:44
Curated Video

Python In Practice - 15 Projects to Master Python - Data Science with Python

Higher Ed
This video explains data science with Python. This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level: data science.
Instructional Video6:24
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Course Introduction

Higher Ed
This video provides an extension and focus areas about this course in detail. This clip is from the chapter "Introduction to the Course" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section...
Instructional Video0:39
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Section 8 Introduction

Higher Ed
This video explains the concept of Elasticsearch operations and its support with SQL. This clip is from the chapter "Elasticsearch Operations" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section...
Instructional Video0:21
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Section 6 Wrap-up

Higher Ed
This video presents a summary of what you have learnt in this section. This clip is from the chapter "Using Kibana" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to install Kibana,...
Instructional Video8:01
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Logstash and MySQL - Part 1

Higher Ed
This is the first part of the two-part video that explains how to use Logstash and MySQL to import data into your index. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and...
Instructional Video9:03
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Installing Logstash

Higher Ed
This video demonstrates how to install Logstash. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to import...
Instructional Video13:25
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Syslog with Logstash Deep Dive

Higher Ed
This video explains Syslog with Logstash in detail. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to...
Instructional Video0:11
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Section 9 Wrap-up

Higher Ed
This video presents a summary of what you have learnt in this section. This clip is from the chapter "Elasticsearch in the Cloud" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section includes lectures on...
Instructional Video0:30
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Section 8 Wrap-up

Higher Ed
This video presents a summary of this section. This clip is from the chapter "Elasticsearch Operations" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains the concept of Elasticsearch...
Instructional Video1:50
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Introduction to Course

Higher Ed
This video gives you a brief introduction to the course. This clip is from the chapter "Introduction" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".Welcome to the course. This section introduces you to the course.
Instructional Video10:22
Curated Video

pandas for Python - A Quick Guide - Reading Data from Files

Higher Ed
After learning about the Data Frame, we will look into how to read .csv files, a common datasheet. You will also learn about the pd.read_csv() call function. The author provides learning datasets and how to solve issues by correcting the...
Instructional Video9:38
Curated Video

pandas for Python - A Quick Guide - Introduction to Pandas Series

Higher Ed
In this video, we will look at an introductory outline of the Pandas series and NumPy arrays, which makes the code fast and optimized. This clip is from the chapter "Pandas Objects" of the series "Pandas for Beginners - A Quick...
Instructional Video9:38
Curated Video

pandas for Python - A Quick Guide - DataFrame Manipulation

Higher Ed
Here, you will learn how to rename columns in a data frame. We will look at adding columns to a data frame, concatenating a data frame, and removing columns with the drop method. This clip is from the chapter "Data Preprocessing" of the...
Instructional Video8:14
Curated Video

pandas for Python - A Quick Guide - Data Transformation

Higher Ed
In this video, you will learn how to convert String data to a category and discretize a continuous variable and convert it into a categorical feature. This clip is from the chapter "Data Preprocessing" of the series "Pandas for Beginners...
Instructional Video0:21
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Section 6 Introduction

Higher Ed
This video provides an introduction to Kibana. This clip is from the chapter "Using Kibana" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to install Kibana, play with the Kibana...
Instructional Video0:37
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Section 4 Wrap-up

Higher Ed
This video provides a summary of what you have learnt in this section. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section...
Instructional Video8:02
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Logstash and Simple Storage Service (S3)

Higher Ed
This video explains how to import data into your index using Logstash and the S3 input plug-in. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and...
Instructional Video0:45
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Introduction

Higher Ed
This video demonstrates how to install Elasticsearch and provides an introduction to Elasticsearch. This clip is from the chapter "Installing and Understanding Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth...
Instructional Video9:04
Curated Video

pandas for Python - A Quick Guide - Handling Missing Values and Duplicates

Higher Ed
During the data analysis, significant time is spent on data cleaning and transformation. Pandas provides the tool to handle such data. In this video, you will learn about handling missing data and duplicates. You will learn to eliminate...
Instructional Video3:18
Curated Video

Data Analytics using Python Visualizations - What You Will Learn

Higher Ed
This video explains what the course outcomes are. This clip is from the chapter "Matplotlib and Seaborn – Libraries and Techniques" of the series "Data Analytics Using Python Visualizations".This section introduces you to Matplotlib...