Episode

Working with NumPy | Even More Python for Beginners - Data Tools [27 of 31]

pandas provides DataFrames and tools for working with tabular data. But once the need for labels and column names is removed, there are tools which can offer better support - such as NumPy. We'll highlight how to work with arrays from NumPy, and show off where NumPy arrays are the appropriate tool for the job.

Watch the Python for Beginner series here: https://aka.ms/PythonBeginnerSeries
For the Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPython
All video content will available at: https://github.com/microsoft/c9-python-getting-started/
First series: https://github.com/microsoft/c9-python-getting-started/tree/master/python-for-beginners
Second series: https://github.com/microsoft/c9-python-getting-started/tree/master/more-python-for-beginners
Third series: https://github.com/microsoft/c9-python-getting-started/tree/master/even-more-python-for-beginners-data-tools

#microsoftdeveloper #evenmorepythonforbeginners #learntocode

Python