예제 #1
0
 def is_monotonic(self):
     try:
         return self.index.is_monotonic
     except:
         return lib.is_monotonic_int64(self.values)[0]
예제 #2
0
파일: index.py 프로젝트: npinger/pandas
 def is_monotonic(self):
     return lib.is_monotonic_int64(self)