Working with holiday package in python

Python - Holidays Tutorial

Vasav

3 minute read

In today’s blog I am going to provide details on python holidays package which simplifies time-based functions and also proves invaluable in the realm of machine learning projects. In this post, we’ll showcase the basic use case of Python holidays and highlight its significance in the world of machine learning. So, let’s dive in and unlock the potential of Python holidays for your projects.

how to install apache spark on windows

Setting up apache spark on windows

Vasav

4 minute read

As a Spark developer, setting up Apache Spark on Windows is a crucial first step towards building scalable and efficient big data applications. In this blog, we will walk you through the process of setting up Apache Spark on Windows, so you can start harnessing the power of Spark to process large datasets and build data-intensive applications.

Pandas Helper Functions

Some functions which are useful in EDA or other DE efforts.

Vasav

2 minute read

In this article, I am going to provide few helper functions which can be used for various data engineering tasks. I will keep appending new functions with time.