Re: [Tutor] export pandas excel

2015-10-28 Thread Alan Gauld
On 28/10/15 15:26, Lucas Mascia wrote: Hello, Attached is my program, When its a short program(<100 lines say) just include it in the text. Attachments often get rejected by email gateways, especially on corporate firewalls or for mobile devices. = import pan

[Tutor] export pandas excel

2015-10-28 Thread Lucas Mascia
Hello, Attached is my program, I have filtered some data from an extensive table from excel. I have it running for two names: ps_sol = ["Mauro Cavalheiro Junior", "Aline Oliveira"] > for name in ps_sol: > At the end I am trying to export to another .xlsx file. But it is only saving the inf