-
Data and information
(6,424)
- Outcomes (1,981)
-
People and Places
(2,825)
- Population (178)
- Impact on NHS resource (3)
- Environment (33)
- Health status (162)
- Personal information choice (12)
- Lifestyle (373)
- Workforce (494)
- Patient safety (178)
- Patient journey (291)
- Demographic (1,596)
- Specification (8)
- Legal obligation (57)
-
Conditions
(2,358)
- Dental (63)
- Chronic (23)
- Immune system (1)
- Fertility, obstetrics and gynaecology (32)
- Respiratory system (138)
- Sensory impairment (14)
- Cancer (551)
- Injury undetermined (268)
- Infectious disease (254)
- Back and bones (211)
- Acute (3)
- Mental and behavioural (462)
- Genitourinary system (167)
- Cardiovascular system (382)
- Digestive system (67)
- Brain and Nervous System (148)
- Congenital malformations, deformations and chromosomal abnormalities (31)
- Metabolic and Nutrition (262)
-
Health and Social Care
(4,169)
- Pharmacy (149)
- Ophthalmic service (49)
- Rehabilitation service (14)
- Public health (161)
- Activity (1,399)
- National Health Service (3,027)
- Care service (295)
- Performance (784)
- Technology and Architecture (193)
- Audiences (135)
-
Service catalogue
(145)
- Care settings (34)
- Business function (121)
- Service status (113)
- Users (108)
- Service type (118)
- Access method (41)
- National usage policy (77)
- Invalid Taxonomy: intelligence:-performance-analytics (1)
- Our organisation (127)
-
API and integration catalogue
(218)
- API Onboarding (3)
- Publish-subscribe events (12)
- Message integration (31)
- Tests and Diagnostics (9)
- API Technologies (136)
- API Acronym (17)
- API owner (5)
- Clinical Decision Support (1)
- Status (152)
- Vaccination (12)
- UI integration (5)
- Transport/Infrastructure (8)
- Maternity (3)
- API service (94)
- Urgent and Emergency Care (51)
- Patient Communication (7)
- Patient-facing (37)
- Referrals and Bookings (13)
- Urgent Treatment Centre (22)
- API standard (36)
- Security (6)
- Content Types (315)
- Invalid Taxonomy: deprecated-api (1)
- Invalid Taxonomy: api-status (1)
-
Service Types
(2,730)
- Protection and Advisory (3)
- Implementing Digital (12)
- Assurance (8)
- Mail and Messaging (14)
- Infrastructure (14)
-
Data
(2,685)
- Standards (12)
-
Insight and Research
(2,500)
- Life sciences (2)
- Tools (2)
-
Requests and Sharing
(2,483)
- Clinical Indicators Team (2,475)
- Transparency data (2)
- Publication (149)
- Quality (8)
- Submission (60)
- 2027 (25)
- 2026 (501)
- 2025 (894)
- 2024 (714)
- 2023 (705)
- 2022 (1,436)
- 2021 (925)
- 2020 (1,008)
- 2019 (866)
- 2018 (967)
- 2017 (804)
- 2016 (487)
- 2015 (426)
- 2014 (378)
- 2013 (352)
- 2012 (328)
- 2011 (200)
- 2010 (127)
- 2009 (134)
- 2008 (93)
- 2007 (80)
- 2006 (78)
- 2005 (47)
- 2004 (2)
- 2003 (3)
- 2002 (4)
- 2001 (2)
- 2000 (1)
- Show all (28) Show less
- Country (2,799)
- Regions (1,441)
- NHS Trusts (1,338)
- Local Authorities (1,101)
- Clinical Commissioning Groups (1,008)
- Primary Care Organisations (624)
- Hospital Trusts (612)
- County (596)
- Strategic Health Authorities (572)
- London Authorities (562)
- Independent Sector Health Care Providers (413)
- Mental Health Trusts (372)
- GP practices (299)
- Ambulance Trusts (259)
- Primary Care Trusts (224)
- Care Trusts (208)
- Dental practices (156)
- Pharmacies and clinics (156)
- Hospital and Community Health Services (144)
- Councils with Adult Social Services Responsibilities (CASSRs) (124)
- Deprivation (120)
- Regional health body (120)
- Government Office Regions (115)
- Community health services (88)
- Integrated Care Boards (86)
- Hospital Trusts (77)
- Hospital Sites (73)
- Clinical Commissioning Area Teams (71)
- NHS Health Boards (66)
- ONS Area Classification (61)
- Cancer networks (53)
- Sub-Integrated Care Boards (41)
- Clinical Commissioning Regions (37)
- Sustainability and Transformation Partnerships (36)
- Provider (32)
- Local Authorities (18)
- Health Education England Region (14)
- Crime & disorder reduction partnership (5)
- Education Authority (5)
- Census Area Statistics Wards (4)
- Middle Layer Super Output Areas (3)
- Clinical Commissioning Groups (2)
- Wards (2)
- Country (1)
- County (1)
- Independent Sector Health Care Providers (1)
- Local Authorities (1)
- London Authorities (1)
- NHS Trusts (1)
- ONS Area Classification (1)
- Primary Care Organisations (1)
- Primary Care Trusts (1)
- Regions (1)
- Strategic Health Authorities (1)
- Sustainability and Transformation Partnerships (1)
- Clinical Commissioning Groups Local Authorities (1)
- Hospital sites (1)
- Parliamentary constituency (1)
- Provider clusters (1)
- Show all (59) Show less
Search results
Guide to installing Python, R and STATA software packages in the Secure Data Environment (SDE).
Information, dates and times for planned maintenance on the NHS England Secure Data Environment (SDE) during which the system may be unavailable.
The NHS England Secure Data Environment (SDE) can be configured to provide the right tooling and compute power for your analytical requirements.
Logging in
When logging into the SDE for the first time, you will be asked to create a two-factor authentication code. Refer to the SDE Set-up Guide for help setting up your two-factor authentication code and logging in to SDE.
Navigating Databricks
When you log into Databricks you can access the Databricks functions from the sidebar and the main screen.
Using notebooks and clusters
Databricks uses notebooks and clusters to analyse and visualise data, and to run automated jobs.
Using cells
The cells in a Databricks notebook run the language you selected when creating the notebook. However, if you select Python and would then like to use SQL, you can use an SQL magic command to switch.
Pulling tables into Python using PySpark
PySpark is the Python Application Programming Interface (API) written in Python to support Apache Spark. Apache Spark is the distributed framework used to handle big data analysis.
Apache Spark and Spark SQL