Skip to content

Commit f375052

Browse files
authored
Add to_julian_date to DatetimeIndex methods listing
1 parent bb10b27 commit f375052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/indexes/datetimes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ class DatetimeIndex(DatetimeTimedeltaMixin):
222222
to_pydatetime
223223
to_series
224224
to_frame
225+
to_julian_date
225226
month_name
226227
day_name
227228
mean

0 commit comments

Comments
 (0)