From: <phi...@ho...> - 2005-06-23 11:52:28
|
Hi list, My question is pure pythonic but is linked to pytables. I allows user to select data from an array by letting him type the=20 expression of the comprehension list. For example, x[=92pressure=92] for x in table.iterrows() if x[=92TDCcount=92]>3 and=20 20<=3Dx[=92pressure=92]<50. I wanted to create a python list comprehension from the previsou string. Is is possible? Is there another solution? Thanks by advance, Philippe Collet |