You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.21.0.txt
+3-3
Original file line number
Diff line number
Diff line change
@@ -358,7 +358,7 @@ Previously, :func:`to_datetime` did not localize datetime ``Series`` data when `
358
358
359
359
Additionally, DataFrames with datetime columns that were parsed by :func:`read_sql_table` and :func:`read_sql_query` will also be localized to UTC only if the original SQL columns were timezone aware datetime columns.
ValueError: Must specify exactly two of start, end, or periods
393
+
ValueError: Of the three parameters, start, end, and periods, exactly two must be specified
394
394
395
395
Additionally, the endpoint parameter ``end`` was not included in the intervals produced by ``interval_range``. However, all other range functions include ``end`` in their output. To promote consistency among the range functions, ``interval_range`` will now include ``end`` as the right endpoint of the final interval, except if ``freq`` is specified in a way which skips ``end``.
0 commit comments