Solutions
Integrations
Enhance your analytics solutions with our datasets.
Datasets
Download CSV, ORC, and Parquet data files.
Analytics
Connect your BI tools to our analytical query service.
Insights
Interactive reports with actionable insights.
Use Cases
Learn how you could unlock value from our datasets.
PricingAboutContact
Resources
Help Centre
Find answers to the most frequently asked questions.
Documentation
Learn everything you need to know about Open Data Blend.
Updates & Blogs
Keep up to date with our latest news, updates, and thoughts.
Get Involved
Help to improve the Open Data Blend services for everyone.
Affiliates
Supplement your business with a new recurring revenue stream.
Manage Subscription
Solutions
Integrations
Enhance your analytics solutions with our datasets.
Datasets
Download CSV, ORC, and Parquet data files.
Analytics
Connect your BI tools to our analytical query service.
Insights
Interactive reports with actionable insights.
Use Cases
Learn how you could unlock value from our datasets.
PricingAboutContact
Resources
Help Center
Find answers to the most frequently asked questions.
Documentation
Learn everything you need to know about Open Data Blend.
Updates & Blogs
Keep up to date with our latest news, updates, and thoughts.
Get Involved
Help to improve the Open Data Blend services for everyone.
Affiliates
Supplement your business with a new recurring revenue stream.
Manage Subscription

Open Data Blend November 2023 Update

Recent articles
Open Data Blend May 2025 Update
10th June 2025
Open Data Blend April 2025 Update
9th May 2025
Open Data Blend March 2025 Update
11th April 2025
Open Data Blend February 2025 Update
10th March 2025
Open Data Blend January 2025 Update
7th February 2025

1st December 2023

By Open Data Blend Team

The Open Data Blend November 2023 update includes updates to the prescribing dataset and support for OneLake in Microsoft Fabric.

Open Data Blend Datasets


English Prescribing Data for September 2023

We updated the Prescribing dataset with the latest available NHS English Prescribing data including activity up until September 2023. This is contained in the 2023 data file and supporting dimension (i.e. lookup/reference) files.

You can download the data from the Open Data Blend Datasets Prescribing page, analyse it directly in supported BI tools through the Open Data Blend Analytics service, or instantly explore insights through the Pharma Market Insights report.

OneLake in Microsoft Fabric Support in Open Data Blend for Python


We released Open Data Blend for Python 1.4.0. This new version introduces support for OneLake in Microsoft Fabric which enables you to copy our datasets into Fabric lakehouse with just a few lines of code.

Open Data Blend for Python 1.4.0

After preparing your Microsoft Fabric workspace as described here, you can start ingesting our datasets into your lakehouse as shown in the following example:

import opendatablend as odb

dataset_path = 'https://packages.opendatablend.io/v1/open-data-blend-road-safety/datapackage.json'
access_key = '<ACCESS_KEY>' # The access key can be set to an empty string if you are making a public API request

# Specify the resource names of the data files. In this example, a subset of the available data files will be requested in Parquet format.
resource_names = [
    'date-parquet',
    'time-of-day-parquet',
    'geolocation-parquet',
    'road-safety-accident-info-parquet',
    'road-safety-accident-location-parquet',
    'road-safety-accident-2021-parquet'
    ]

# Specify the base path for where the data files should be landed. In this example, we want them to be stored in the root of the 'Files' folder in the Fabric lakehouse that has been attached to the Fabric notebook. 
base_path = '/lakehouse/default/Files/'

output = odb.get_data_files(dataset_path, resource_names, base_path=base_path, access_key=access_key)

# Print the file locations
print(output.data_file_names)
print(output.metadata_file_name)

You can learn more about Open Data Blend for Python and how to start using it here.

Follow Us and Stay Up to Date

Follow us on X and LinkedIn to keep up to date with Open Data Blend, open data, and open-source data analytics technology news. Be among the first to know when there's something new.

Blog hero image by Getty Images on Unsplash.

Got feedback?
Get involved.
Created and maintained by

Copyright © 2019-2025 Nimble Learn Ltd. All rights reserved unless otherwise stated. Company Registration Number 08637310. VAT Number 174 9728 60.

Open Data Blend®, the Open Data Blend® logo, Nimble Learn®, and the nimblelearn® logo are registered trademarks of Nimble Learn Ltd. All other product names, logos, and brands are the property of their respective owners, and their use does not imply endorsement.

Terms    Privacy    Cookies    SLA    Licensing    Docs    Status