Data Analysis
SOURCES
VIDEOS
ARTICLES
What is JupyterLabs
NumPy tutorial
NOTES
what is JupyterLabs
- JupyterLab is a replacement for Jupyter Notebook and essentially very similar to VS code.
NumPy
- NumPy is a commonly used data analysis package for python.
- you can use NumPy in 2 dimensional arrays(lists???)
- NumPy uses these data types:
- float — numeric floating point data.
- int — integer data.
- string — character data.
- object — Python objects.