Use case : If you have multiple files for example chapter wise question papers etc.…
Author: user
Python : How to extract images from PDF files
In this article you can see how to extract images from pdf files and save it in your local. For…
Python : How to remove background of an image using Python
In this article we will see how can we remove background of an image using Python. For this we are…
Python : How to replace multiple if-elif-else with easy to write/read code
You can write the same logic in different ways. How smart you write the code explains how comfortable you in…
PySpark: How to add months to a date column in Spark DataFrame (add_months)
I have a use case where I want to add months to a date column in spark DataFrame Function :…
Multiple ways that we can remove letters from a String using Python.
In this article you can see multiple ways that we can remove letters from a String using Python. my_string =…
PySpark how to find the date difference between two date and how to round it just days without decimal (datediff,floor)
pyspark.sql.functions.datediff and pyspark.sql.functions.floor In this article we will learn two function , mainly datediff and floor. pyspark.sql.functions.datediff : To get…
PySpark – How to convert string date to Date datatype
pyspark.sql.functions.to_date In this article will give you brief on how can you convert string date to Date datatype . With…
Does Snowflake support indexes which is supported by other databases ?
The answer is NO. Indexes are not utilized or supported by Snowflake. By keeping extensive metadata in each of its…
DBT command not found after intalling DBT-How to resolve.
DBT command not found Steps to check and get this resolved Once you installed dbt after going through the https://docs.getdbt.com/dbt-cli/install/overview…
DBT – Best practices that developers show follow
DBT – Best practices The article will give you the cumulative knowledge of dbt’s seasoned users on how to use…