[SciPy-User] format for chunked file save and read ?

Robert Kern robert.kern at gmail.com
Wed Sep 22 15:05:28 EDT 2010


On Wed, Sep 22, 2010 at 13:09,  <josef.pktd at gmail.com> wrote:

> Just a preference given my tastes: I like open standards where I don't
> have to worry about any compatibility questions. My favorite data file
> format is a csv file. (I lost hdf5 support with numpy 1.4.0)

What do you mean you "lost hdf5 support with numpy 1.4.0"?

In any case, just use the NPY format using np.save() and np.load() and
be done with it.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the SciPy-User mailing list