Introduction To Pandas
Introduction To Pandas
00-Introduction-to-Pandas
May 8, 2018
This notebook contains an excerpt from the Python Data Science Handbook by Jake VanderPlas; the
content is available on GitHub.
Out[1]: '0.18.1'
1
Just as we generally import NumPy under the alias np, we will import Pandas under the alias
pd:
This import convention will be used throughout the remainder of this book.
In [3]: pd.<TAB>
In [4]: pd?
More detailed documentation, along with tutorials and other resources, can be found at
http://pandas.pydata.org/.