Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
inventario
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Luis Gordillo Ruiz
inventario
Commits
2484d45a
Commit
2484d45a
authored
Feb 06, 2025
by
Jose Luis Gordillo Ruiz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
descartamos comidas sin HC
parent
58af0142
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
estadisticas.py
+1
-0
No files found.
estadisticas.py
View file @
2484d45a
...
...
@@ -507,6 +507,7 @@ comidas = pd.read_csv("todos-foods.csv", usecols=["hc_total", "kcal_total", "fib
comidas
[
"foods"
]
=
comidas
[
"foods"
]
.
apply
(
literal_eval
)
comidas
=
comidas
[
comidas
[
"visita"
]
==
"e1"
]
comidas
=
comidas
[
comidas
[
"hc_total"
]
>
0
]
comidas
.
rename
(
columns
=
{
"glucosa_basal_area"
:
"pre-AUC"
,
"glucosa_estimulo_area"
:
"post-AUC"
,
"glucosa_area_efectiva"
:
"iAUC"
},
inplace
=
True
)
print
(
comidas
.
columns
)
# la info de glucómetro y comidas es más compleja. por el momento, se estab armando
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment