> 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
- package extension problem Fabrizio Pollastri
- Re: package extension problem Jerry Hill
- Re: package extension problem Miki Tebeka
- Re: package extension problem Fabrizio Pollastri
- Re: package extension problem Peter Otten
- Re: package extension problem Miki Tebeka
- Re: package extension problem Terry Reedy