Skip to content

datumbrain/numpy-writer-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numpy-writer-go

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.

Purpose

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.

Prerequisites

Before running this project, ensure you have the following installed:

  • Go (version 1.16 or higher)
  • Python (version 3.6 or higher)
  • Python packages:
    • numpy
    • pandas

You can install the required Python packages using pip:

pip install numpy pandas

About

Go writer for Numpy files using `.npz` format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published