Author: user

PySpark @ Freshers.in

PySpark : Extracting minutes of a given date as integer in PySpark [minute]

pyspark.sql.functions.minute The minute function in PySpark is part of the pyspark.sql.functions module, and is used to extract the minute from…

Continue Reading PySpark : Extracting minutes of a given date as integer in PySpark [minute]
PySpark @ Freshers.in

PySpark : Function to perform simple column transformations [expr]

pyspark.sql.functions.expr The expr module is part of the PySpark SQL module and is used to create column expressions that can…

Continue Reading PySpark : Function to perform simple column transformations [expr]

Engineering : Differentiate between forward versus backward reasoning process

Artificial Intelligence (AI) is inherently about problem-solving, and reasoning processes are central to this task. Among the most prominent reasoning…

Continue Reading Engineering : Differentiate between forward versus backward reasoning process

Engineering : Advantages and limitations of LISP

Lisp (LISt Processing) is a programming language that offers a unique set of advantages and limitations. Let’s explore them: Advantages…

Continue Reading Engineering : Advantages and limitations of LISP

Engineering : Overview of A* algorithm

The A* algorithm is a widely used search algorithm that efficiently finds the shortest path from a starting state to…

Continue Reading Engineering : Overview of A* algorithm