there’s something brewing, I can’t tell you what because I don’t know myself, all I know is that I have that feeling, the feeling that I’m on the edge of a cliff
Year: 2015 (Page 5 of 6)
I was really excited to obtain and process my own data… except I can’t (or haven’t been able to at this point) be able to use my efforts in a way that can answer the questions I have in a timeframe that is actually helpful. I need to be able to cross over my UP24 data (food and exercise) with my OmniPod data (insulin rates and boluses), with my dexcom (blood sugar reporting) — I want to know if what I’m doing is working. If walking at night vs. walking in the morning has affected my sugars in a good way or a bad way, or if the effect is neutral… in a way that I can understand and act upon, within a timeframe that is relevant. I know that this is actually asking a lot, but it is also something that I believe would be a catalyst in my care… in the way that I am able to live my life, my quality of life, my ability to live better and avoid long term consequences of my body’s inability to regulate my own blood sugar. a fact that is not my fault. a fact that I cannot fix or think my way out of. no changes in my diet or plans or spreadsheets are going to make this go away. and this makes me feel so upset, and frustrated, and confused, and I can’t remember a time where I accepted that fact about anything. there are times when I have balanced it out and decided that the juice is not worth the squeeze, but this is not one of those times. I feel like I have hit a brick wall. I have accepted walking as exercise… do you realize how absolutely ridiculous that is? I am 27. I was doing crossfit. I played year round lacrosse for years… I passed the US Navy physical for 3 years running… sometimes just barely, but I never failed to meet a physical standard. Until now. I feel broken. I don’t remember at time before diabetes where I have felt that my hope was in question. I am close to giving up, or I have felt like giving up. I have been on a nutrition plan since october and have vacillated around the same weight the whole time… when I decide to do something I don’t fail. I feel like this is ruining that fact. I find ways to fix things, to figure things out that’s what I do. Fuck this. now back to figuring this out. fuck.
So I’ve knocked diasend before, but I’m saying now that it’s the closest thing to a working solution that I can find so far, but I still can’t see the information in an actionable way. I want to know if the changes I’m making are working… I wanted to do a pull-up so I put a pull up bar in my kitchen, made a sticker chart, and killed it… I’m up to 2 unassisted pull-ups and just went down a band size. I want to have the same control over my diabetic decisions… figure out what’s working, and then master it. Now what?
Inspired by a more complex dashboard to better understand the direct correlation between GDP and the prevalence of diabetes, I created the chart below:
So the short answer is yes… the prevalence of diabetes increases in correlation to a lower GDP.
This chart is based on the dashboard and data provided by Ramon Martinez on his blog post Prevalence of Diabetes in the World, 2013.
Below is the chart on which brought to mind my question about diabetes and GDP — Hans Rosling’s Health and Weath of Nations, revised as of January 2015.
Hans Rosling is a professor of global health at Sweden’s Karolinska Institute, and a leader in data visualization, focusing on dispelling common myths about the so called developing world. What sets Rosling apart isn’t just his apt observations of broad social and economic trends, but the stunning way he presents them. If you’re interested, his site is gapminder.org and below is his most popular TED talk “The best stats you’ve ever seen”
World hunger is a real problem, and the worst part is that the solution exists — we have enough food, why are people still starving? The UN food programme attempts to fight this by delivering food aid to countries all over the world. I have used this data set previously, but have reworked the viz to better convey the message.
The tool I have been using to create the visualizations of my numbers is called Tableau — as I was looking through Tableau Viz of the Day Gallery, I found this great viz on the Prevalence of Diabetes in adults (20-79 yo) by Ramon Martinez. Ramon publishes a blog focused on analyzing health data at the population level — the post accompanying this viz has some additional insight on the data presented.
Creating dashboards to answer questions — my question is how am I doing now, as opposed to then? and I want to be able to change both of those time frames… comparing this week to last year, this week to last week, this month to last month, to the last three months… and so I created this dashboard. Above is just an image, I’ve started using a bit more technical solutions, so I’m going to be posting image files for a bit until I get a better process in place to use the publicly available/postable versions again.
[Data Dork Stuff] I figured out that the export file I was creating was cutting off at 65,536… does that number ring a bell? Yup, that’s right — the export file was .xls and not .xlsx — I can’t believe that I missed that #dorkfail — so this explained why my data was cutting off in December, in order to resolve this issue I had to export the data from the data blending tool into a Tableau Extract rather than and Excel file, since .xlsx isn’t an export option (#softwarefail #upgraderequest). Building visualizations from a Tableau extract requires using Tableau Desktop, rather than Tableau Public — like I said, I’m working on finding a way back onto public with this data, so that the dynamic versions can be shared here… and elsewhere without the need to use the desktop software. [Other tools] Looking at bringing together data from my OmniPod and my Dexcom — I used Diasense to get a sense (womp womp) for what I’m bringing together. I love their idea, and the tool — but I hate the interface. Okay, hate is a strong word (and I did just say I love the tool <3), but I love data, and I know that it can be displayed in a way that not only looks better, but is more conducive to helping diabetics understand their own bodies and support actionable decisions in their/my daily life. Next Steps… OmniPod data…
In other news, I’m really struggling staying on a diabetic diet — I eat breakfast, I snack smart, I get all the way to the evening and then I get a case of the fuck-its, except while still hearing reason in my head… it’s maddening. Hoping look at all this data will help me see what I need to see clearly… and help me to make the right decisions, or at least the right next step.
People ask “How are you doing?” all the time, usually I answer with “fine”… well here’s a more comprehensive and Illustrative answer…
This is my latest take on something that could help me to better understand my diabetes and how to manage it. For right now I’m really just reporting findings, but as I get a better sense as to what I can pull out of my devices, I will switch gears into focusing on insights that I can pull out of the information.
Let me start by saying that I used professional tools to get to this point — I could have stuck to excel, but it would have taken me a lot longer and wouldn’t have been a repeatable process. My goal is to hone this process, so I can get as close to real time as possible — based on the level of effort required, I think that the most practical estimate for this is probably a weekly report, but the process is going to need work to even get to that point.
How did I get here? [the geeky stuff] Dexcom reports out two sets of numbers — the meter values that you input to the receiver (calibrating it), and the reported values that show on the screen every five minutes, these two sets of data are reported separately, but in the same worksheet. To add to this, when I updated the software on my Dexcom receiver it archived my file to date and created a new file, so I have to files one from when I started with the Dexcom to the software update, and then one from the software update to present day. What I needed to do was split and clean two data files, and then add together the corresponding parts, from there, I added an additional field identifying each of the data points as either being a “Meter Value” or a “Dexcom Reading” — which then enabled me to join the two tables back together as a single table with the fields of Time, Blood Glucose, and Type. This is the data set that I pulled into TableauPublic to build the visualization below. There were around 65k records, so we have a good bit of time in TableauPublic before we will have to think about filtering the data set down in anyway.
Getting your Dexcom numbers off of your device and into a format that allows you to see what’s really going on. Let’s be real… the Dexcom reporting sucks. (hence my search for alternatives)
The idea of Diasense is great. I love that I can pull in my UP24 data alongside my Dexcom and OmniPod Data, but the reports are horrendous.
Let me add a caveat to explain that I am 100% biased against bad reporting because data is what I do for work… in fact this is also what I do for fun. I understand that this is not the norm… but I also know the power of being able to access your data, not only to see the literal picture of what is happening, but also being able to drill down into the data to find insights that are not accessible by just looking at my Dexcom screen each day.
Here’s the process I’ve decided to follow — I’m going to hack the data of my individual devices (Dexcom, OmniPod, UP24), then I am going to find the best way to integrate them into a single data set and use any and all tools at my disposal to process and visualize that data. That is phase 1, phase 2 is to figure out how to do it better… did I also mention that I’m an Industrial and Systems Engineer?… Process Improvement is my jam. Looking at the process that I followed in Phase 1, I will determine how to make it a more efficient repeatable process, and what interval I will be able to feasibly update the reporting. Then, as all good process engineers would agree… I will do it again… learn from the previous process and try to make it even better.
In the meanwhile, I am also tracking the status of
as they all look like promising technologies.
I am also looking at possible integration of the following tools into my initial patchwork system.
Sugar Sync
Calorie King
Diasense
this is theoretically not all that complicated… I have numbers, I want to see them… why is this so fucking difficult…
Looking at the same numbers, but cleaning it up and adding some detail to be able to zoom in on parts of the time frame… let the iterations begin…