Re: [Pytables-users] Pytables-users Digest, Vol 86, Issue 8

2013-07-18 Thread Pushkar Raj Pande
Both loadtxt and genfromtxt read the entire data into memory which is not desirable. Is there a way to achieve streaming writes? Thanks, Pushkar On Wed, Jul 17, 2013 at 7:04 PM, Pushkar Raj Pande topgun...@gmail.comwrote: Thanks Antonio and Anthony. I will give this a try. -Pushkar On

Re: [Pytables-users] Pytables-users Digest, Vol 86, Issue 8

2013-07-18 Thread Andreas Hilboll
On 18.07.2013 08:45, Pushkar Raj Pande wrote: Both loadtxt and genfromtxt read the entire data into memory which is not desirable. Is there a way to achieve streaming writes? Thanks, Pushkar On Wed, Jul 17, 2013 at 7:04 PM, Pushkar Raj Pande topgun...@gmail.com

Re: [Pytables-users] Pytables-users Digest, Vol 86, Issue 8

2013-07-18 Thread Antonio Valentino
Hi Pushkar, Il 18/07/2013 08:45, Pushkar Raj Pande ha scritto: Both loadtxt and genfromtxt read the entire data into memory which is not desirable. Is there a way to achieve streaming writes? OK, probably fromfile [1] can help you to cook something that works without loading the entire file