Skip to content

Commit 4cbbb73

Browse files
committed
delete requested case
1 parent 20f3d7f commit 4cbbb73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/io/pytables.py

-2
Original file line numberDiff line numberDiff line change
@@ -4621,8 +4621,6 @@ def _get_converter(kind, encoding):
46214621
kind = _ensure_decoded(kind)
46224622
if kind == 'datetime64':
46234623
return lambda x: np.asarray(x, dtype='M8[ns]')
4624-
elif kind == 'datetime':
4625-
return lambda x: to_datetime(x, cache=True).to_pydatetime()
46264624
elif kind == 'string':
46274625
return lambda x: _unconvert_string_array(x, encoding=encoding)
46284626
else: # pragma: no cover

0 commit comments

Comments
 (0)