On Wednesday, July 22, 2015 at 5:54:30 PM UTC-5, Robert Davis wrote:
> Given a set of arrays within an array how do I find the arrays with the
> minimum values based on two elements/columns in the array? Those two
> elements/columns are the destination zip code and distance.
>
>
On Wednesday, July 22, 2015 at 5:54:30 PM UTC-5, Robert Davis wrote:
> Given a set of arrays within an array how do I find the arrays with the
> minimum values based on two elements/columns in the array? Those two
> elements/columns are the destination zip code and distance.
>
>
On Monday, July 20, 2015 at 12:01:49 AM UTC-5, Chris Angelico wrote:
> On Mon, Jul 20, 2015 at 2:54 PM, Kevin Peterson wrote:
> > How we can send mail with attachment in Python? Is it any prerequisite for
> > it?
>
> You could use your favourite search engine to look this up. Or you
> could poke
On Wednesday, July 22, 2015 at 5:54:30 PM UTC-5, Robert Davis wrote:
> Given a set of arrays within an array how do I find the arrays with the
> minimum values based on two elements/columns in the array? Those two
> elements/columns are the destination zip code and distance.
>
>
r(Combined[i][1])+","+str(Combined[i][2])+","+
str(Combined[i][3])+","+str(Combined[i][4])+","+ str(Combined[i][5])+","+
str(Combined[i][6])+","+str(Combined[i][7])+","+
str(Combined[i][8])+","+str(Combined[i][9])+"\n")
zO.close()
f.close()
I am using Python 2.7 on a Windows 7 machine.
Please help me get my head around how to accomplish this task.
Thank you very much.
Robert Davis
--
https://mail.python.org/mailman/listinfo/python-list