Skip to content

The ultimate reference guide to data wrangling with Python and R

Notifications You must be signed in to change notification settings

ben519/DataWrangling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check out Practice Probs for new pandas content and practice problems.


DataWrangling

Data science is 90% cleaning the data and 10% complaining about cleaning the data.

In the realm of data wrangling, data.table from R and pandas from Python dominate. This repo is meant to be a comprehensive, easy to use reference guide on how to do common operations with data.table and pandas, including a cross-reference between them as well as speed comparisons.

Files & Data

This repo consists of three primary directories:

The Python and R directories each contain three similarly structured files:

The wrangle files make use of four datasets in the Data directory:

These datasets are small for illustrative purposes. If you'd like to test speed comparisons between pandas and data.table, you can use the make_data.R file to generate large versions of these datasets.

Call for contributions

I'd like to encourage contributions for this project - it's well suited for it. Also note that I'm much more comfortable using data.table than pandas, so it's likely I've done some suboptimal wrangling in pandas.

Contact

If you'd like to contact me regarding bugs, questions, or general consulting, feel free to drop me a line - bgorman519@gmail.com

Support

Found this free repo helpful? Show your support. Check out GormAnalysis Courses and buy some merch! GormAnalysis Shop

About

The ultimate reference guide to data wrangling with Python and R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published