Subjects specialized in class
1A Language
2A Mathematics
3B Language
4C Mathematics
5 C Mathematics
6C Language
7C Language
I'd like to show the number of people who are good at Korean by group from this chart.
A1
B1
C2
I would like to get answers like this.
How should I write it?
library(dplyr)
df%>%filter (Favorite subject == 'Korean')%>%
group_by%>%summarize(Count=n())
# # Atible: 2 x 3
# class count
# <fctr><int>
# 1 A 1
# 2B1
# 3C2
How about
372 To find Python openpyxl value coordinates
360 I would like to know if I can retrieve data using pandas grouping.
364 winget install-e --id Microsoft.WindowsSDK fails.
354 Understanding How to Configure Google API Key
356 I want to change the format (date and time display) of the legend in chronological order.
© 2023 OneMinuteCode. All rights reserved.