Files
tablib/docs
yarko c5c2dffe42 correct example (#276)
map() is a function in python2, and iterator in python3+;

In any case - map is inefficient compared to either comprehensions (most efficient), or simple loops (close second).
SInce in this case, data.append() returns nothing, use a simple look.
It is clearer, more efficient, and works with both python2 and python3
2017-02-24 09:39:53 -03:00
..
2010-10-05 17:29:43 -04:00
2010-11-04 05:43:00 -04:00
2016-02-16 08:29:17 -05:00
2016-02-07 06:01:56 -05:00
2017-02-24 09:39:53 -03:00
2016-02-07 10:56:29 -05:00
2011-02-18 03:27:28 -05:00
2010-10-05 17:29:43 -04:00