Explore >> Select a destination


You are here

atchen.me
| | andrewpwheeler.com
17.1 parsecs away

Travel
| | Here are some notes (for myself!) about how to format histograms in python using pandas and matplotlib. The defaults are no doubt ugly, but here are some pointers to simple changes to formatting to make them more presentation ready. First, here are the libraries I am going to be using. import pandas as pd import...
| | tomaugspurger.net
18.6 parsecs away

Travel
| | This is Part 2 in the Practical Pandas Series, where I work through a data analysis problem from start to finish. It's a misconception that we can cleanly separate the data analysis pipeline into a linear sequence of steps from data acqusition data tidying exploratory analysis model building production As you work through a problem you'll realize, "I need this other bit of data", or "this would be easier if I stored the data this way", or more commonly "strange, that's not supposed to happen".
| | r4ds.had.co.nz
19.6 parsecs away

Travel
| | You're reading the first edition of R4DS; for the latest on this topic see the Communication chapter in the second edition. 28.1 Introduction In \[exploratory data analysis\], you learned how to...
| | michaelsalim.co.uk
104.9 parsecs away

Travel
| Learn Rust to 80% in 5 minutes by leveraging your existing JavaScript knowledge. In this article, I list a number of differences Rust has compared to JS that is crucial to understanding it.