Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 02810d59
authored
2023-10-03 11:57:39 -0300
by
Juan Pablo dure
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
casc
1 parent
81b6a153
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
fosadiaria.py
fosadiaria.py
View file @
02810d5
...
@@ -46,8 +46,11 @@ class FosaDiaria():
...
@@ -46,8 +46,11 @@ class FosaDiaria():
def
ProcesarDatos
(
self
,
df
,
dia
):
def
ProcesarDatos
(
self
,
df
,
dia
):
data
=
df
.
to_dict
()
data
=
df
.
to_dict
()
print
(
data
[
"domino"
],
type
(
data
[
"domino"
]))
print
(
data
[
"domino"
],
type
(
data
[
"domino"
]))
for
n
in
len
(
data
[
"domino"
]
.
keys
()):
for
n
in
data
[
"domino"
]
.
keys
():
print
(
"key"
,
n
)
dominio
=
data
[
"domino"
][
n
]
dominio
=
data
[
"domino"
][
n
]
print
(
dominio
,
"dominio"
)
print
(
type
(
n
))
self
.
Cache
[
dia
][
dominio
]
=
{
self
.
Cache
[
dia
][
dominio
]
=
{
"dominio"
:
dominio
,
"dominio"
:
dominio
,
"tipo"
:
data
[
"tipo"
][
n
],
"tipo"
:
data
[
"tipo"
][
n
],
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment