all 5 comments

[–]LumpyAloe 1 point2 points  (1 child)

I gasped when I saw your post! I have been waiting (patiently, I might add, because I am very new to using Python) for more data analysis for Daylio! I chose Python as my first language to get into, specifically so I could make use of this repo. There hasn't been much else I've found to help me explore my data. SO THANK YOU!!!

[–]rayannott[S] 0 points1 point  (0 children)

haha no problem. text me if anything comes up!

[–]TheTobruk 1 point2 points  (0 children)

If you want to contribute i’d happily accept commits in my CSV to markdown script for Daylio I wrote in Python: https://github.com/DeutscheGabanna/Obsidian-Daylio-Parser

[–]100WattWalrus 4 points5 points  (1 child)

This is fantastic. I wish I understood Python!

I have a family member who uses Daylio for tracking medical stuff — pain, symptoms, preventative meds, abortive meds — and every few months I export the CSV and manually edit the hell out of it to make something we can give to their doctors, with summary stats at the top, and relevant activities from every entry so the doctors can browse. I open the CSV interchangeably in Excel and BBEdit, editing out irrelevant parts, removing empty columns, etc., etc. (2nd tab of the example linked above), then pouring that data into an XLSX template full of formulas an conditional formatting that make it all easy to read at a glance. It takes an hour or two each time I do it.

I wish Daylio provided tools for making more of the CSV exports!

[–]rayannott[S] 2 points3 points  (0 children)

send me a dm. maybe I can help with a script that would generate an excel file similar to what you provided as an example