Showing 0–0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Pandas Group By 1 Python PredictingFinalResult for demonstrating Pandas Group By 1 QuizPET pandas
2 Pandas Data Selection 1 Python PredictingFinalResult for demonstrating Pandas Data Selection 1 QuizPET pandas
3 Pandas Data Statistics 1 Python PredictingFinalResult for demonstrating Pandas Data Statistics 1 QuizPET pandas
4 Pandas Data Statistics 2 Python PredictingFinalResult for demonstrating Pandas Data Statistics 2 QuizPET pandas
5 Pandas Data Statistics 3 Python PredictingFinalResult for demonstrating Pandas Data Statistics 3 QuizPET pandas
6 Pandas Data Statistics 4 Python PredictingFinalResult for demonstrating Pandas Data Statistics 4 QuizPET pandas
7 Pandas Data Statistics 5 Python PredictingFinalResult for demonstrating Pandas Data Statistics 5 QuizPET pandas
8 PANDAS GroupBy 2 You're provided a dataframe of used cars using pandas. Group the data by 'type' and count the number of cars... jsParsons pandas
9 PANDAS GroupBy 3 You're provided a dataframe of used cars using pandas. Group the data by 'type' and find the maximum mileage for... jsParsons pandas
10 PANDAS Select 2 You're provided a dataframe of used cars using pandas. Select the columns with their type, mileage and name. filter those... jsParsons pandas
11 PANDAS GroupBy 1 You're provided a dataframe of used cars using pandas. Group the data by 'type' and calculate the average mileage for... jsParsons json, pandas
12 PANDAS Select 1 You're provided a dataframe of used cars using pandas. Select the columns with their type, mileage and name jsParsons json, pandas
13 PANDAS Stats 1 You're provided a dataframe of used cars using pandas. Display the first 5 rows and calculate the average mileage of... jsParsons json, pandas, statistics
14 PANDAS Stats 2 You're provided a dataframe of used cars using pandas. Select the 'type' and 'mileage' columns and use describe() to display... jsParsons pandas, statistics
15 PANDAS Stats 3 You're provided a dataframe of used cars using pandas. Count how many cars belong to each type using value_counts() and... jsParsons pandas, statistics