Python's csv module uses an internal module _csv which is written in C. So I'm not sure it's all that surprising that a Go implementation is a bit slower.
How about Java? It is quite funny Java version is much faster than Python version even when Python version does use C ? Something fishy going on.
It's easy to be faster if you do fundamentally less. Not necessarily wrong, depending on your task, but it's not comparable.