R v Python Series: Introduction
Introduction
In this series of posts, we will cover exercises in both R and Python. The examples were inspired by Matt Dancho and his incredible library of training videos on Business Science University. These posts are not intended to steer you towards one software or another. Both R and Python are powerful programming languages, and both have their advantages and disadvantages. In fact, with packages such as Reticulate, you can now leverage the power of both R and Python together.
The topics included in future posts include some of the most commonly used data ingestion, wrangling, and visualization techniques used in data analysis and data science.
02: Join Data
03: Change Data Types
04: String Splits
05: Calculate New Columns
06: Organize Columns
07: Rename Columns
08: Saving Data
09: Aggregations
03: Change Data Types
04: String Splits
05: Calculate New Columns
06: Organize Columns
07: Rename Columns
08: Saving Data
09: Aggregations