Q26
What is the purpose of the pandas library in web scraping?
A.
Handling HTTP requests
B.
Rendering JavaScript
C.
Extracting data from HTML and XML
D.
Manipulating and analyzing data
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The pandas library is used for data manipulation and analysis, often used after scraping data.