| |

Coursera Capstone Project – Data Analysis and Interpretation

data analysis and intrepretation capstone

What is it

This week, I started the Data Analysis and Interpretation Capstone
by Wesleyan University on Coursera. This is the final of 5 course specialisation. The capstone project is expected to take 4 weeks. With each week tackling and doing a major component of the Project work.

 

What is the objective

The objective of this capstone project is to  allow the candidate to continue to apply and refine the data analytic techniques  learned from the previous courses in the Specialization to address an important issue in society. Hence it helps us to hone our skills further to solving real world problems and scenarios.

 

Data given 

In this project, we are given the chance to work with industry partners like  the Connection (www.theconnectioninc.org)  and DRIVENDATA (www.drivendata.org). We are also given access to work on leading world organisations like the World Bank. I chose to work with data on World Bank due to the impact World Bank is making globally.

 

 

I am already loving the course and capstone project as I am beginning to appreciate and recognise the link between the previous courses we learned and how to link them to finding solutions to real world and every day issues.

 

Watch out for my final report upon completion of the capstone project and my final thoughts and feelings about it.

 

Update: My final report is ready and you can check it out here:

Prediction of Adjusted Net National Income Per Capita of Countries

You can also download my full report as PDF straight into your inbox here:

Download It Now

Similar Posts

  • |

    Generating a Correlation Coefficient – Data Analysis and Intrepretation

    Chosen Dataset I will be working with Data from the Gapminder dataset. This happens to be the same dataset I worked with under the Data Management and Visualization course assignments. As elaborated and discussed in under the Data Management and Visualization course assignments, I have chosen to focus on the country, Ghana. Hence I will be particularly interested in…

  • | | |

    Deploy Productionalise Azure Machine Learning Algorithm Using Python

    This is a script to consume Azure Machine Learning Model which you build using Azure ML Studio. So basically this is a Request-Response Service (RRS)  according to Microsoft. This was a Boosted Decision Tree Algorithm build with Census Adult Data which is available as one of the Sample DataSet in Azure ML. You can adapt the…

  • Read_csv Is Not Returning A Dataframe Python Pandas

    I was working with a CSV file on a project and after reading the CSV into the Program with the pandas.read_csv function the returned data type seemed not be a Dataframe for some reason code was as follows: sample = pd.read_csv(‘sample.csv’) When i tried to run some functions on the supposed ‘returned dataframe object -sample’ I…

  • Python Pandas Pivot Table Index location Percentage calculation on Two columns

    pivot table for year on year This is a quick example of how to use pivot_table,  to calculate year on year percentage sales . In [162]:

      In [163]:

     

    In [164]:

      Out[164]: First Name Last Name Sex Phone Fax Email Address Booking Date Departure Date Arrival Date Address1 … Number of Passengers…

  • |

    Save Python Pivot Table in Excel Sheets ExcelWriter

    Untitled This is a quick script on how to save Python pivot_table in an excel file. Credit to  pbpython In [1]:

      In [2]:

     

    In [8]:

      Out[8]: First Name Last Name Sex Phone Fax Email Address Booking Date Departure Date Arrival Date Address1 … Number of Passengers Total Cost Currency Numeric Code…

  • Python Bokeh plotting Data Exploration Visualization And Pivot Tables Analysis

    This is a quick walk through Bokeh data exploration and visualization and also python pivot_tables (credit to pbpython on the pivot_tables).Visualization Dashboard In [49]:

      In [50]:

     

    In [51]:

      Out[51]: First Name Last Name Sex Phone Fax Email Address Booking Date Departure Date Arrival Date Address1 … Number of Passengers Total Cost Currency…

Leave a Reply

Your email address will not be published. Required fields are marked *