/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

marcobonzanini.com
| | initialcommit.com
3.8 parsecs away

Travel
| | In this tutorial you will learn how to use the pandas.head() function and how it can be used in machine learning, as well as how to use the pandas.tail() function.
| | tomaugspurger.net
3.2 parsecs away

Travel
| | This is the first post in a series where I'll show how I use pandas on real-world datasets. For this post, we'll look at data I collected with Cyclemeter on my daily bike ride to and from school last year. I had to manually start and stop the tracking at the beginning and end of each ride. There may have been times where I forgot to do that, so we'll see if we can find those.
| | digitalflapjack.com
3.7 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.
| | sookocheff.com
21.2 parsecs away

Travel
| Title and Author of Paper Generalized Isolation Level Definitions, Adya et al. Summary The ANSI SQL standard defines isolation levels allowing database users to trade off between performance and consistency when running transactions. Unfortunately, the wording in the SQL standard is geared towards locking as the sole supported concurrency method. This paper presents alternative definitions to the isolation levels specified in the ANSI SQL standard that are general enough to allow for any concurrency method (multi-version, optimistic, etc.) to be used.