Num Py
Everything on SkillVeris tagged Num Py — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 3 libraries
Study Notes(7)
Common Pandas & NumPy Pitfalls
A field guide to the mistakes that trip up even experienced users of pandas and NumPy — chained assignment, dtype surprises, mutable defaults, and silent misal…
Linear Algebra with NumPy
Learn how NumPy represents vectors and matrices and how to perform matrix multiplication, transposition, inversion, determinants, and eigen-decomposition using…
The ndarray: NumPy Basics
The ndarray is NumPy's core data structure — understanding its shape, dtype, strides, and axis conventions is essential to using arrays correctly and efficient…
Pandas & NumPy Interview Questions
A curated set of frequently asked pandas and NumPy interview questions with precise answers, covering indexing, performance, missing data, and common gotchas.
Pandas & NumPy Quick Reference
A condensed cheat sheet of the most-used NumPy and pandas syntax — array creation, indexing, aggregation, merging, and reshaping — for fast lookup while coding.
What Is NumPy?
NumPy is Python's foundational library for fast, memory-efficient numerical computing, built around a homogeneous multi-dimensional array type called ndarray.
What Is Pandas?
An introduction to pandas, the Python library built on NumPy for labeled, tabular data manipulation, covering its core data structures and why it dominates rea…