Posts
All the articles I've posted.
-
Understanding Docker Engine Components
Docker Engine is an open-source platform that has revolutionized how applications are developed, deployed, and executed using container technology. By encapsulating applications and their dependencies
-
Automating Payment Calculation in Google Docs Using Apps Script
Introduction Google Apps Script is a powerful tool that allows you to automate tasks within Google Workspace applications, such as Google Docs. In this tutorial, we will create a script that prompts
-
Ranking Products Using Window Functions in PySpark
Introduction Window functions are powerful tools in SQL and PySpark that allow us to perform calculations across a subset of rows related to the current row. In this blog post, we'll explore how to
-
Handling Null Values in Data: Algorithms and Strategies
Null values are a common challenge in data analysis and machine learning. Dealing with them effectively is essential to ensure the reliability of your insights and models. In this post, we’ll explore
-
Exploring Free Resources to Learn AWS and Azure Cloud Platforms
Cloud computing is an essential skill in today’s tech landscape. Among the major players, AWS and Azure stand out as leading cloud platforms, offering a wealth of free resources to help individuals
-
What Does an Exploratory Data Analysis (EDA) Evaluate?
An Exploratory Data Analysis (EDA) is a critical step in the data analysis process that focuses on evaluating and examining data to uncover its main characteristics. It is performed before delving
-
Adding Custom Columns to Your Date Table in Power BI
Introduction A Date Table is an integral part of building robust and insightful Power BI reports. While a basic Date Table allows for time-based filtering and analysis, custom columns can add even
-
Grouping Data in PySpark with Aliases for Aggregated Columns
When working with large datasets in PySpark, grouping data and applying aggregations is a common task. In this post, we’ll explore how to group data by a specific column and use aliases for the