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

What’s new?
How to convert CSV to Parquet in Python using Pandas
Academy Membership PandasPython

How to convert CSV to Parquet in Python using Pandas

📘 Introduction In modern data workflows, Parquet is a popular columnar storage format for efficient data storage and faster analytics. Converting CSV to Parquet in Python is straightforward using Pandas and PyArrow. In this tutorial, we will walk you through the complete process: from creating a sample CSV file, reading it...

Premium posts Previous posts
Install n8n Locally with Docker Compose: A Step-by-Step Guide
Academy Membership n8nDocker

Install n8n Locally with Docker Compose: A Step-by-Step Guide

📘 Introduction n8n is a powerful workflow automation platform that lets you connect apps, automate processes, and even build AI agents — all without writing a single line of code. Running n8n locally using Docker Compose gives you a clean, reliable, and easily reproducible environment that’s perfect for development, experimentation, and...

Insert Data into DuckDB Using Python: A Practical Guide
Academy Membership DuckDBPython

Insert Data into DuckDB Using Python: A Practical Guide

📘 Introduction DuckDB has quickly become a favorite tool among data engineers and analysts because of its speed, simplicity, and ability to run analytical SQL queries directly within Python. Whether you’re prototyping data pipelines, running local analytics, or managing lightweight data storage, knowing how to insert data into DuckDB is...

How to Rename Multiple DataFrame Columns at Once in PySpark
Academy Membership PySparkPython

How to Rename Multiple DataFrame Columns at Once in PySpark

📘 Introduction Renaming columns is one of the most common transformations you’ll perform when cleaning or standardizing data in PySpark. Whether you’re aligning tables from different systems, preparing data for machine learning, or simply making column names more readable, updating many column names at once can quickly become tedious...

Query CSV files in Python using DuckDB
Academy Membership DuckDBPython

Query CSV files in Python using DuckDB

📘 Introduction One of DuckDB’s most useful features is the ability to query CSV files directly—no need to load them into a database first. This tutorial will guide you through running SQL queries on a CSV file using Python. ✅ Prerequisites Before you begin, make sure you have: 🐍☑️ Installed Python...

Query a Pandas DataFrame using DuckDB
Academy Membership DuckDBPython

Query a Pandas DataFrame using DuckDB

📘 Introduction If you enjoy working with pandas but wish you could use clean, powerful SQL at any time, then DuckDB is the right tool for you. With DuckDB, you can query your DataFrames instantly without having to set up a database, run a server, or change your workflow. ✅ Prerequisites Before...

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.