Python Forum
Analyzing yearly expenses (CSV file) from debit card
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Analyzing yearly expenses (CSV file) from debit card
#3
(Dec-13-2020, 02:29 PM)palladium Wrote: Are you trying to build a pivot table? pandas has support for them, though I must admit I haven't use it before.

Formatting cells (e.g. changing fonts to bold) , assuming you are using Excel to display the csv, can be done with openpyxl.

I am not very familiar with pivot tables, I was assuming a chart was reasonable for this kind of demanding.

Yes I am using Excel to display the csv file. Openpyxl is only for reading Excel xlsx, xlsm, xltx and xltm files I thought?
Reply


Messages In This Thread
RE: Analyzing yearly expenses (CSV file) from debit card - by Python_User - Dec-13-2020, 02:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  create 10 yearly blocks from time series using pandas Staph 1 2,027 Jul-23-2019, 12:01 PM
Last Post: Malt

Forum Jump:

User Panel Messages

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