Skip to content

meronmkifle/Python-for-Tidyverse-Users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Python for Tidyverse Users

A side-by-side reference guide that translates your R/tidyverse fluency into Python/pandas — from first line to production ETL pipelines.

image

Who This Is For

Data analysts and researchers who already work in R with the tidyverse and want to add Python without starting from scratch. If you know dplyr, ggplot2, and tidyr, you already understand 80% of the concepts — this guide gives you the syntax.

What's Covered

Section Topics
Foundations Setup, syntax differences (0-indexing, indentation, method chaining), data types, lists vs vectors
Data Wrangling Full dplyr→pandas verb mapping: select, filter, mutate, summarise, group_by, joins, reshaping, strings, dates, categoricals
ETL & Pipelines Reading/writing data, complete ETL pipeline pattern with validation, APIs, web scraping, SQL from Python
Visualisation ggplot2 → matplotlib/seaborn, plotly interactive charts
Statistics & ML scipy.stats, statsmodels regression, scikit-learn pipelines
Production Functions, error handling, CLI scripts, virtual environments, project structure

Includes a complete R → Python cheat sheet table covering 30+ common operations.

Releases

No releases published

Packages

 
 
 

Contributors

Languages