Alphabetical - M
| map | Returns an iterator that applies function to every iterable (built-in). |
| match | Returns determines if the regex matches at the start of a string (re). |
| max | Returns the largest item in an iterable or the largest of two or more arguments (built-in, numpy). |
| maximum | Returns test (numpy). |
| mean | Returns the arithmetic mean ("average") of data (statistics). |
| median | Returns the median (middle value) of data (statistics). |
| median_grouped | Returns the median (50th percentile) of grouped data (statistics). |
| median_high | Returns the high median of data (statistics). |
| median_low | Returns the low median of data (statistics). |
| memoryview | (class) Returns a memoryview object (built-in). |
| min | Returns the smallest item in an iterable or the smallest of two or more arguments (built-in, numpy). |
| minimum | Returns test (numpy). |
| mod | Returns test (numpy). |
| mode | Returns the single mode (most common value) of discrete or nominal data (statistics). |
| modf | Returns test (math, numpy). |
| multimode | Returns the list of modes (most common values) of discrete or nominal data (statistics). |
| multiply | Returns test (numpy). |
| map Returns an iterator that applies function to every iterable (built-in). |
| match Returns determines if the regex matches at the start of a string (re). |
| max Returns the largest item in an iterable or the largest of two or more arguments (built-in, numpy). |
| maximum Returns test (numpy). |
| mean Returns the arithmetic mean ("average") of data (statistics). |
| median Returns the median (middle value) of data (statistics). |
| median_grouped Returns the median (50th percentile) of grouped data (statistics). |
| median_high Returns the high median of data (statistics). |
| median_low Returns the low median of data (statistics). |
| memoryview (class) Returns a memoryview object (built-in). |
| min Returns the smallest item in an iterable or the smallest of two or more arguments (built-in, numpy). |
| minimum Returns test (numpy). |
| mod Returns test (numpy). |
| mode Returns the single mode (most common value) of discrete or nominal data (statistics). |
| modf Returns test (math, numpy). |
| multimode Returns the list of modes (most common values) of discrete or nominal data (statistics). |
| multiply Returns test (numpy). |
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top