This poject was completed as part of Udacity Data Analyst Nano Degree course requirements.
#Dataset
Dataset collected of 100k appointments made in medical offices in Brazil. Data shows patients who have made appointments but who have not showed up. What are some of the commonalities behind persons not showing up?
In this project, you'll go through the data analysis process and see how everything fits together. Later Nanodegree projects will focus on individual pieces of the data analysis process.
I used python libraries Numpy, Pandas and Matplotlib which make data analysis code in python easier.
I understood the steps involved in the data analysis process. Posing questions using python numpy and getting answers from the dataset. Familiarized with the pandas series and DataFrame objects which let access data more conveniently. Be comfortable posing questions that can be answered with a given dataset and then answering those questions. Know how to investigate problems in a dataset and wrangle data in certain format. Know matplotlib to plot the charts which visualize the data to understand more easily.