Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 28

Data Science with

Python Capstone
Project
SIMEON-PAUL TAIWO EMMANUEL
07/06/2022
Outline
• Executive Summary
• Introduction
• Methodology
• Results
• Conclusion
• Appendix

2
Executive Summary
• This project is about building A STI indicator dashboard.
• First, I collected and process related data from the sources, as
follows:
• https://www.researchgate.net/publication/
280742283_Nigerian_innovation_survey_data_collected_with_N
EPAD_support_prepared_with_PEDL_funding?
channel=doi&linkId=55c5261308aebc967df38875&showFulltext=
true
• Second, I manipulated the data to analyse it.
• Third, with EDA (Expolonatory Data Analysis), I checked some
relationsship between the features, and find some patterns with
the helps of data visualisation.
• Lastly, building interactive dashboard with Streamlit.

3
Introduction
Problem: How much are Nigerian Industries spending on
R&D ?
Share of R& D Expenditure By Business
sector(manufacturing and services)?
Factors affecting Innovation activities in Nigerian Industry?
Effects of government support on innovation ?
Effects of number of R&D on turn over?
Internal R&D on Innovation ?
Importance of Information Sources to Innovation?

Based on the report, the dataset is divided into two


waves, R&D expenditure and innovations are high in wave
2 compare to wave 1.

4
Methodology
• Collecting data from research gate
• Deleting missing observations
• Perform exploratory data
analysis (EDA) using PLOTLY
• Build a dashboard app with
streamlit

5
Methodology

6
Data collection

• The data was downloaded from research gate


with the help of python pandas module I was to
read it in to the python environment.

7
Data Collection Images

8
Data wrangling
• Converting all column names to uppercase
• Replace any white space separators by underscores, using the str_replace_all function
• Extraction of sub columns
• Detect and handle missing values

9
Data
wrangling
EDA with data visualization
• I used plotly for the visualisation. Specifically:
Scatter Plot
line plot
pie chart

11
Build a dashboard using streamlit

I build a dashboard using streamlit


component

12
Results
THE DASHBOARD IS
VERY WELL
INTERACTIVE

13
EDA with
Visualization

14
FACTORS AFFECTING INNOVATION ACTIVITIES IN NIGERIAN INDUSTRIES

15
"SHARE(PERCENTAGE) OF R&D EXPENDITURE BY BUSINESS SECTOR
HIGH R&D EXPENDITURE FOR MANUFACTURING SECTOR COMPARE TO SERVICE
SECTOR.

25
EFFECTS OF GOVERNMENT SUPPORT ON INNOVATION

26
"INTERNAL R&D ON INNOVATION"
27
Dashboard

19
FACTORS AFFECTING INNOVATION ACTIVITIES IN NIGERIAN INDUSTRIES

20
EFFECTS OF GOVERNMENT SUPPORT ON INNOVATION

21
IMPORTANCE OF INFORMATION SOURCES TO INNOVATION

22
INTERNAL R&D ON INNOVATION

23
HOW MUCH ARE NIGERIAN INDUSTRIES SPENDING ON R&D

24
EFFECT OF NUMBER OF R&D ON TURNOVER

25
SHARE(PERCENTAGE) OF R&D EXPENDITURE BY BUSINESS SECTOR

26
CONCLUSION
• Manufacturing sector has the higher percentage of share of R&D (87.6%)
• Compare to the service sector at 12.4%
• Food and Beverages sector has a higher turnover compare to
other sector with the numbers of R&D staffs having a reasonable
effect.
• Basic metal and recycling has spent more on R&D compare to
other sector.

27
APPENDIX

28

You might also like