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
@@ -310,7 +310,7 @@ Previously, :func:`to_datetime` did not localize datetime ``Series`` data when `
310
310
311
311
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
345
+
ValueError: Of the three parameters, start, end, and periods, exactly two must be specified
346
346
347
347
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