O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
The following screencast shows how to identify outliers within a column of data in a Google Spreadsheet and how to use a formula to remove them from an average calculation:
Here is the first filter ...
This excerpt from Mark Lutz' Learning Python introduces you to the New Iterables in Python 3.0. With it you'll learn about the range, map, zip, filter and dictionary view iterators. You'll also lear...