Python Forum
Pandas - Write to Exisitng Excel File - Sorted List
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pandas - Write to Exisitng Excel File - Sorted List
#4
Sure, that error makes sense right because z is a list where to_excel() only works on ExcelWriter() type. So just pack it back into the proper type. The sooner you learn to start type checking and figuring out what the functions your attempting to use are expecting (in terms of type) the better.
Reply


Messages In This Thread
RE: Pandas - Write to Exisitng Excel File - Sorted List - by Vysero - Jul-27-2018, 08:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pandas keep existing format of Excel AlphaInc 2 11,673 Jan-11-2024, 03:44 AM
Last Post: plonkarchivist
  SORTED.group by and count average of two columns [ sum of col 1 / sum of col 2 ] BSDevo 1 1,668 Oct-23-2023, 09:47 PM
Last Post: BSDevo
  Write from dictionary to excel divon 3 13,575 Jun-11-2023, 10:37 AM
Last Post: Larz60+
  Data Sorting and filtering(From an Excel File) PY_ALM 0 1,726 Jan-09-2023, 08:14 PM
Last Post: PY_ALM
Smile How to further boost the data read write speed using pandas tjk9501 1 2,133 Nov-14-2022, 01:46 PM
Last Post: jefsummers
  Split excel file and write output at specific row and set sheet position DSCA 0 2,864 May-12-2022, 07:29 PM
Last Post: DSCA
  How to import an xml file to Pandas sjhazard 0 2,989 Jun-08-2021, 08:19 PM
Last Post: sjhazard
  [Pandas] Write data to Excel with dot decimals manonB 1 8,248 May-05-2021, 05:28 PM
Last Post: ibreeden
  Comparing results within a list and appending to pandas dataframe Aryagm 1 3,046 Dec-17-2020, 01:08 PM
Last Post: palladium
  Creating more than one excel File at once malvarez1976 0 2,364 Dec-15-2020, 02:04 AM
Last Post: malvarez1976

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020