From 8a06e2cf0bd2e0873efc7b653179cbb1222e77a4 Mon Sep 17 00:00:00 2001 From: Paul Gueltekin Date: Fri, 19 Aug 2016 12:20:59 +0200 Subject: [PATCH] unique docstring extend #13565 unique datetime tz issue --- pandas/core/base.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pandas/core/base.py b/pandas/core/base.py index 0f9eb14be40db..cd3521f958b4d 100644 --- a/pandas/core/base.py +++ b/pandas/core/base.py @@ -956,7 +956,9 @@ def unique(self): """ Return array of unique values in the object. Significantly faster than numpy.unique. Includes NA values. - + + Called on values of timezone aware datetimes, this will return non + timezone aware datetimes. Returns ------- uniques : ndarray