Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: henryjameslau/automatic-cpi-weights
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ONSvisual/automatic-cpi-weights
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Oct 10, 2023

  1. Update README.md

    henryjameslau authored Oct 10, 2023
    Copy the full SHA
    75126a5 View commit details
  2. Update README.md

    henryjameslau authored Oct 10, 2023
    Copy the full SHA
    9b8cb1d View commit details

Commits on Oct 11, 2023

  1. Copy the full SHA
    cf53d14 View commit details

Commits on Oct 12, 2023

  1. Copy the full SHA
    06caf16 View commit details

Commits on Oct 13, 2023

  1. Copy the full SHA
    a6fa5df View commit details

Commits on Oct 16, 2023

  1. Copy the full SHA
    98efacb View commit details

Commits on Oct 17, 2023

  1. Copy the full SHA
    ce4802f View commit details

Commits on Oct 18, 2023

  1. Copy the full SHA
    20506dd View commit details

Commits on Oct 19, 2023

  1. Copy the full SHA
    0c69c54 View commit details

Commits on Oct 20, 2023

  1. Copy the full SHA
    839ad23 View commit details

Commits on Oct 23, 2023

  1. Copy the full SHA
    0e76657 View commit details

Commits on Oct 24, 2023

  1. Copy the full SHA
    09b7c9f View commit details

Commits on Oct 25, 2023

  1. Copy the full SHA
    30fdb42 View commit details

Commits on Oct 26, 2023

  1. Copy the full SHA
    e71bc99 View commit details

Commits on Oct 27, 2023

  1. Copy the full SHA
    59db4ff View commit details

Commits on Oct 30, 2023

  1. Copy the full SHA
    5ed43fa View commit details

Commits on Oct 31, 2023

  1. Copy the full SHA
    cb1a3d9 View commit details

Commits on Nov 1, 2023

  1. Copy the full SHA
    4e570d1 View commit details

Commits on Nov 2, 2023

  1. Copy the full SHA
    e51e75e View commit details

Commits on Nov 3, 2023

  1. Copy the full SHA
    8f9247c View commit details

Commits on Nov 6, 2023

  1. Copy the full SHA
    f33c8ca View commit details

Commits on Nov 7, 2023

  1. Copy the full SHA
    a161cae View commit details

Commits on Nov 8, 2023

  1. Copy the full SHA
    d674119 View commit details

Commits on Nov 9, 2023

  1. Copy the full SHA
    42eb8d7 View commit details

Commits on Nov 10, 2023

  1. Copy the full SHA
    83257a8 View commit details

Commits on Nov 13, 2023

  1. Copy the full SHA
    61d83c1 View commit details

Commits on Nov 14, 2023

  1. Copy the full SHA
    496dfec View commit details

Commits on Nov 15, 2023

  1. Copy the full SHA
    d00892b View commit details

Commits on Nov 16, 2023

  1. Copy the full SHA
    339a833 View commit details

Commits on Nov 17, 2023

  1. Copy the full SHA
    02f8c12 View commit details

Commits on Nov 20, 2023

  1. Copy the full SHA
    298c71a View commit details

Commits on Nov 21, 2023

  1. Copy the full SHA
    54274bb View commit details

Commits on Nov 22, 2023

  1. Copy the full SHA
    83d7869 View commit details

Commits on Nov 23, 2023

  1. Copy the full SHA
    d1419e3 View commit details

Commits on Nov 24, 2023

  1. Copy the full SHA
    601bc26 View commit details

Commits on Nov 27, 2023

  1. Copy the full SHA
    38d50b1 View commit details

Commits on Nov 28, 2023

  1. Copy the full SHA
    ab7ec1f View commit details

Commits on Nov 29, 2023

  1. Copy the full SHA
    56dfdf0 View commit details

Commits on Nov 30, 2023

  1. Copy the full SHA
    c78cd55 View commit details

Commits on Dec 1, 2023

  1. Copy the full SHA
    aec0867 View commit details

Commits on Dec 4, 2023

  1. Copy the full SHA
    21b8f5d View commit details

Commits on Dec 5, 2023

  1. Copy the full SHA
    c9373ea View commit details

Commits on Dec 6, 2023

  1. Copy the full SHA
    513373a View commit details

Commits on Dec 7, 2023

  1. Copy the full SHA
    e0749be View commit details

Commits on Dec 8, 2023

  1. Copy the full SHA
    c22f607 View commit details

Commits on Dec 11, 2023

  1. Copy the full SHA
    f5f9bae View commit details

Commits on Dec 12, 2023

  1. Copy the full SHA
    156d6cd View commit details

Commits on Dec 13, 2023

  1. Copy the full SHA
    f7e83db View commit details

Commits on Dec 14, 2023

  1. Copy the full SHA
    1953ebc View commit details

Commits on Dec 15, 2023

  1. Copy the full SHA
    7f3846f View commit details
Showing with 1,857 additions and 1,735 deletions.
  1. +1 −1 README.md
  2. +1,855 −1,733 data.csv
  3. +1 −1 timestamp.txt
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# automatic-cpi-weights
Action to scrape CPI weights for use in the ONS inflation calculator
Action to scrape CPI weights for use in the ONS inflation calculator which are updated yearly. This uses a [node script](https://github.com/ONSvisual/automatic-cpi-weights/blob/main/run.js) which is run on a github action at 7:01 every weekday. The results are saved in this [file](https://github.com/ONSvisual/automatic-cpi-weights/blob/main/data.csv)
Loading