{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "
Series
object.Series
objects contain data stored as NumPy arrays. As a result, we can take advantage of vectorizing, which perform operations on all array elements without needing to construct a Python for
loop. Series
' name attribute.scatter
function. Try changing one or more of the five argument values we used above, and try different arguments as well.