Deep Learning Nerds Academy
The ultimate Learning Platform for AI, Data Science, Data Analytics and Data Engineering.

What’s new?
How to create a GET Endpoint with Query Parameters in FastAPI
Academy Membership APIFastAPI

How to create a GET Endpoint with Query Parameters in FastAPI

Introduction FastAPI is a modern web framework that empowers developers to build web APIs quickly and efficiently using Python. A GET endpoint allows clients to retrieve data from a server. In a GET request, query parameters allow passing additional information to an endpoint via the URL's query string,...

Premium posts Previous posts
PySpark - Count Rows and Columns of a DataFrame
Academy Membership PySparkPython

PySpark - Count Rows and Columns of a DataFrame

Introduction In data processing and analysis with PySpark, it's often important to know the structure of your data, such as the number of rows and columns in a DataFrame. This is crucial for various operations, including data validation, transformations, and general exploration. In this tutorial, we'll...

How to Containerize a Gradio App with Docker: A Step-by-Step Guide
Academy Membership GradioDocker

How to Containerize a Gradio App with Docker: A Step-by-Step Guide

Introduction Building and deploying machine learning apps can sometimes be a complex task, but using Gradio, a Python library for quickly building interactive web apps for your ML models, simplifies it significantly. To make your app easily deployable across different environments, containerizing it using Docker is a perfect solution. In...

PySpark - Count Distinct Values of a DataFrame Column
Academy Membership PySparkPython

PySpark - Count Distinct Values of a DataFrame Column

Introduction In this tutorial, we want to count the distinct values of a PySpark DataFrame column. In order to do this, we use the distinct().count() method and the  countDistinct() function of PySpark. Import Libraries First, we import the following python modules: from pyspark.sql import SparkSession from pyspark.sql....

You’ve successfully subscribed to Deep Learning Nerds | The ultimate Learning Platform for AI and Data Science
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.