Skip to main content
Category
Topics

Big Data Tutorials

Learn how to implement the tools that data scientists are using to handle, process, & analyse big data. Gain insight to help upskill your career & team.
Other topics:
Big Data

PySpark: How to Drop a Column From a DataFrame

In PySpark, we can drop one or more columns from a DataFrame using the .drop("column_name") method for a single column or .drop(["column1", "column2", ...]) for multiple columns.

Maria Eugenia Inzaugarat

June 16, 2024

Big Data

Snowflake Snowpark: A Comprehensive Introduction

Take the first steps to master in-database machine learning using Snowflake Snowpark.
Bex Tuychiev's photo

Bex Tuychiev

May 2, 2024

Big Data

A Beginner's Guide to BigQuery

Learn what BigQuery is, how it works, its differences from traditional data warehouses, and how to use the BigQuery console to query public datasets provided by Google.
Eduardo Oliveira's photo

Eduardo Oliveira

September 13, 2023

Big Data

Cloudera Hadoop Tutorial

Learn about Hadoop ecosystem, the architectures and how to start with Cloudera.
DataCamp Team's photo

DataCamp Team

March 4, 2022

Python

Python Dictionary Comprehension Tutorial

Learn all about Python dictionary comprehension: how you can use it to create dictionaries, to replace (nested) for loops or lambda functions with map(), filter() and reduce(), ...!
Sejal Jaiswal's photo

Sejal Jaiswal

February 27, 2023