Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hamadalaqeel/Investigating-a-Hospital-Dataset-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Investigating A Hospital Dataset Using Python

This dataset contains patient information from 100k + medical appointments in Brazil. The data contains a number of possible datapoints that may indicate whether a patient will show up for an appointment or not. We will use the "CRISP-DM" approach to analyze this dataset.

The orignal dataset can be found here

Prerequisites

  • Python versions 3.0 and above
  • unicodecsv
  • datetime
  • pandas
  • numpy
  • matplotlib
  • seaborn

Project Motivation

This project is an implementation of the "CRISP-DM" approach to create a Github post to present my skill in Analyzing a dataset as part of my Udacity's Data Scientist Nanodegree.

The main question that we wanted to answer and find was, what are the reasons that will result in the patient not showing. Is it because of the waiting time, scholarship, their locations, type of disease, or age.

File Descriptions

There are two files, one is the dataset itself located inside the Dataset folder, and the notebook itself with two formats ".html" and ".ipynb". The notebook contains all the work.

Results

The main findings of the code can be found here

Licensing, Authors, Acknowledgments

Credit goes to Keras for providing the data.

About

DAND Project 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors