vendredi 11 septembre 2015

Place python list in excel column

Say I have two lists in Python:

A_List=["jim", "go"]
B_List=["kkj", "nmh",123]

how can I get those lists into a .csv Excel file, where in column A, A1 contains jim, B2 contains nmh, A2 contains go.

In other words, each list's items needs to go into a column in Excel, with each list item in a separate cell.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire