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/v0.10.1.txt
+3
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ API changes
14
14
- Groupby aggregations Max/Min no longer exclude non-numeric data (GH2700_)
15
15
- Resampling an empty DataFrame now returns an empty DataFrame instead of raising an exception (GH2640_)
16
16
- The file reader will now raise an exception when NA values are found in an explicitly specified integer column instead of converting the column to float (GH2631_)
17
+
- DatetimeIndex.unique now returns a DatetimeIndex with the same name and
18
+
- timezone instead of an array (GH2563_)
17
19
18
20
New features
19
21
~~~~~~~~~~~~
@@ -200,3 +202,4 @@ on GitHub for a complete list.
0 commit comments