Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to find out the max and min date on the basis of property id in pandas

df.groupby([key_field]).agg({'time_field': [np.min,np.max]})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #find #max #min #date #basis #property #id #pandas
ADD COMMENT
Topic
Name
3+3 =