Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Numpy Masked

The numpy.ma module provides masked arrays, which couple a data array with a boolean mask. Masked elements are ignored in operations like mean(), sum(), and log(), making them ideal for datasets where certain entries should be excluded without deleting them and losing shape information.

majiayu000 f4fd01d 2 files · 4.2 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/data/numpy-masked commit f4fd01d247

Frequently asked questions

npx skillmds add majiayu000/numpy-masked