Metadata-Version: 2.4
Name: numpyUtilsUpdated
Version: 0.0.5
Summary: A collection of numpy utilities for data analysis and manipulation.
Project-URL: Homepage, https://github.com/nani-here/numpyUtilsUpdated
Project-URL: Issues, https://github.com/nani-here/numpyUtilsUpdated/issues
Author-email: Nani bolthe! <neku.enduku2005@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# numpyUtilsUpdated

A comprehensive collection of utility functions designed to enhance your NumPy workflows. This module provides a range of tools to simplify common NumPy operations, improve code readability, and boost your productivity when working with numerical data in Python.

## Features

* **Array Manipulation:** Functions for reshaping, flattening, transposing, and joining NumPy arrays with ease.
* **Data Inspection:** Tools for quickly checking array properties like shape, data type, minimum/maximum values, and the presence of NaN or infinite values.
* **Indexing and Selection:** Utility functions to simplify complex indexing and selection tasks.
* **Mathematical Operations:** Convenient wrappers for common mathematical operations and aggregations.
* **Saving and Loading:** Streamlined functions for saving and loading NumPy arrays to and from files.
* **Type Checking:** Functions to easily verify the data type of NumPy arrays.

## Installation

```bash
pip install numpyUtilsUpdated