Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

how to sort subset of rows in pandas df

In [364]: df.sort_values(['id','t'], ascending=[1,0])
Out[364]:
   id   t  metric_1  metric_2  metric_3
4   0  90    13.333    61.993  0.017871
3   0  89    13.333    61.998  0.017746
2   0  88    13.333    61.992  0.017711
1   0  87    13.333    61.993  0.017569
0   0  86    13.333    61.989  0.017444
9   1  90    33.333    61.736  0.030689
8   1  89    26.667    61.802  0.025995
7   1  88    20.000    61.864  0.022475
6   1  87    20.000    61.913  0.020058
5   1  86    13.333    61.964  0.018511  
Comment

PREVIOUS NEXT
Code Example
Python :: python button graphics.py 
Python :: python word encode asci 
Python :: how to interrupt a loop in python 
Python :: remove SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame 
Python :: pandas find column with max value for each row 
Python :: python wifi moudel [WinError 2] The system cannot find the file specified 
Python :: BST_Deleting 
Python :: gui python 
Python :: Print characters from a string that are present at an even index number 
Python :: Sqlalchemy Define class from existing table 
Python :: webex teams api attach file 
Python :: how to get checkbutton from a list 
Python :: Object of type datetime is not JSON serializable 
Python :: python genap ganjil 
Python :: how to get left click input in pygame 
Python :: how to remove whitespace from string in python 
Python :: python take input without displaying it 
Python :: get script text selenium python 
Python :: list vs dictionary python 
Python :: how to install pywhatkit in pycharm 
Python :: Roberta Inference TensorFlow 
Python :: How split() works in Python? 
Python :: sqlalchemy one to one foreign key 
Python :: python one line key increment or add 
Python :: django delete table data 
Python :: pandas print column by index 
Python :: read csv in spark 
Python :: pandas fillna by rows 
Python :: pass integer by reference in Python 
Python :: python cheat 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =