Creating and Working with Databases in Snowflake

May 3, 2021

This tutorial is adapted from the Web Age course Snowflake Cloud Data Platform from the Ground Up. In this tutorial, you will learn how to create…

The Snowflake Web UI

April 29, 2021

This tutorial is adapted from Web Age course Snowflake Cloud Data Platform from the Ground Up Training. In this tutorial, you will familiarize yourself with the…

Searching with Apache Solr

April 27, 2021

This tutorial is adapted from the Web Age course Apache Solr for Data Engineers. Part 1. Solr Sets Solr has many capabilities when it comes to…

AWS Glue PySpark Extensions

April 15, 2021

This tutorial is adapted from the Web Age Course Data Analytics on AWS. 1.1 AWS Glue and Spark AWS Glue is based on the Apache Spark…

How to Repair and Normalize Data with Pandas?

April 5, 2021

This tutorial is adapted from Web Age course Data Engineering Bootcamp Training Using Python and PySpark. When you embark on a new data engineering/data science/machine learning…

Data Visualization and EDA with Pandas and Seaborn

April 3, 2021

This tutorial is adapted from Web Age course Intermediate Data Engineering with Python. Data visualization is a great vehicle for communicating data analysis results to potentially…

How to Use Python’s Functional Programming Capabilities?

March 31, 2021

This tutorial is adapted from the Web Age course Practical Python 3 Programming. In this tutorial, you will learn how to use Python’s functional programming capabilities. 

Functional Programming in Python

November 21, 2020

This tutorial is adapted from the Web Age course Introduction to Python Programming. 1.1 What is Functional Programming? Functional programming reduces problems to a set of…

How to do Data Grouping and Aggregation with Pandas?

October 30, 2020

This tutorial is adapated from the Web Age course Data Engineering Bootcamp Training (Using Python and PySpark). 1.1 Data Aggregation and Grouping The pandas module offers…

Comparing Hive with Spark SQL

March 9, 2020

This tutorial is adapted from Web Age course Hadoop Programming on the Cloudera Platform. In this tutorial, you will work through two functionally equivalent examples /…