Leveraging the Best of both Python and R
Learn how to use Python and R in conjunction with each other to utilize the best of both in a single data science project.
May 2019 · 9 min read
Learn more about Python and R
Beginner
5 hr
12.6K
Introduction to Data Science in Python
Beginner
4 hr
429.5K
Intermediate Python
Beginner
4 hr
920.7K
See More
RelatedSee MoreSee More
Reshaping Data with pandas in Python
Pandas DataFrames are commonly used in Python for data analysis, with observations containing values or variables related to a single object and variables representing attributes across all observations.
Reshaping Data with tidyr in R
In this cheat sheet, you will learn how to reshape data with tidyr. From separating and combining columns, to dealing with missing data, you'll get the download on how to manipulate data in R.
Data Quality Dimensions Cheat Sheet
In this cheat sheet, you'll learn about data quality dimensions, allowing you to ensure that your data is fit for purpose.
Joe Franklin
3 min
Setting Up VSCode For Python: A Complete Guide
Experience a simple, fun, and productive way of Python development by learning about VSCode and its extensionsn and features.
GeoPandas Tutorial: An Introduction to Geospatial Analysis
Get started with GeoPandas, one of the most popular Python libraries for geospatial analysis.
T-tests in R Tutorial: Learn How to Conduct T-Tests
Determine if there is a significant difference between the means of the two groups using t.test() in R.