Skip to content

Commit 8b42196

Browse files
committed
fix date_format parameter
1 parent e6ab429 commit 8b42196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexes/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -1296,6 +1296,7 @@ def _format_native_types(
12961296
na_rep: str_t = "",
12971297
decimal: str = ".",
12981298
float_format=None,
1299+
date_format=None,
12991300
quoting=None,
13001301
) -> npt.NDArray[np.object_]:
13011302
"""

0 commit comments

Comments
 (0)