python

Pyspark Structured APIs - Dataframes

Pyspark dataframe basics

Vasav

6 minute read

Spark is very popular among data engineering professionals and companies working with large scaled data. Spark enables us to process large volumes of data with ease in a clusted (Distributed) environment.

Vasav

2 minute read

pytest is a testing framework for the python programming language. Based on the official documentation - pytest makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.