Tag: data_engineering

python @ Freshers.in

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 @ Freshers.in

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 @ Freshers.in

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…

python @ Freshers.in

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 @ Freshers.in

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 @ Freshers.in

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…

getDbt

DBT command not found after intalling DBT – How to resolve – Explained.

Once you installed dbt after going through the https://docs.getdbt.com/dbt-cli/install/overview , if still you are getting DBT command not found ,…

getDbt

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…

getDbt

dbt (data build tool) interview questions

DBT – Best practices that developers show follow Get all articles on dbt here <<<DONT MISS >>> 1. What is…