https://www.fhi.no/en/more/access-to-data/https://www.fhi.no/en/more/access-to-data/
Overview over all prescription drugs dispensed from pharmacies in Norway. Drugs used in hospitals, nursing homes and for animals are also included
Abstract The Norwegian Endurance Athlete ECG Database contains 12-lead ECG recordings from 28 elite athletes from various sports in Norway. All recordings are 10 seconds resting ECGs recorded with a General Electric (GE) MAC VUE 360 electrocardiograph. All ECGs are interpreted with both the GE Marquette SL12 algorithm (version 23 (v243)) and one cardiologist with training in interpretation of athlete's ECG. The data was collected at the University of Oslo in February and March 2020.
Background Athletes often have increased thickness in the left ventricular wall and extended chambers in both the left and right ventricle compared to untrained people at the same age [1]. These changes occur as a result of the heart adapting to large amounts of exercise. These changes can be seen on an echocardiogram, but the changes also give electrical manifestations that can be observed on an electrocardiogram (ECG). Even if these changes are considered healthy, they can be confused with pathological changes that are related to sudden cardiac death (SCD) [2]. In addition, studies show that the incidence of SCD is higher in athletes than in non-athletes of the same age [3,4]. Current measures and procedures for detecting athletes with an increased risk of SCD are characterized by low accuracy and low precision. This emphasizes that ECG interpretation of athletes is an area that requires increased focus.
Methods Twenty-eight healthy athletes were recruited for this study. 19 (68%) of the participants were men and 9 (32%) were women. Participant's ages ranged from 20 to 43 years (Mean = 25 years, standard deviation = 4.7 years). The distribution among sports was 24 rowers (86%), 2 kayakers (7%) and 2 cyclists (7%). The average amount of training hours for 2017 was 822 hours with a standard deviation of 117 hours, in 2018 the average amount of training was 820 hours with a standard deviation of 113 hours and in 2019 the average amount of training was 798 hours with a standard deviation of 171 hours.
The study protocol and consent form were approved by the Norwegian Centre for Research Data (application ID: 389013) and the University of Oslo, and the ethical considerations were approved by the Regional Committees for Medical and Health Research Ethics (application ID: 51205). All participants were informed and gave written consent before the test was initiated, they also agreed to have their ECG shared in an open database after the project was finished. The test subjects were lying horizontally on a bed, relaxing, while electrodes were attached to perform a 12-lead ECG recording. The recordings were performed as a standard 10 seconds resting ECG. The device used was a GE MAC VUE 360. The device's built-in interpretation algorithm, Marquette 12SL (version 23 (v243)), performed automatic interpretation of all ECGs.
All ECG recordings were examined by a cardiologist, with specialization in athletes' hearts, after the recordings were completed. The cardiologist interpreted the ECGs according to the international criteria for ECG interpretation of athletes.
Data Description Each of the 28 waveform files consists of 12 arrays, representing the twelve leads. The ECGs were obtained using a General Electric (GE) MAC VUE 360 electrocardiograph and interpreted using the built-in ECGs are GE Marquette SL12 algorithm (version 23 (v243)) and a cardiologist with training in interpretation of athlete's ECG.
The waveform files are stored in .dat -files with a corresponding .hea file containing all the metadata. This file formats are compatible with the Python WaveForm DataBase (WFDB) package and this makes it easy to import the data.
All ECG waveforms are sampled and stored with a sampling frequency of 500Hz and a length of 5000 samples (10 seconds). The header file contains information about the total amount of leads, samples per lead and additional information about each lead. The last two lines in the header file contains the diagnose given by the Marquette SL12 (SL12) algorithm and the cardiologist (C). ``` ath_001 12 500 5000 ath_001.dat 16 50000/mV 16 0 10251 49595 0 I ath_001.dat 16 50000/mV 16 0 -1096 35223 0 II ath_001.dat 16 50000/mV 16 0 -10267 60826 0 III ath_001.dat 16 50000/mV 16 0 -3724 3505 0 AVR ath_001.dat 16 50000/mV 16 0 9391 26379 0 AVL ath_001.dat 16 50000/mV 16 0 -5395 57481 0 AVF ath_001.dat 16 50000/mV 16 0 13580 61759 0 V1 ath_001.dat 16 50000/mV 16 0 11410 33501 0 V2 ath_001.dat 16 50000/mV 16 0 14721 52508 0 V3 ath_001.dat 16 50000/mV 16 0 16103 51083 0 V4 ath_001.dat 16 50000/mV 16 0 6662 44197 0 V5 ath_001.dat 16 50000/mV 16 0 -3806 11333 0 V6
SL12: sinus bradycardia with marked sinus arrhythmia, Right Axis Deviation, Borderline ECG C: Sinus arrhythmia, Normal ECG ```
Usage Notes The intended use of this database is for the development of better algorithms designed to make better diagnostics for athletes based on ECG. One of the unique features of this database is that the ECGs are annotated by both a trained cardiologist and by a state-of-the-art ECG software (GE Marquette SL12).
To get started in Python you can use this code to import the ECG-signals and metadata ``` import wfdb import numpy as np import os
directory = "./your/directory/" ECGs = [] for ecgfilename in sorted(os.listdir(directory )): if ecgfilename.endswith(".dat"): ecg = wfdb.rdsamp(directory + ecgfilename.split(".")[0]) ECGs.append(ecg) ECGs = np.asarray(ECGs) ``` The numpy array (ECGs) now contains all ECG signals and metadata.
Despite the fact that the measurements were taken from top-trained athletes it is not confirmed whether they had athletic remodeling of the heart or not. No echocardiographic or other examinations were performed to investigate the structure of the heart.
Release Notes 1.0.0 Initial release of the dataset.
Ethics The authors declare no ethics concerns.
Acknowledgements I will thank Professor Emeritus Knut Gjessdal for providing his medical expertise and interpreting all of the ECGs. This work was done at the University of Oslo and I will thank Professor Ørjan Grrøttem Martinsen for providing appropriate facilities for ECG measurements.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Other data providers sharing occurence data via the Norwegian Species Map Service. These providers allow Nbic to share their data as they do not provide their own IPT servide. Providers: Following databases/datasets from the Norwegian Environment Agency (http://www.miljodirektoratet.no/): Predator database, water species database, naturedatabase and salmon registry. From Sustain.no (http://www.miljolare.no/en/) following databases/datasets: Alien species, plants, butterflies, earthworms, snails, water species, garden birds, coastal species, ponds species and steam species.
https://helsedata.no/en/forvaltere/norwegian-directorate-of-health/norwegian-control-and-payment-of-health-reimbursements-database-kuhr/#nav-heading-1https://helsedata.no/en/forvaltere/norwegian-directorate-of-health/norwegian-control-and-payment-of-health-reimbursements-database-kuhr/#nav-heading-1
The registry contains information on bills from health services, which have been reimbursed to patients by the state.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Data from the Norwegian breeding bird monitoring scheme from 2006 up until today. The project is carried out in cooperation between BirdLife Norway, Norwegian Institute for Nature Research (NINA) and the Norwegian Environment Agency, and is the most important project for monitoring population trends for Norwegian bird species on land.
https://www.icpsr.umich.edu/web/ICPSR/studies/40/termshttps://www.icpsr.umich.edu/web/ICPSR/studies/40/terms
This study contains election and census data for 732 Norwegian communes in the period 1949-1961. Election returns are available for the elections of 1949, 1953, 1957, and 1961. In addition, data from the censuses of 1950 and 1960 are presented, including information on demography, education, modernization, the economy, and occupational structure, and contextual information about clusters of neighboring communes. Data are provided on the total number of registered voters and the total number of votes cast for the Norwegian Communist Party, the Norwegian Labour Party, the Liberal Party (Venstre), the Christian People's Party, the Agrarian Party (the Centre Party), the Conservative Party (Hoyre), and other political parties. Additional variables provide information on age and educational levels for males and females, the total number of economically active population employed in agriculture, forestry, fisheries, manufacturing, and construction, the total value of industrial production, and the total number of private households and occupied housing units.
https://www.mordorintelligence.com/privacy-policyhttps://www.mordorintelligence.com/privacy-policy
The Norway Data Center Market report segments the industry into Hotspot (Oslo, Vestland, Rest of Norway), Data Center Size (Large, Massive, Medium, Mega, Small), Tier Type (Tier 1 and 2, Tier 3, Tier 4), and Absorption (Non-Utilized, Utilized). This report provides historical market data and future forecasts for five years.
Comprehensive dataset of 0 Norwegian armed forces in Japan as of June, 2025. Includes verified contact information (email, phone), geocoded addresses, customer ratings, reviews, business categories, and operational details. Perfect for market research, lead generation, competitive analysis, and business intelligence. Download a complimentary sample to evaluate data quality and completeness.
CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
License information was derived automatically
This dataset represents synthetic data derived from anonymized Norwegian Registry Data of pa aged 65 and above from 2011 to 2013. It includes the Norwegian Patient Registry (NPR), which contains hospitalization details, and the Norwegian Prescription Database (NorPD), which contains prescription details. The NPR and NorPD datasets are combined into a single CSV file. This real dataset was part of a project to study medication use in the elderly and its association with hospitalization. The project has ethical approval from the Regional Committees for Medical and Health Research Ethics in Norway (REK-Nord number: 2014/2182). The dataset was anonymized to ensure that the synthetic version could not reasonably be identical to any real-life individuals. The anonymization process was done as follows: first, only relevant information was kept from the original data set. Second, individuals' birth year and gender were replaced with randomly generated values within a plausible range of values. And last, all dates were replaced with randomly generated dates. This dataset was sufficiently scrambled to generate a synthetic dataset and was only used for the current study. The dataset has details related to Patient, Prescriber, Hospitalization, Diagnosis, Location, Medications, Prescriptions, and Prescriptions dispatched. A publication using this data to create a machine learning model for predicting hospitalization risk is under review.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
The IMR zooplankton database holds Norwegian Sea data on size fractionated biomass as well as biomass for particular zooplankton groups obtained from standard seasonal transects (Svinøy, Gimsøy and Bjørnøya-vest) and a regional coverage of the Norwegian Sea during spring. Data on species composition (abundance) are limited.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Norway Registered Unemployment: Construction data was reported at 5,384.000 Person in Oct 2018. This records a decrease from the previous number of 5,539.000 Person for Sep 2018. Norway Registered Unemployment: Construction data is updated monthly, averaging 7,630.500 Person from Dec 2000 (Median) to Oct 2018, with 214 observations. The data reached an all-time high of 14,053.000 Person in Feb 2010 and a record low of 2,841.000 Person in Sep 2007. Norway Registered Unemployment: Construction data remains active status in CEIC and is reported by The Norwegian Labour and Welfare Administration. The data is categorized under Global Database’s Norway – Table NO.G021: Registered Unemployment: Norwegian Labour and Welfare Organization: by Profession and Region .
https://www.mordorintelligence.com/privacy-policyhttps://www.mordorintelligence.com/privacy-policy
Norway Data Center Server Market is Segmented by Form Factor (Blade Server, Rack Server, Tower Server) and End User (Banking, Financial Services, and Insurance, IT and Telecommunications, Government, Media and Entertainment, and Other End-Users). The Market Sizes and Forecasts are Provided in Terms of Value (USD) for all the Above Segments.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
The Norwegian Institute for Nature Research (https://www.nina.no) conducts a general monitoring of terrestrial insects in Norway since 2020, on behalf of the Norwegian Environmental Agency (https://www.miljodirektoratet.no/). As of 2024, the monitoring program covers semi-natural land across all five major areas of Norway ; "Sørlandet" (south-west), "Vestlandet" (west), "Østlandet" (south-east), "Trøndelag" (middle), and "Nord-Norge" (northern). In addition, we monitor the forests in "Østlandet". Expanded coverage of forest ecosystems may occur in the future. The monitoring is based on passive sampling through malaisetraps with addition of windowtraps in forests. Identification of insects is mainly done through metabarcoding after a soft lysis of the material. Caution should be excercised when interpreting occurrences of single species, as the metabarcoding and bioinformatics may contain errors. Three possible errors to be aware of: 1) false positives of some species not present in the sample, 2) wrong asssignment of DNA-sequence to species name, 3) false negatives of species present in the sample. The bioinformatics is occationally updated for the entire dataset on the entire dataset, with more and more DNA-sequencies being assigned to a species name, and some species assignments being corrected, as the reference libraries continue to improve. This was last done after the 2024 season, and we are currently at version 2.0 of our internal bioinformatics database NorInvert. In this export, we filter out the taxonomic identifications that has been flagged as uncertain in our internal quality assessment. The sample design is expressed through a series of hierarchical event levels, that should be unpacked before analysis. We also collect a range of environmental data at the sampling sites. These are collected in the dynamicalProperties column as a JSON-string, at the hierarchical level they are related to. An R-script for unpacking the data into a more usable format is (will be) available at https://github.com/NINAnor/national_insect_monitoring Brief explanation of the hierarchical structure of the dataset: 1) The occurrence table can be joined to the event table through the parentEvent, which joins to an 2) identification event. This level exists because any sample may have gone through several identification events, possibly with differing methods. The identification events joins through its parentEvent with 3) a sampling_trap event, which designates a single trap in a single sampling event at a location. Sampling_trap events are joined through their parentEvent to a 4) locality sampling event, which is a single sampling period in a locality. Sampling events can have 1 or more traps (sampling trap events). Finally, the locality sampling events can be joined through their parentEvent to a 5) year locality event, which designates the sampling of insects in a single locality in a year. Relevant metadata or collected explanatory data is attached to each level, with the dynamicProperties column collecting the datatypes that the Darwin Event Core doesn't presently cater to. This is the second version of this dataset. This version does not contain the records with taxonomy matches that has been flagged as uncertain, according to our bioinformatics pipeline (Identification confidence LOW, MEDIUM). The full data set can be sent on request.
Comprehensive dataset of 32 Norwegian restaurants in United States as of June, 2025. Includes verified contact information (email, phone), geocoded addresses, customer ratings, reviews, business categories, and operational details. Perfect for market research, lead generation, competitive analysis, and business intelligence. Download a complimentary sample to evaluate data quality and completeness.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Comprehensive collection of Norwegian .no domain names with associated subdomain information, DNSSEC security data, and domain intelligence
Source data archives * Arctic region Norwegian ship logbook data. Digitized in Russia, St. Petersburg, by Ecoshelf. * Norwegian Logbook data from Wishman et al., circa 1995-1996
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Money supply, billion currency units in Norway, March, 2025 The most recent value is 3311.75 billion Norwegian Krone as of March 2025, an increase compared to the previous value of 3233.41 billion Norwegian Krone. Historically, the average for Norway from January 1960 to March 2025 is 815.53 billion Norwegian Krone. The minimum of 17.03 billion Norwegian Krone was recorded in January 1960, while the maximum of 3311.75 billion Norwegian Krone was reached in March 2025. | TheGlobalEconomy.com
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Norwegian Cruise Line reported $168.33M in Interest Expense on Debt for its fiscal quarter ending in March of 2025. Data for Norwegian Cruise Line | NCLH - Interest Expense On Debt including historical, tables and charts were last updated by Trading Economics this last July in 2025.
Comprehensive dataset of 3 Norwegian restaurants in Germany as of June, 2025. Includes verified contact information (email, phone), geocoded addresses, customer ratings, reviews, business categories, and operational details. Perfect for market research, lead generation, competitive analysis, and business intelligence. Download a complimentary sample to evaluate data quality and completeness.
https://www.fhi.no/en/more/access-to-data/https://www.fhi.no/en/more/access-to-data/
Overview over all prescription drugs dispensed from pharmacies in Norway. Drugs used in hospitals, nursing homes and for animals are also included