> import new_pandas as np 
> df = np.DataFrame({'A':[1,2,3],'B':[4,5,6]}) 
> col_A = df['A']
I'm not familiar with pandas, but my *guess* will be that you'll need to 
override __getitem__ in the new DataFrame.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to