Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas check if column is sorted

# credit to the Stack Overflow user in the source link

df.your_column.is_monotonic_increasing 
# or 
df.your_column.is_monotonic_decreasing
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pandas #check #column #sorted
ADD COMMENT
Topic
Name
9+2 =