8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab56bd commit c6e5bf6Copy full SHA for c6e5bf6
pandas/_libs/parsers.pyx
@@ -1013,7 +1013,7 @@ cdef class TextReader:
1013
cdef _end_clock(self, what):
1014
if self.verbose:
1015
elapsed = time.time() - self.clocks.pop(-1)
1016
- print '%s took: %.2f ms' % (what, elapsed * 1000)
+ print('%s took: %.2f ms' % (what, elapsed * 1000))
1017
1018
def set_noconvert(self, i):
1019
self.noconvert.add(i)
0 commit comments