wesm / pydata-book

Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
Other
22.29k stars 15.2k forks source link

Remove unneeded call to `list()` #142

Closed jslatane closed 3 years ago

jslatane commented 3 years ago

The example lambda function works without the list() call.

wesm commented 3 years ago

Thanks. Will make sure it's fixed in the 3rd edition updates