VivaSeries
VivaSeries
SERIES
VIVA QUESTIONS
1. What is Pandas?
Pandas is a software library for the Python programming language written by Wes
McKinney for data manipulation and analysis. The name Pandas is derived from the
term “Panel Data”. It is an open source and free to use.
3. What is a series?
We can create customized index values using index parameter in Series method.
6. What happens when dictionary is used to create a series?
Dictionary keys are used to construct indexes and dictionary values are used to
make elements of a series.
1
Series | Vineeta Garg
11. By default how many rows are displayed by head() and tail()
functions?
5
2
Series | Vineeta Garg