A Friday 10 July 2009 21:35:34 DEMOLISHOR! the Demolishor escrigué:
> Hello all,
>   Does pytables support linking multiple files into a single table object?
> I typically have a few hundred smallish (~100 MB) data files that have
> identical structure, and it'd be cool if I could link them into a single
> Table object and query them all simultaneously in the same way that I query
> a single file. Is there a way to do this?

What about including a `StringCol` column for putting your filenames there?  
If the path of the directory to reach them is long and the same for all files, 
this can be saved in an table attribute, and prepended to filenames manually 
as you need them.

Cheers,

-- 
Francesc Alted

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to