Viva Questions
Viva Questions
1. What are the differences between Python lists and NumPy arrays?
2. Explain the difference between a Series and a DataFrame in Pandas.
3. How do you handle missing data in a Pandas DataFrame?
4. What is the purpose of the groupby() function in Pandas?
5. Explain the use of loc[] and iloc[] in Pandas.
6. How do you add or delete rows/columns in a DataFrame?
7. What is the difference between shallow copy and deep copy in Pandas?
Data Visualization