Hi,This is a little more readable, but still a bit ugly. What I'm proposing here is:mydf = df[ w'field1 field2 field3' ]This would be identical in all ways (compile-time) to:mydf = df[ ('field1', 'field2', 'field3') ]