Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: download data from glucose meter
Post: RE: download data from glucose meter

Thank Buran, that is what I was looking for.
gehrenfeld News and Discussions 5 3,185 Jul-22-2019, 11:25 AM
    Thread: download data from glucose meter
Post: RE: download data from glucose meter

Yes, I have and I am not a fan of the software. I want to do my own reports. They do not calculate a1c nor is there any way to add comments. SO looking for a way to download the data and then I will ...
gehrenfeld News and Discussions 5 3,185 Jul-21-2019, 12:11 PM
    Thread: download data from glucose meter
Post: download data from glucose meter

I have an Abbott Freestyle Glucose Meter and I want to download the data from the meter. I have the USB data cable but could not find any python code example of how to do it. As anyone been able to c...
gehrenfeld News and Discussions 5 3,185 Jul-21-2019, 11:37 AM
    Thread: Converting to exe problems
Post: RE: Converting to exe problems

Not sure if this will help, but I use pythonw.exe it works without displaying the windows.
gehrenfeld General Coding Help 12 6,735 Apr-20-2019, 12:51 PM
    Thread: Plotting Matplotlib Grid Lines
Post: RE: Plotting Matplotlib Grid Lines

Thank you for the tip. I will start putting that in all my scripts.
gehrenfeld GUI 12 6,050 Feb-23-2019, 12:37 AM
    Thread: Plotting Matplotlib Grid Lines
Post: RE: Plotting Matplotlib Grid Lines

If you're using vscode you have to put in the entire path to it. I found out that they are working on a fix for that. You can also use the file output I uploaded. Each row is a list or just make up d...
gehrenfeld GUI 12 6,050 Feb-22-2019, 07:11 PM
    Thread: Plotting Matplotlib Grid Lines
Post: RE: Plotting Matplotlib Grid Lines

Thank you. I had to change one line in the code because I forgot it was still there. All is correct now.
gehrenfeld GUI 12 6,050 Feb-21-2019, 06:12 PM
    Thread: Plotting Matplotlib Grid Lines
Post: RE: Plotting Matplotlib Grid Lines

Not sure I am doing this right. I added the file but not sure if I should insert into post. But here it goes.[attachment=570]
gehrenfeld GUI 12 6,050 Feb-21-2019, 02:17 PM
    Thread: Plotting Matplotlib Grid Lines
Post: RE: Plotting Matplotlib Grid Lines

Output:Gary Ehrenfeld ID Time Record Type Historic Glucose (mg/dL) Scan Glucose (mg/dL) Non-numeric Rapid-Acting Insulin Rapid-Acting Insulin (units) Non-numeric Food Carbohydrates (grams) Non-numeric...
gehrenfeld GUI 12 6,050 Feb-21-2019, 12:38 PM
    Thread: Plotting Matplotlib Grid Lines
Post: RE: Plotting Matplotlib Grid Lines

I did that and for some reason didn't work. Was hoping someone would see why it didn't work.
gehrenfeld GUI 12 6,050 Feb-21-2019, 12:11 AM
    Thread: Plotting Matplotlib Grid Lines
Post: Plotting Matplotlib Grid Lines

The below script works but I would like to add x minor grid lines. I am new to Matplotlib so I also fill like I am not sure I am doing everything correctly. Would someone kindly show me how to get mi...
gehrenfeld GUI 12 6,050 Feb-20-2019, 03:04 PM
    Thread: Information how pandas works
Post: RE: Information how pandas works

Nice. Thank you for all your help.
gehrenfeld Data Science 11 4,721 Feb-09-2019, 12:17 PM
    Thread: Information how pandas works
Post: RE: Information how pandas works

28 days needed for calculation and 14 days for the chart. It can't determine roughly the numbers. I use the calculation to adjust insulin shots, so I need to be as precise as I can. I have to includ...
gehrenfeld Data Science 11 4,721 Feb-08-2019, 01:09 PM
    Thread: Information how pandas works
Post: RE: Information how pandas works

I have no idea what you're trying to say. What do 1440 minutes have to do with loading in data from a CSV file? The data is from a meter reading blood data for the amount of glucose in the blood. I ...
gehrenfeld Data Science 11 4,721 Feb-07-2019, 12:51 PM
    Thread: Information how pandas works
Post: RE: Information how pandas works

scidam, Thanks for the suggestions. I have added some of the rows in the CSV file. Because the calculation for A1c and for the line plot, I have to have the full last 28 days of readings. The meter ...
gehrenfeld Data Science 11 4,721 Feb-06-2019, 01:00 PM
    Thread: Information how pandas works
Post: RE: Information how pandas works

Thank you for the suggestions. There are 18 columns in the CSV files so I am only using 4 of them. I should have clarified that. I didn't think of moving line 22 df = (df.loc[df['rdate'] > dateti...
gehrenfeld Data Science 11 4,721 Feb-05-2019, 12:29 PM
    Thread: Information how pandas works
Post: Information how pandas works

Here is my code and everything works fine. There are over 12000 lines in the CSV file. My question is, does pandas read in the entire file before anything below the line runs? Is there any way to spe...
gehrenfeld Data Science 11 4,721 Feb-04-2019, 09:59 PM
    Thread: printing maxd = sr.iloc[:1, 1:2]
Post: RE: printing maxd = sr.iloc[:1, 1:2]

Yes I figured it out. sd.rdate.min().strftime('From: %b %d %y') + ' - ' + sd.rdate.max().strftime('To: %b %d %y')),I have trouble when I should use sd.rdate or sd['radte']
gehrenfeld General Coding Help 3 2,347 Feb-04-2019, 12:28 PM
    Thread: Volunteer Python programmers for Python World Project
Post: RE: Volunteer Python programmers for Python World ...

I would love to help. I am a 72-year-old Navy veteran so I have the time to contribute.
gehrenfeld Jobs 4 5,614 Feb-03-2019, 11:22 AM
    Thread: printing maxd = sr.iloc[:1, 1:2]
Post: printing maxd = sr.iloc[:1, 1:2]

maxd = sr.iloc[:1, 1:2] print(maxd) rdate 11623 2019-01-19 07:36:00All I want to print is 2019-01-19. No rdate, 11623, or 07:36:00 I have spent days with google trying to find the...
gehrenfeld General Coding Help 3 2,347 Feb-02-2019, 03:37 PM

User Panel Messages

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