package extension problem

Miki Tebeka miki.tebeka at gmail.com
Mon Feb 13 12:58:02 EST 2012


> 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.



More information about the Python-list mailing list