Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
data management CW2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gc3n21
data management CW2
Commits
380f7ae8
Commit
380f7ae8
authored
5 years ago
by
ik1g19
Browse files
Options
Downloads
Patches
Plain Diff
updated plot.sh
parent
bba9c394
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plot.sh
+1
-1
1 addition, 1 deletion
plot.sh
with
1 addition
and
1 deletion
plot.sh
+
1
−
1
View file @
380f7ae8
...
@@ -23,7 +23,7 @@ while IFS= read -r line; do
...
@@ -23,7 +23,7 @@ while IFS= read -r line; do
ROWS BETWEEN
ROWS BETWEEN
UNBOUNDED PRECEDING
UNBOUNDED PRECEDING
AND CURRENT ROW
AND CURRENT ROW
)
AS
'cumulative
UK
deaths'
)
AS
'cumulative deaths'
FROM Date
FROM Date
INNER JOIN Virus ON date.dateRep
=
virus.dateRep AND virus.geoId
=
'$line'
INNER JOIN Virus ON date.dateRep
=
virus.dateRep AND virus.geoId
=
'$line'
ORDER BY date.year, date.month, date.day ASC
;
ORDER BY date.year, date.month, date.day ASC
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment