DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
i want to get only first record of each user in pandas
>>> df.groupby('id').first() value id 1 first 2 first 3 first 4 second 5 first 6 first 7 fourth
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#record
#user
#pandas
ADD COMMENT
Topic
COMMENT
Name
6+5 =
Submit