Series
Everything on SkillVeris tagged Series — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 2 libraries
Study Notes(3)
apply, map, and applymap
A practical comparison of pandas' three element-wise transformation tools — Series.map, DataFrame.apply, and the deprecated DataFrame.applymap — and when to re…
Series Basics
Learn the anatomy of a pandas Series — its values, index, and name — and how label-based alignment, vectorized operations, and dtype inference make it more tha…
Time Series Basics
Learn pandas' Timestamp, DatetimeIndex, and date_range tools that form the foundation for working with time-indexed data.