تم سحب Dataset من githubusercontent
والعمل عليها ب python باستخدام مكتبات pandas ومعرفه معلومات عن الداتا كالالي
See the first 25 entries
the number of observations in the dataset
the name of all the columns.
the data type of each column
different occupations are in this dataset
Summarize the DataFrame.
alculate the average age of users by gender
For each occupation, calculate the percentage of users who are male
Filter the dataset to show only female users.
Filter the dataset to show female users who are in their 20s
Create a pivot table showing the count of users by occupation and age decade