Example data science porfolio
After scraping the data, I needed to clean it up so that it was usable for our model. I made the following changes and created the following variables:

I looked at the distributions of the data and the value counts for the various categorical variables. Below are a few highlights from the pivot tables.

This course teaches a lot of things, since how to run basic queries until modeling databases. What was nice about the learnings, is about the exercises using real data!
-> Statements: CREATE, DELETE, SELECT, INSERT and UPDATE table.
-> COUNT, LIMIT, DISTINCT.
-> String Patterns, Ranges, Sorting, Grouping.
-> Sub-queries and multiple tables(implicit join)
-> Database access from Python.
-> Analyzing data with Python.
-> JOIN(inner, outer).
-> Working with real-word datasets.
-> Relational databases concepts.
-> Relational Model Constraints.
Writing the text to file in Python Programming Language where you learn know how to write to file and copy the file.

Extracting essential data from a dataset and displaying it is a necessary part of data science; therefore individuals can make correct decisions based on the data. In this Project I will extract some essential economic indicators from some data, I will then display these economic indicators in a Dashboard.then i will share the dashboard via an URL. Gross domestic product (GDP) is a measure of the market value of all the final goods and services produced in a period. GDP is an indicator of how well the economy is doing. A drop in GDP indicates the economy is producing less; similarly an increase in GDP suggests the economy is performing better. In this lab, I will examine how changes in GDP impact the unemployment rate and then I will take screen shots of Dashboard and every steps,share the notebook and the URL pointing to the dashboard.
