标签: python pandas pandas-groupby data-analysis
我想知道为什么将nyc.groupby('Complaint Type')存储在“ groupedby_complaint”变量中。它返回什么?
nyc.groupby('Complaint Type')
groupedby_complainttype = nyc.groupby('Complaint Type') grp_data = groupedby_complainttype.get_group('Illegal Parking')
我已经在Google上搜索了它,但找不到满意的答案。任何帮助都是可以的!!!