0% found this document useful (0 votes)
13 views2 pages

Python Libraries Interview Questions

The document outlines important interview questions related to Python libraries such as NumPy, Pandas, Matplotlib, and Seaborn. It covers fundamental concepts, differences between data structures, data manipulation techniques, and visualization methods. Each section provides specific questions that assess knowledge and practical skills in using these libraries.

Uploaded by

rawlogayatri0
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views2 pages

Python Libraries Interview Questions

The document outlines important interview questions related to Python libraries such as NumPy, Pandas, Matplotlib, and Seaborn. It covers fundamental concepts, differences between data structures, data manipulation techniques, and visualization methods. Each section provides specific questions that assess knowledge and practical skills in using these libraries.

Uploaded by

rawlogayatri0
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Imp Interview Python Libraries Questions…

NumPy
1. What is NumPy and why is it used?
2. Difference between Python lists and NumPy arrays?
3. What are broadcasting rules in NumPy? Give an example?
4. How to create Array..?
5. How do you create an array of zeros, ones, and identity matrix?
6. How to generate random numbers with NumPy?
7. How do you perform element-wise operations in NumPy?
8. Explain reshape(),and flatten().
9. What is the difference between copy() and view() in NumPy?

Pandas
1. What is Pandas and its use?
2. Difference between Series and DataFrame?
3. How do you handle missing values in Pandas? (dropna, fillna)
4. What is the difference between loc[] and iloc[]?
5. How to merge, join, and concatenate DataFrames?
6. Explain groupby() with an example.
7. How do you convert a DataFrame column to datetime?
8. How to read/write CSV, Excel, SQL data using Pandas?
9. How to get unique values and value counts from a column?

Matplotlib
1. What is Matplotlib and why is it used?
2. Difference between [Link]() and [Link]()?
3. How do you add labels, titles, and legends in Matplotlib?
4. How to create subplots in Matplotlib?
5. How do you change figure size?
6. How to customize line style, color, and markers in a plot?
7. What is the difference between [Link]() and
plt.tight_layout()?
8. How to display multiple plots in the same figure?
9. What is the use of [Link]() vs [Link]()?
10. How to plot histograms, bar charts, and pie charts using
Matplotlib?

Seaborn
1. What is Seaborn and how is it different from Matplotlib?
2. Explain the difference between categorical plots and
distribution plots in Seaborn.
3. What is the use of [Link]() vs [Link]()?
4. Difference between [Link]() and [Link]()?
5. How does [Link]() work and when is it used?
6. What is the difference between [Link]() and
[Link]()?
7. How to change the color palette in Seaborn plots?
8. How to add titles and axis labels to Seaborn plots?
9. What is the use of [Link]()?

You might also like