/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

pythonspeed.com
| | vickiboykis.com
1.4 parsecs away

Travel
| | Working with medium-ish data in Pandas
| | digitalflapjack.com
2.2 parsecs away

Travel
| | Why pandas and python make me frustrated: looking at how the promise of simpilicity comes with hidden costs that are expensive to deal with, and what we might do about that.
| | tomaugspurger.net
2.6 parsecs away

Travel
| | This is a status update on some enhancements for pandas. The goal of the work is to store things that are sufficiently array-like in a pandas DataFrame, even if they aren't a regular NumPy array. Pandas already does this in a few places for some blessed types (like Categorical); we'd like to open that up to anybody. A couple months ago, a client came to Anaconda with a problem: they have a bunch of IP Address data that they'd like to work with in pandas. They didn't just want to make a NumPy array of IP addresses for a few reasons:
| | idiallo.com
25.9 parsecs away

Travel
| There are many ways to detect if an object is an array. I found a single line of code to rule them all.