Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A loop with Pandas in Sage

I am working with Pandas from inside Sage. As there is a problem with integers and to display the third element of a Pandas series S in Sage I am obliged to write S[3r]. I would like to know how I can make a for loop since S[jr] will obviously not work.