Jupyter notebooks are new ways to work easily with data and code together, Jupyter lab will make you interact with Jupyter project through a user interface that starts in command mode consists of cell that accepts Markdown if edit mode entered using m
letter, or Python3
if entered using y
letter.
Numpy is a commonly used Python data analysis package. By using NumPy, you can speed up your workflow, and interface with other packages in the Python ecosystem, like scikit-learn, that use NumPy under the hood. NumPy was originally developed in the mid 2000s, and arose from an even older package called Numeric. This longevity means that almost every data analysis or machine learning package for Python leverages NumPy in some way.
Creating A NumPy Array:
np.array
Using NumPy To Read In Files:
For indexing, you need 2 indexes because you deal with 2D arrays