This commit is contained in:
Kenneth Reitz
2011-05-13 01:46:37 -04:00
parent 06a7b4cd4e
commit 2e03046a07
+1 -1
View File
@@ -259,7 +259,7 @@ Let's tag some students. ::
Now that we have extra meta-data on our rows, we can use easily filter our :class:`Dataset`. Let's just see Male students. ::
>>> data.filter(['male']).yaml
>>> students.filter(['male']).yaml
- {first: Kenneth, Last: Reitz}
It's that simple. The original :class:`Dataset` is untouched.