category
Topics
Data Literacy Tutorials
Find extra resources to help upskill you and/or your team. Our data literacy tutorials will help you think critically about your data.
How to Write a Bash Script: A Simple Bash Scripting Tutorial
Discover the basics of bash scripting and learn how to write a bash script.
Cloudera Hadoop Tutorial
Learn about Hadoop ecosystem, the architectures and how to start with Cloudera.
DataCamp Team
March 4, 2022
Google Colab Tutorial for Data Scientists
A brief guide for navigating Google Colab to carry out data science coding and collaborating with other data scientists.
Python Select Columns Tutorial
Use Python Pandas and select columns from DataFrames. Follow our tutorial with code examples and learn different ways to select your data today!
DataCamp Team
September 3, 2020
The 10 Most Important Packages in R for Data Science
Learn about different packages in R used for data science. Including how to load them and different resources you can use to advance your skills with them.
Olivia Smith
August 30, 2020
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(), ...!