Skip to content

Commit

Permalink
Merge pull request #20 from ruslanbay/main
Browse files Browse the repository at this point in the history
Fix the action
anuveyatsu authored Oct 6, 2024
2 parents f45593c + e284926 commit 4a27ed2
Showing 10 changed files with 691 additions and 36 deletions.
33 changes: 16 additions & 17 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -3,41 +3,40 @@ on:
- cron: '0 1 * * *'
push:
branches:
- master

- main
permissions:
contents: write
jobs:
update:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Build the data and create local changes
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.6'
python-version: '3.11'
architecture: x64
cache: 'pip'
- name: Install requirements
run: |
pip install -r requirements.txt
- name: Process Data
run: |
python oil_prices_flow.py
- name: Commit files
- name: Commit and push files
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit --allow-empty -m "Auto-update of the data packages" -a
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
git push
deploy:
needs: update
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '8.x'
node-version: '20'
- run: npm install -g data-cli
- run: data --version
- run: data push
262 changes: 262 additions & 0 deletions data/brent-daily.csv
Original file line number Diff line number Diff line change
@@ -9219,3 +9219,265 @@ Date,Price
2023-09-14,95.2
2023-09-15,95.55
2023-09-18,95.95
2023-09-19,96.11
2023-09-20,94.56
2023-09-21,93.7
2023-09-22,93.99
2023-09-25,94.01
2023-09-26,94.46
2023-09-27,97.1
2023-09-28,96.64
2023-09-29,95.86
2023-10-02,91.21
2023-10-03,94.46
2023-10-04,89.83
2023-10-05,88.28
2023-10-06,87.86
2023-10-09,91.37
2023-10-10,90.7
2023-10-11,87.58
2023-10-12,88.4
2023-10-13,94.33
2023-10-16,90.99
2023-10-17,92.52
2023-10-18,91.99
2023-10-19,93.12
2023-10-20,93.72
2023-10-23,91.88
2023-10-24,88
2023-10-25,90.14
2023-10-26,88.45
2023-10-27,90.73
2023-10-30,90.73
2023-10-31,86.82
2023-11-01,86.92
2023-11-02,89.02
2023-11-03,87.55
2023-11-06,87.31
2023-11-07,83.43
2023-11-08,81.46
2023-11-09,81.74
2023-11-10,83.66
2023-11-13,84.09
2023-11-14,84.2
2023-11-15,82.4
2023-11-16,77.73
2023-11-17,81.22
2023-11-20,83.25
2023-11-21,82.42
2023-11-22,81.76
2023-11-23,80.85
2023-11-24,79.82
2023-11-27,79.49
2023-11-28,81.66
2023-11-29,82.98
2023-11-30,81.72
2023-12-01,78.72
2023-12-04,78.16
2023-12-05,77.27
2023-12-06,74.33
2023-12-07,74.21
2023-12-08,75.94
2023-12-11,75.75
2023-12-12,74.11
2023-12-13,74.14
2023-12-14,77.05
2023-12-15,76.84
2023-12-18,78.89
2023-12-19,79.82
2023-12-20,81.1
2023-12-21,80.73
2023-12-22,80.23
2023-12-27,80.97
2023-12-28,79.04
2023-12-29,77.69
2024-01-02,76.24
2024-01-03,77.18
2024-01-04,75.79
2024-01-05,78.31
2024-01-08,75.47
2024-01-09,77.97
2024-01-10,78.46
2024-01-11,80.21
2024-01-12,79.89
2024-01-15,79.76
2024-01-16,80.15
2024-01-17,78.88
2024-01-18,81.04
2024-01-19,80.71
2024-01-22,81.7
2024-01-23,82.04
2024-01-24,82.15
2024-01-25,82.33
2024-01-26,83.34
2024-01-29,83.99
2024-01-30,84.14
2024-01-31,82.98
2024-02-01,82.2
2024-02-02,79.54
2024-02-05,79.3
2024-02-06,80.46
2024-02-07,81.18
2024-02-08,83.01
2024-02-09,83.58
2024-02-12,83.88
2024-02-13,84.72
2024-02-14,84.41
2024-02-15,84.33
2024-02-16,84.88
2024-02-19,85.52
2024-02-20,84.78
2024-02-21,84.77
2024-02-22,85.84
2024-02-23,84.18
2024-02-26,84.01
2024-02-27,83.8
2024-02-28,84.08
2024-02-29,84.57
2024-03-01,84.82
2024-03-04,86.58
2024-03-05,85.82
2024-03-06,86.59
2024-03-07,84.88
2024-03-08,84.29
2024-03-11,83.44
2024-03-12,83.66
2024-03-13,83.95
2024-03-14,86.16
2024-03-15,85.39
2024-03-18,86.47
2024-03-19,87.36
2024-03-20,85.77
2024-03-21,84.92
2024-03-22,84.87
2024-03-25,86.18
2024-03-26,85.91
2024-03-27,84.94
2024-03-28,86.17
2024-04-02,87.63
2024-04-03,90.6
2024-04-04,90.32
2024-04-05,92.81
2024-04-08,91.73
2024-04-09,92.13
2024-04-10,91.57
2024-04-11,91.49
2024-04-12,93.12
2024-04-15,90.84
2024-04-16,91.29
2024-04-17,89.54
2024-04-18,88.34
2024-04-19,87.96
2024-04-22,87.3
2024-04-23,88.29
2024-04-24,89.02
2024-04-25,88.1
2024-04-26,89.95
2024-04-29,88.44
2024-04-30,88.23
2024-05-01,83.55
2024-05-02,84.81
2024-05-03,83.6
2024-05-07,82.69
2024-05-08,82.44
2024-05-09,83.27
2024-05-10,83.39
2024-05-13,83.18
2024-05-14,81
2024-05-15,79.98
2024-05-16,81.65
2024-05-17,82.24
2024-05-20,81.91
2024-05-21,81.22
2024-05-22,79.9
2024-05-23,79.25
2024-05-24,78.92
2024-05-28,81.34
2024-05-29,81.5
2024-05-30,81.42
2024-05-31,79.41
2024-06-03,76.45
2024-06-04,75.33
2024-06-05,75.41
2024-06-06,77.62
2024-06-07,78.12
2024-06-10,79.59
2024-06-11,80.15
2024-06-12,80.52
2024-06-13,81.44
2024-06-14,81.49
2024-06-17,82.45
2024-06-18,84.79
2024-06-19,85.64
2024-06-20,85.92
2024-06-21,86.42
2024-06-24,86.75
2024-06-25,86.81
2024-06-26,85.76
2024-06-27,87
2024-06-28,87.26
2024-07-01,86.57
2024-07-02,88.28
2024-07-03,88.25
2024-07-04,88.34
2024-07-05,88.66
2024-07-08,87.15
2024-07-09,86.48
2024-07-10,86.55
2024-07-11,86.49
2024-07-12,87.35
2024-07-15,86.42
2024-07-16,86.6
2024-07-17,85.76
2024-07-18,86.26
2024-07-19,85.19
2024-07-22,83.44
2024-07-23,82.2
2024-07-24,83.01
2024-07-25,82.58
2024-07-26,81.35
2024-07-29,80.94
2024-07-30,79.26
2024-07-31,81.39
2024-08-01,81.37
2024-08-02,78.35
2024-08-05,77.51
2024-08-06,76.62
2024-08-07,78.26
2024-08-08,80.76
2024-08-09,81.07
2024-08-12,83.06
2024-08-13,82.51
2024-08-14,82.15
2024-08-15,83.09
2024-08-16,81.56
2024-08-19,81.09
2024-08-20,78.85
2024-08-21,78.77
2024-08-22,78.8
2024-08-23,80.34
2024-08-27,81.51
2024-08-28,80.04
2024-08-29,81.55
2024-08-30,80.2
2024-09-02,77.82
2024-09-03,76.46
2024-09-04,74.67
2024-09-05,74.47
2024-09-06,72.82
2024-09-09,72.37
2024-09-10,70.34
2024-09-11,70.31
2024-09-12,73.81
2024-09-13,73.68
2024-09-16,73.96
2024-09-17,74.55
2024-09-18,74.52
2024-09-19,75.93
2024-09-20,75.96
2024-09-23,74.95
2024-09-24,75.29
2024-09-25,75.4
2024-09-26,73.06
2024-09-27,71.63
2024-09-30,72.35
13 changes: 13 additions & 0 deletions data/brent-monthly.csv
Original file line number Diff line number Diff line change
@@ -435,3 +435,16 @@ Date,Price
2023-06-15,74.84
2023-07-15,80.11
2023-08-15,86.15
2023-09-15,93.72
2023-10-15,90.6
2023-11-15,82.94
2023-12-15,77.63
2024-01-15,80.12
2024-02-15,83.48
2024-03-15,85.41
2024-04-15,89.94
2024-05-15,81.75
2024-06-15,82.25
2024-07-15,85.15
2024-08-15,80.36
2024-09-15,74.02
54 changes: 54 additions & 0 deletions data/brent-weekly.csv
Original file line number Diff line number Diff line change
@@ -1896,3 +1896,57 @@ Date,Price
2023-09-01,87.57
2023-09-08,91.29
2023-09-15,93.87
2023-09-22,94.86
2023-09-29,95.61
2023-10-06,90.33
2023-10-13,90.48
2023-10-20,92.47
2023-10-27,89.84
2023-11-03,88.21
2023-11-10,83.52
2023-11-17,81.93
2023-11-24,81.62
2023-12-01,80.91
2023-12-08,75.98
2023-12-15,75.58
2023-12-22,80.15
2023-12-29,79.23
2024-01-05,76.88
2024-01-12,78.4
2024-01-19,80.11
2024-01-26,82.31
2024-02-02,82.57
2024-02-09,81.51
2024-02-16,84.44
2024-02-23,85.02
2024-03-01,84.26
2024-03-08,85.63
2024-03-15,84.52
2024-03-22,85.88
2024-03-29,85.8
2024-04-05,90.34
2024-04-12,92.01
2024-04-19,89.59
2024-04-26,88.53
2024-05-03,85.73
2024-05-10,82.95
2024-05-17,81.61
2024-05-24,80.24
2024-05-31,80.92
2024-06-07,76.59
2024-06-14,80.64
2024-06-21,85.04
2024-06-28,86.72
2024-07-05,88.02
2024-07-12,86.8
2024-07-19,86.05
2024-07-26,82.52
2024-08-02,80.26
2024-08-09,78.84
2024-08-16,82.47
2024-08-23,79.57
2024-08-30,80.83
2024-09-06,75.25
2024-09-13,72.1
2024-09-20,74.98
2024-09-27,74.07
1 change: 1 addition & 0 deletions data/brent-year.csv
Original file line number Diff line number Diff line change
@@ -35,3 +35,4 @@ Date,Price
2020-06-30,41.96
2021-06-30,70.86
2022-06-30,100.93
2023-06-30,82.49
258 changes: 258 additions & 0 deletions data/wti-daily.csv
Original file line number Diff line number Diff line change
@@ -9500,3 +9500,261 @@ Date,Price
2023-09-14,90.13
2023-09-15,90.83
2023-09-18,91.47
2023-09-19,91.16
2023-09-20,89.2
2023-09-21,89.56
2023-09-22,90
2023-09-25,89.68
2023-09-26,91.43
2023-09-27,93.67
2023-09-28,91.65
2023-09-29,90.77
2023-10-02,88.81
2023-10-03,89.26
2023-10-04,84.32
2023-10-05,82.3
2023-10-06,82.83
2023-10-10,85.89
2023-10-11,83.7
2023-10-12,82.87
2023-10-13,87.67
2023-10-16,86.65
2023-10-17,86.66
2023-10-18,88.35
2023-10-19,89.35
2023-10-20,89.12
2023-10-23,85.49
2023-10-24,84.58
2023-10-25,86.07
2023-10-26,83.8
2023-10-27,86.04
2023-10-30,83.03
2023-10-31,81.64
2023-11-01,81.05
2023-11-02,83.04
2023-11-03,81.19
2023-11-06,81.54
2023-11-07,77.96
2023-11-08,75.85
2023-11-09,76.34
2023-11-13,78.86
2023-11-14,78.9
2023-11-15,77.15
2023-11-16,73.5
2023-11-17,76.47
2023-11-20,78.1
2023-11-21,78.35
2023-11-22,76.8
2023-11-24,74.83
2023-11-27,74.46
2023-11-28,76.09
2023-11-29,77.56
2023-11-30,75.66
2023-12-01,73.7
2023-12-04,72.73
2023-12-05,71.95
2023-12-06,68.98
2023-12-07,69
2023-12-08,70.87
2023-12-11,70.95
2023-12-12,68.27
2023-12-13,69.09
2023-12-14,71.21
2023-12-15,71.05
2023-12-18,72.16
2023-12-19,73.23
2023-12-20,73.87
2023-12-21,73.59
2023-12-22,73.29
2023-12-26,75.84
2023-12-27,74.31
2023-12-28,72.02
2023-12-29,71.89
2024-01-02,70.62
2024-01-03,72.97
2024-01-04,72.38
2024-01-05,74
2024-01-08,71.06
2024-01-09,72.43
2024-01-10,71.57
2024-01-11,72.15
2024-01-12,72.94
2024-01-16,72.63
2024-01-17,72.79
2024-01-18,74.32
2024-01-19,73.69
2024-01-22,75.26
2024-01-23,74.72
2024-01-24,75.48
2024-01-25,77.91
2024-01-26,78.45
2024-01-29,77.25
2024-01-30,78.3
2024-01-31,76.28
2024-02-01,74.36
2024-02-02,72.72
2024-02-05,73.21
2024-02-06,73.83
2024-02-07,74.26
2024-02-08,76.67
2024-02-09,77.26
2024-02-12,77.34
2024-02-13,78.28
2024-02-14,77.09
2024-02-15,78.47
2024-02-16,79.65
2024-02-20,78.72
2024-02-21,78.89
2024-02-22,79.64
2024-02-23,77.6
2024-02-26,78.53
2024-02-27,79.8
2024-02-28,79.44
2024-02-29,79.22
2024-03-01,80.9
2024-03-04,79.67
2024-03-05,79.11
2024-03-06,80.08
2024-03-07,79.81
2024-03-08,78.96
2024-03-11,78.87
2024-03-12,78.51
2024-03-13,80.67
2024-03-14,82.16
2024-03-15,81.94
2024-03-18,83.68
2024-03-19,84.39
2024-03-20,82.79
2024-03-21,81.99
2024-03-22,81.1
2024-03-25,82.41
2024-03-26,82.41
2024-03-27,82.15
2024-03-28,83.96
2024-04-01,84.54
2024-04-02,85.95
2024-04-03,86.22
2024-04-04,87.37
2024-04-05,87.69
2024-04-08,87.24
2024-04-09,86.04
2024-04-10,86.98
2024-04-11,85.79
2024-04-12,86.46
2024-04-15,86.21
2024-04-16,86.15
2024-04-17,83.58
2024-04-18,83.5
2024-04-19,83.79
2024-04-22,83.82
2024-04-23,84.17
2024-04-24,84.09
2024-04-25,84.92
2024-04-26,85.38
2024-04-29,84.26
2024-04-30,83.49
2024-05-01,80.7
2024-05-02,80.59
2024-05-03,79.65
2024-05-06,80.1
2024-05-07,79.97
2024-05-08,80.57
2024-05-09,80.86
2024-05-10,79.81
2024-05-13,80.71
2024-05-14,79.62
2024-05-15,80.23
2024-05-16,80.85
2024-05-17,81.66
2024-05-20,81.39
2024-05-21,80.66
2024-05-22,79.15
2024-05-23,77.47
2024-05-24,78.48
2024-05-28,80.9
2024-05-29,80.24
2024-05-30,78.96
2024-05-31,77.97
2024-06-03,75.26
2024-06-04,74.27
2024-06-05,75.08
2024-06-06,76.52
2024-06-07,76.53
2024-06-10,78.75
2024-06-11,78.88
2024-06-12,79.56
2024-06-13,79.61
2024-06-14,79.41
2024-06-17,81.33
2024-06-18,82.67
2024-06-20,83.34
2024-06-21,81.71
2024-06-24,82.63
2024-06-25,81.97
2024-06-26,82.19
2024-06-27,83.04
2024-06-28,82.83
2024-07-01,84.7
2024-07-02,84.09
2024-07-03,85.19
2024-07-05,84.44
2024-07-08,83.63
2024-07-09,82.78
2024-07-10,83.39
2024-07-11,83.92
2024-07-12,83.49
2024-07-15,83.22
2024-07-16,81.92
2024-07-17,84.16
2024-07-18,84.17
2024-07-19,81.43
2024-07-22,81.25
2024-07-23,78.24
2024-07-24,78.78
2024-07-25,79.43
2024-07-26,78.58
2024-07-29,77.27
2024-07-30,76.17
2024-07-31,79.36
2024-08-01,77.74
2024-08-02,74.99
2024-08-05,74.46
2024-08-06,74.6
2024-08-07,76.68
2024-08-08,77.64
2024-08-09,78.28
2024-08-12,81.45
2024-08-13,79.81
2024-08-14,78.47
2024-08-15,79.66
2024-08-16,78.05
2024-08-19,75.82
2024-08-20,75.27
2024-08-21,72.76
2024-08-22,73.72
2024-08-23,75.82
2024-08-26,78.4
2024-08-27,76.5
2024-08-28,75.49
2024-08-29,76.9
2024-08-30,74.52
2024-09-03,71.28
2024-09-04,70.11
2024-09-05,70.09
2024-09-06,68.58
2024-09-09,69.65
2024-09-10,66.73
2024-09-11,68.25
2024-09-12,69.89
2024-09-13,69.59
2024-09-16,71.1
2024-09-17,72.16
2024-09-18,71.87
2024-09-19,72.86
2024-09-20,72.72
2024-09-23,71.33
2024-09-24,72.34
2024-09-25,70.42
2024-09-26,68.28
2024-09-27,68.72
2024-09-30,68.75
13 changes: 13 additions & 0 deletions data/wti-monthly.csv
Original file line number Diff line number Diff line change
@@ -451,3 +451,16 @@ Date,Price
2023-06-15,70.25
2023-07-15,76.07
2023-08-15,81.39
2023-09-15,89.43
2023-10-15,85.64
2023-11-15,77.69
2023-12-15,71.9
2024-01-15,74.15
2024-02-15,77.25
2024-03-15,81.28
2024-04-15,85.35
2024-05-15,80.02
2024-06-15,79.77
2024-07-15,81.8
2024-08-15,76.68
2024-09-15,70.24
54 changes: 54 additions & 0 deletions data/wti-weekly.csv
Original file line number Diff line number Diff line change
@@ -1967,3 +1967,57 @@ Date,Price
2023-09-01,82.5
2023-09-08,87.17
2023-09-15,89.14
2023-09-22,90.28
2023-09-29,91.44
2023-10-06,85.5
2023-10-13,85.03
2023-10-20,88.03
2023-10-27,85.2
2023-11-03,81.99
2023-11-10,77.92
2023-11-17,76.98
2023-11-24,77.02
2023-12-01,75.49
2023-12-08,70.71
2023-12-15,70.11
2023-12-22,73.23
2023-12-29,73.52
2024-01-05,72.49
2024-01-12,72.03
2024-01-19,73.36
2024-01-26,76.36
2024-02-02,75.78
2024-02-09,75.05
2024-02-16,78.17
2024-02-23,78.71
2024-03-01,79.58
2024-03-08,79.53
2024-03-15,80.43
2024-03-22,82.79
2024-03-29,82.73
2024-04-05,86.35
2024-04-12,86.5
2024-04-19,84.65
2024-04-26,84.48
2024-05-03,81.74
2024-05-10,80.26
2024-05-17,80.61
2024-05-24,79.43
2024-05-31,79.52
2024-06-07,75.53
2024-06-14,79.24
2024-06-21,82.26
2024-06-28,82.53
2024-07-05,84.61
2024-07-12,83.44
2024-07-19,82.98
2024-07-26,79.26
2024-08-02,77.11
2024-08-09,76.33
2024-08-16,79.49
2024-08-23,74.68
2024-08-30,76.36
2024-09-06,70.02
2024-09-13,68.82
2024-09-20,72.14
2024-09-27,70.22
1 change: 1 addition & 0 deletions data/wti-year.csv
Original file line number Diff line number Diff line change
@@ -36,3 +36,4 @@ Date,Price
2020-06-30,39.16
2021-06-30,68.13
2022-06-30,94.9
2023-06-30,77.58
38 changes: 19 additions & 19 deletions datapackage.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"bytes": 422551,
"count_of_rows": 23547,
"bytes": 434285,
"count_of_rows": 24203,
"descriptor": "A variety of temporal granularities for Europe Brent and WTI (West Texas Intermediate) Spot Prices.",
"hash": "beb6f7d36ff2325d1f6586736f28563c",
"hash": "53983bda71a924f40d76a1038793930e",
"keywords": [
"Oil",
"Brent",
@@ -22,7 +22,7 @@
"profile": "data-package",
"resources": [
{
"bytes": 165438,
"bytes": 170123,
"dialect": {
"caseSensitiveHeader": false,
"delimiter": ",",
@@ -34,7 +34,7 @@
},
"encoding": "utf-8",
"format": "csv",
"hash": "3ed533c2a334b61855d5c9f24be99554",
"hash": "9aed1a00cf50342e0f71aa3141c92897",
"name": "brent-daily",
"path": "data/brent-daily.csv",
"profile": "tabular-data-resource",
@@ -59,7 +59,7 @@
}
},
{
"bytes": 34135,
"bytes": 35103,
"dialect": {
"caseSensitiveHeader": false,
"delimiter": ",",
@@ -71,7 +71,7 @@
},
"encoding": "utf-8",
"format": "csv",
"hash": "51938d19a2871b33bee6dcb982a184ac",
"hash": "b5167ded9c60e5ca4bf820c28ca5861a",
"name": "brent-week",
"path": "data/brent-weekly.csv",
"profile": "tabular-data-resource",
@@ -96,7 +96,7 @@
}
},
{
"bytes": 7868,
"bytes": 8101,
"dialect": {
"caseSensitiveHeader": false,
"delimiter": ",",
@@ -108,7 +108,7 @@
},
"encoding": "utf-8",
"format": "csv",
"hash": "9539d28eba903842871d0c476a3f70b6",
"hash": "6f02aa5ede2774bce9e68387ca70283b",
"name": "brent-month",
"path": "data/brent-monthly.csv",
"profile": "tabular-data-resource",
@@ -133,7 +133,7 @@
}
},
{
"bytes": 662,
"bytes": 680,
"dialect": {
"caseSensitiveHeader": false,
"delimiter": ",",
@@ -145,7 +145,7 @@
},
"encoding": "utf-8",
"format": "csv",
"hash": "dc0c2e9a91a0494421ee1bd9813faecc",
"hash": "517689032a52f3400d9df7c3398839e9",
"name": "brent-year",
"path": "data/brent-year.csv",
"profile": "tabular-data-resource",
@@ -170,7 +170,7 @@
}
},
{
"bytes": 170343,
"bytes": 174954,
"dialect": {
"caseSensitiveHeader": false,
"delimiter": ",",
@@ -182,7 +182,7 @@
},
"encoding": "utf-8",
"format": "csv",
"hash": "6477c0591755e73559b7598e084b6d02",
"hash": "1ac3e54faf20d188f97b3b27be159db6",
"name": "wti-daily",
"path": "data/wti-daily.csv",
"profile": "tabular-data-resource",
@@ -207,7 +207,7 @@
}
},
{
"bytes": 35310,
"bytes": 36279,
"dialect": {
"caseSensitiveHeader": false,
"delimiter": ",",
@@ -219,7 +219,7 @@
},
"encoding": "utf-8",
"format": "csv",
"hash": "6ea3250add5993902c3f6c393aeb1125",
"hash": "55a2fd5613120e9170f229191e9736dc",
"name": "wti-week",
"path": "data/wti-weekly.csv",
"profile": "tabular-data-resource",
@@ -244,7 +244,7 @@
}
},
{
"bytes": 8121,
"bytes": 8353,
"dialect": {
"caseSensitiveHeader": false,
"delimiter": ",",
@@ -256,7 +256,7 @@
},
"encoding": "utf-8",
"format": "csv",
"hash": "1f0a288361626f7b6f856b2426dbb3bc",
"hash": "a865027568fce36e608495bfefcbb34a",
"name": "wti-month",
"path": "data/wti-monthly.csv",
"profile": "tabular-data-resource",
@@ -281,7 +281,7 @@
}
},
{
"bytes": 674,
"bytes": 692,
"dialect": {
"caseSensitiveHeader": false,
"delimiter": ",",
@@ -293,7 +293,7 @@
},
"encoding": "utf-8",
"format": "csv",
"hash": "91461cbb00b49a4bac329606182814fa",
"hash": "178701c0d90c24aeb2ce1c65978cf662",
"name": "wti-year",
"path": "data/wti-year.csv",
"profile": "tabular-data-resource",

0 comments on commit 4a27ed2

Please sign in to comment.