1 | initial version |
You would have to install pandas first, I imagine; it's not included in the usual Sage distribution. Some discussion on this is in this sage-support thread. You should be able to install it from the command line.
2 | No.2 Revision |
3 | No.3 Revision |
You would have to install pandas first, I imagine; it's not included in the usual Sage distribution. Some discussion on this is in this sage-support thread. You should be able to install it from the command line.
sage: easy_install !easy_install pandas
or something like that.