Introduction to Python Pandas for Data Analytics

Python 3 not backward-compatible with Python 2 A lot of packages are available for Python 2 Check version using the following command Example $ python --version ... Boolean operators and, or and not Comparison operators >, = (greater or equal), ................
................