/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

tomaugspurger.net
| | marcobonzanini.com
3.2 parsecs away

Travel
| | In this article you'll find some tips to reduce the amount of RAM used when working with pandas, the fundamental Python library for data analysis and data manipulation. When dealing with large(ish) datasets, reducing the memory usage is something you need to consider if you're stretching to the limits of using a single machine. For...
| | nikgrozev.com
4.7 parsecs away

Travel
| | This article overviews how to quickly set up and get started with the pandas data analysis library. It also lists common code snippets for parsing, loading, ...
| | janakiev.com
3.4 parsecs away

Travel
| | One of the crucial tasks when working with data is to load data properly. The common way the data is formated is CSV, which comes in different flavors and varying difficulties to parse. This article shows three common approaches in Python.
| | aosmith.rbind.io
33.6 parsecs away

Travel
| Extending my simulation examples into the world of generalized linear models, I simulate Poisson data to explore what a quadratic relationship looks like on the scale of the data when fitting a generalized linear model with a log link.