This project serves as a test application to evaluate the functionality of the npyio
library for writing NumPy-compatible .npy
and .npz
files in Go.
The primary goal of this project is to:
- Experiment with the
npyio
library's features. - Validate the creation of
.npy
and.npz
files from Go data structures. - Ensure compatibility of the generated files with Python's NumPy and Pandas libraries.
Before running this project, ensure you have the following installed:
You can install the required Python packages using pip:
pip install numpy pandas