question

Upvotes
Accepted
15 1 1 0

Workspace codebook transfer results to Excel

Hi there - I am extremely new to this. Within the Workspace Codebook I was able to receive an output (see attached). How do I move these results into Excel for further analysis?


Thank you for your help!


workbook.jpg

#technologyexcelcodebook
workbook.jpg (17.4 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
18.7k 85 39 63

Hi @izzy

You can use the .to_excel("<your excel>.xlsx") method on a pandas dataframe.

df.to_excel("example.xlsx")

You should be able to get more details from the Pandas documentation.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thank you @nick.zincone , that worked very well. I sent you my two reward points.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.