Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
roi-calculation-module
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dasharatha.vamshi
roi-calculation-module
Commits
b3ee4666
Commit
b3ee4666
authored
Feb 14, 2023
by
dasharatha.vamshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
c72ad9c0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
196 deletions
+0
-196
app.py
app.py
+0
-2
test.csv
test.csv
+0
-194
No files found.
app.py
View file @
b3ee4666
...
...
@@ -13,9 +13,7 @@ if __name__ == '__main__':
payload
=
METADATA
[
'query'
]
start_date
=
METADATA
[
'start_date'
]
end_date
=
METADATA
[
'end_date'
]
print
(
start_date
,
end_date
)
all_timestamps
=
get_timestamps
(
start_date
,
end_date
)
print
(
all_timestamps
)
payload
[
'metrics'
][
0
][
'tags'
][
'c3'
]
=
list
(
column_renamer
.
keys
())
obj
=
Compliance
(
payload
,
column_renamer
,
all_tags
)
obj
.
start_calculation
(
all_timestamps
)
test.csv
deleted
100644 → 0
View file @
c72ad9c0
This diff is collapsed.
Click to expand it.
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