Data Toolkit
Assignment Questions
Data Toolkit
What is NumPy, and why is it widely used in Python
How does broadcasting work in NumPy
What is a Pandas DataFrame
Explain the use of the groupby() method in Pandas
Why is Seaborn preferred for statistical visualizations
What are the differences between NumPy arrays and Python lists
What is a heatmap, and when should it be used
What does the term “vectorized operation” mean in NumPy
How does Matplotlib differ from Plotly
What is the significance of hierarchical indexing in Pandas
What is the role of Seaborn’s pairplot() function
What is the purpose of the describe() function in Pandas
Why is handling missing data important in Pandas
What are the benefits of using Plotly for data visualization
How does NumPy handle multidimensional arrays
What is the role of Bokeh in data visualization
Explain the difference between apply() and map() in Pandas
What are some advanced features of NumPy
How does Pandas simplify time series analysis
What is the role of a pivot table in Pandas
Why is NumPy’s array slicing faster than Python’s list slicing
What are some common use cases for Seaborn?
Practical
How do you create a 2D NumPy array and calculate the sum of each row
Write a Pandas script to find the mean of a specific column in a DataFrame
Create a scatter plot using Matplotlib
How do you calculate the correlation matrix using Seaborn and visualize it with a heatmap
Generate a bar plot using Plotly
Create a DataFrame and add a new column based on an existing column
Write a program to perform element-wise multiplication of two NumPy arrays
Create a line plot with multiple lines using Matplotlib
Generate a Pandas DataFrame and filter rows where a column value is greater than a threshold
Create a histogram using Seaborn to visualize a distribution
Perform matrix multiplication using NumPy
Use Pandas to load a CSV file and display its first 5 rows
Create a 3D scatter plot using Plotly.
Java
Pwskills
+ DSA