Pandas

•Series is dict-like:get and set values by index label •Series can be treated as arrays for vectorized operations •Indices are automatically aligned: operating on two Series with different indices gives a Series with the unionof the indices, where non … ................
................