Skip to content

Commit a3a98f3

Browse files
committed
fix date_format parameter
1 parent 945a74a commit a3a98f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,6 +1299,7 @@ def _format_native_types(
12991299
na_rep: str_t = "",
13001300
decimal: str = ".",
13011301
float_format=None,
1302+
date_format=None,
13021303
quoting=None,
13031304
) -> npt.NDArray[np.object_]:
13041305
"""

0 commit comments

Comments
 (0)