Medical Data Sets Free Download

© 2019 Kaggle Inc. Our Team Terms Privacy Contact/Support Terms Privacy Contact/Support. A big list of free public datasets. State, City, Local and public data sites and portals; Data APIs, Hubs, Marketplaces, Platforms. (some free, some paid). Life sciences and medical datasets are helpful for diagnosis, thereby providing economical solutions for healthcare and medical diagnosis software systems. And to access and download the datasets with clear use terms. Image Datasets. (ADNI) researchers collect several types of data from volunteer study participants.

(This article was first published on RDataMining, and kindly contributed to R-bloggers)

There are many datasets available online for free for research use. Some of them are listed below.

– The R Datasets Package:
There are around 90 datasets available in the package. Most of them are small and easy to feed into functions in R.
See a list of data with the statement below:
> library(help=”datasets”)

– Frequent Itemset Mining Dataset Repository:
click-stream data, retail market basket data, traffic accident data and web html document data (large size!).
See the website also for implementations of many algorithms for frequent itemset and association rule mining.

– ACM KDD Cup:
the annual Data Mining and Knowledge Discovery competition organized by ACM SIGKDD, targeting real-world problems

– UCI KDD Archive:
an online repository of large data sets which encompasses a wide variety of data types, analysis tasks, and application areas

– UCI Machine Learning Repository:
a collection of databases, domain theories, and data generators

Downloads

– CMU StatLib Datasets Archive

– Time Series Data Library:
a collection of about 800 time series drawn from many different fields

– EconData:
a source of economic time series data from Inforum, at the University of Maryland

– UCR Time Series Data Archive:
data for time series classification and clustering

– GeoDa Center:
A collection of spatial data

The links of above datasets are provided at RDataMining website, and more datasets will be added to the website later.

Medical

Yanchang Zhao

RDataMining: http://www.rdatamining.com
Twitter: http://www.twitter.com/RDataMining
Group: http://group.rdatamining.com

Free
To leave a comment for the author, please follow the link and comment on their blog: RDataMining.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: Data science, Big Data, R jobs, visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series, trading) and more...
If you got this far, why not subscribe for updatesfrom the site? Choose your flavor: e-mail, twitter, RSS, or facebook...
Data is ubiquitous — but sometimes it can be hard to see the forest for the trees, as it were. Many companies of various sizes believe they have to collect their own data to see benefits from big data analytics, but it’s simply not true.

There are hundreds (if not thousands) of free data sets available, ready to be used and analyzed by anyone willing to look for them.  Below is a list of 35 of the most globally interesting I’ve come across, but there are many, many more in many different niches.

  1. Data.gov http://data.gov The US Government pledged last year to make all government data available freely online. This site is the first stage and acts as a portal to all sorts of amazing information on everything from climate to crime.
  2. US Census Bureau http://www.census.gov/data.html A wealth of information on the lives of US citizens covering population data, geographic data and education.
  3. Socrata is another interesting place to explore government-related data, with some visualisation tools built-in.
  4. European Union Open Data Portal http://open-data.europa.eu/en/data/ As the above, but based on data from European Union institutions.
  5. Data.gov.uk http://data.gov.uk/ Data from the UK Government, including the British National Bibliography – metadata on all UK books and publications since 1950.
  6. Canada Open Data is a pilot project with many government and geospatial datasets.
  7. Datacatalogs.org offers open government data from US, EU, Canada, CKAN, and more.
  8. The CIA World Factbook https://www.cia.gov/library/publications/the-world-factbook/ Information on history, population, economy, government, infrastructure and military of 267 countries.
    NASA’s database of satellite imagery of Earth.
  9. Facebook Graph https://developers.facebook.com/docs/graph-api Although much of the information on users’ Facebook profile is private, a lot isn’t – Facebook provide the Graph API as a way of querying the huge amount of information that its users are happy to share with the world (or can’t hide because they haven’t worked out how the privacy settings work).
  10. Face.com: A fascinating tool for facial recognition data.
  11. UCLA makes some of the data from its courses public.
  12. Data Market is a place to check out data related to economics, healthcare, food and agriculture, and the automotive industry.
  13. Google Public data explorer includes data from world development indicators, OECD, and human development indicators, mostly related to economics data and the world.
  14. Junar is a data scraping service that also includes data feeds.
  15. Buzzdata is a social data sharing service that allows you to upload your own data and connect with others who are uploading their data.
  16. Gapminder http://www.gapminder.org/data/ Compilation of data from sources including the World Health Organization and World Bank covering economic, medical and social statistics from around the world.
  17. Google Trends http://www.google.com/trends/explore Statistics on search volume (as a proportion of total search) for any given term, since 2004.
  18. Google Finance https://www.google.com/finance 40 years’ worth of stock market data, updated in real time.
  19. Google Books Ngrams http://storage.googleapis.com/books/ngrams/books/datasetsv2.html Search and analyze the full text of any of the millions of books digitised as part of the Google Books project.
  20. National Climatic Data Center http://www.ncdc.noaa.gov/data-access/quick-links#loc-clim Huge collection of environmental, meteorological and climate data sets from the US National Climatic Data Center. The world’s largest archive of weather data.
  21. DBPedia http://wiki.dbpedia.org Wikipedia is comprised of millions of pieces of data, structured and unstructured on every subject under the sun. DBPedia is an ambitious project to catalogue and create a public, freely distributable database allowing anyone to analyze this data.
  22. New York Timeshttp://developer.nytimes.com/docs Searchable, indexed archive of news articles going back to 1851.
  23. Freebase http://www.freebase.com/ A community-compiled database of structured data about people, places and things, with over 45 million entries.
  24. Million Song Data Set http://aws.amazon.com/datasets/6468931156960467 Metadata on over a million songs and pieces of music. Part of Amazon Web Services.
  25. UCI Machine Learning Repository is a dataset specifically pre-processed for machine learning.
  26. Financial Data Finder at OSU offers a large catalog of financial data sets.
  27. Pew Research Center offers its raw data from its fascinating research into American life.
  28. The BROAD Institute offers a number of cancer-related datasets.

This is really just the tip of the iceberg. Many websites, apps, and companies that offer an API provide access to the data they collect through that API.

Medical Data Sets free. download full

Forward-thinking companies that may not have the resources to begin collecting their own data right away can access this publically available data and begin asking the right questions and getting answers right away.

Medical Data Sets Download

How would you put publically available data to use in your business or niche? I’d be interested to hear your thoughts and ideas in the comments below.

Comments are closed.