Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas check if column is non descending

# credit to the Stack Overflow user in the source link
# this is a more general answer

pandas.Series.is_monotonic_increasing
pandas.Series.is_monotonic_decreasing
pandas.Series.is_monotonic
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pandas #check #column #descending
ADD COMMENT
Topic
Name
2+6 =