Git Product home page Git Product logo

2dot1-weswrangling's Introduction

WesDataWrangling

notebook for ch 6, 7, & 8

This lab is a repo for your work on Wes McKinney's book "Python for Data Analysis, 2nd Ed." for the three chapters that relate to the Data Wrangling portions of the book.

Remember: Munge/munging/WRANGLING Describes the overall process of manipulating unstructured and/or messy data into a structured or clean form. The word has snuck its way into the jargon of many modern-day data hackers. “Munge” rhymes with “grunge.”

AT THIS point, you know the drill with labs like this one, having done Ch5 and Ch4. I have added the data files associated with the book in the examples folder, so you should be able to type in data = pd.read_csv('examples/macrodata.csv') and it should work.

As for each of the chapters in this series, I want you follow the "Coding The Hard Way" methodology. (See Below)

SO for this lab, I'd like to you to follow along with the chapter((s), typing in the code lines into your jupyter notebook within this repo. You should also add markdown notes about which section of the chapter the code refers. I'd suspect that there may be times when there is not enough information to perform the example, but Wes is pretty good at making sure you can follow along with the examples and get the same results.

The finished notebooks will have all the inputs, outputs and graphs form following along in the chapters.

BE SURE to commit at the end of every subsection, and push just about as often. Remember, commits and pushes are FREE so use them liberally!

So to be clear, move through chapters, typing in the inputs, running the code, getting the output. Add Markdown Cells when you want to comment a section or subsection.

Submit the lab when you're done.

Coding The Hard Way

Zed A. Shaw is a popular author of several books where he describes learning a programming language The Hard Way. Zed suggests, and we at Zip Code agree with him wholeheartedly, that the best, most impactful, highest return for your investment when learning to code, is type the code using your own fingers.

That’s right. Whether you are a "visual learner", a "video learner", or someone who can read textbooks like novels (are there any more of these out there?), the best way to learn to code is to code and to code by typing out the code with your own fingers. This means you DO NOT do a lot of copy and paste of code blocks; you really put in the work, making your brain better wired to code by coding with your own typing of the code.

2dot1-weswrangling's People

Contributors

nikkiwojo avatar xt0fer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.