Skip to content

v1.1.0

Compare
Choose a tag to compare
@wragge wragge released this 09 Feb 11:49
· 9 commits to master since this release

Add new notebook:

  • Visualise activity – visualises the amount of activity each day of trading by looking at the proportion of stocks that have prices recorded against them.

Add new dataset info:

  • Print and handwritten data extracted from the images using Amazon Textract have been saved in a series of CSV files available from Cloudstor. There's one file per year, and each row in the CSV represents a single column row. This data is in the process of being checked and cleaned, and is likely to change. The easiest way to explore this data is through the Datasette interface which provides fulltext and structured searching.

Admin stuff:

  • Update all packages and test notebooks
  • Lint and format notebooks using isort, Black, and Flake8
  • Switch to using pip-tools
  • Implement testing and linting processes
  • Use quay.io for storing Docker images