[I'm CC'ing to the PyTables list as this can be useful for others]

Hello Dan,

El dc 14 de 02 del 2007 a les 10:20 -0500, en/na Daniel Kahn va
escriure:
> Fransec,
> 
> Thank you for the quick reply.  I'll keep it in mind.
> 
> I have another question which came up after I emailed you.  I have 
> existing data files with fields which have white space in their names.  
> How can I access to those?  I didn't see this addressed in the PyTables 
> manual, and I'm new to Python so perhaps there is a way to use white 
> space in field names for python objects, but the things I tried didn't work.

Yep. The canonical way to do that in PyTables is by using the
File.getNode() method and pass to it the pathname of your node with
spaces (or any other special character).

Cheers,

-- 
Francesc Altet    |  Be careful about using the following code --
Carabos Coop. V.  |  I've only proven that it works, 
www.carabos.com   |  I haven't tested it. -- Donald Knuth


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to