Python value_counts() 变DataFrame

data1 = data['date'].value_counts().rename_axis('date').reset_index(name='count')

你可能感兴趣的:(python,开发语言,后端)