Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skillsβperfect for learners of all ages.
Enroll to start learning
Youβve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take mock test.
Test your understanding with targeted questions related to the topic.
Question 1
Easy
What is the command to import NumPy?
π‘ Hint: Look for 'numpy' in the command.
Question 2
Easy
How would you create a NumPy array from a list?
π‘ Hint: Remember to use the np prefix for NumPy functions.
Practice 4 more questions and get performance evaluation
Engage in quick quizzes to reinforce what you've learned and check your comprehension.
Question 1
What library would you use for handling data tables in Python?
π‘ Hint: Think about which library focuses on data structures like DataFrames.
Question 2
True or False: NumPy is frequently used for string manipulation.
π‘ Hint: Consider what types of operations are most common for NumPy.
Solve 1 more question and get performance evaluation
Push your limits with challenges.
Question 1
Given a DataFrame with different animals and their ages, write a Python code to add a new column indicating whether each animal is 'Adult' or 'Young'.
π‘ Hint: Consider how you might categorize ages using conditional statements.
Question 2
Create a NumPy array of 10 random numbers and calculate the variance. Write the code up to calculating the variance.
π‘ Hint: Remember how to generate random numbers and that variance is a measure of spread in statistics.
Challenge and get performance evaluation