wireservice / csvkit

A suite of utilities for converting to and working with CSV, the king of tabular file formats.
https://csvkit.readthedocs.io
MIT License
6.03k stars 603 forks source link

Update documentation to use the built-in function `next()` #1204

Closed LKirst closed 1 year ago

LKirst commented 1 year ago

Should the example in the documentation of csvpy use the built-in function next() instead of the reader.next() method because most users will be using Python 3?

https://github.com/wireservice/csvkit/blob/da9c04c1cd882d013e79575cc4c5f7de18f6babd/docs/scripts/csvpy.rst?plain=1#L47

jpmckinney commented 1 year ago

Good call - thanks!