From f60512e14668e0dbcf761f1125b5b0eb324170bf Mon Sep 17 00:00:00 2001 From: Destiney Date: Tue, 31 Aug 2021 09:47:03 -0400 Subject: [PATCH 1/4] added alt text on images from ch 1-6. --- _sources/Introduction/introduction.rst | 3 ++- _sources/WorldFacts/cs2_data_analysis.rst | 5 ++++- _sources/WorldFacts/cs2_graphing_business_data.rst | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_sources/Introduction/introduction.rst b/_sources/Introduction/introduction.rst index c621fce..aedd1c6 100644 --- a/_sources/Introduction/introduction.rst +++ b/_sources/Introduction/introduction.rst @@ -82,7 +82,7 @@ efficient and comfortable footwear What does a data scientist do? ------------------------------ -.. youtube:: 0tuEEnL61HM +.. youtube:: 0tuEEnL61HM Data Science in a Liberal Arts Context @@ -163,6 +163,7 @@ The Data Science Pipeline .. image:: Figures/DSPipeline.svg :align: left + :alt: Depicts the data science pipeline. A series of steps to go through to analyze and communicate with data. One of the primary goals of this textbook is to familiarize you with the data diff --git a/_sources/WorldFacts/cs2_data_analysis.rst b/_sources/WorldFacts/cs2_data_analysis.rst index 7ebad31..af31627 100644 --- a/_sources/WorldFacts/cs2_data_analysis.rst +++ b/_sources/WorldFacts/cs2_data_analysis.rst @@ -343,7 +343,7 @@ Let's write all of the above calls into a single line. .. image:: Figures/visualization_2.png - +:alt: This is a histogram depicting protecting minority score. .. fillintheblank:: fact_liability_index2_cs1 :casei: @@ -572,6 +572,7 @@ Or, you can put the query right into the call to create a chart. .. image:: Figures/visualization_4.png +:alt: This is a scatter graph of protecting minority investors score. Pretty neat! As we can see, one location has a minimal value while others are farther to the right. This graph encapsulates all the protecting_minority_investors_score @@ -853,6 +854,7 @@ and ``&`` (logical *and*) operators. .. image:: Figures/visualization_5.png +:alt: This is a scatterg graph protecting minority investor score. Now, let’s suppose you want to travel and start your dream business in one of your favorite locations. For example, let’s say you have always wanted to go to Malta and start your business. Let’s see what business-related data we have in the data frame for Malta using equality. @@ -1022,6 +1024,7 @@ Let's use scatter matrix to see correlation between multiple pairs of things at .. image:: Figures/visualization_6.png +:alt: This is a group of graphs used to show scatter mattrix. .. code:: python3 diff --git a/_sources/WorldFacts/cs2_graphing_business_data.rst b/_sources/WorldFacts/cs2_graphing_business_data.rst index bb7f11c..7fcc960 100644 --- a/_sources/WorldFacts/cs2_graphing_business_data.rst +++ b/_sources/WorldFacts/cs2_graphing_business_data.rst @@ -450,12 +450,14 @@ above and apply that to the world below. .. image:: Figures/WorldFactbook_74_0.png +:alt: This is the world map without color. Your final result should look like this. .. image:: Figures/Visualization_7.png +:alt: This is the world map with color based on data. .. reveal:: sol_business_score_map From b4845f269308bd8cf829b63ba4d9ad135d9f78e2 Mon Sep 17 00:00:00 2001 From: mccoyd15 Date: Thu, 9 Sep 2021 13:53:16 +0000 Subject: [PATCH 2/4] added space to alt --- _sources/WorldFacts/cs2_data_analysis.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_sources/WorldFacts/cs2_data_analysis.rst b/_sources/WorldFacts/cs2_data_analysis.rst index af31627..470a929 100644 --- a/_sources/WorldFacts/cs2_data_analysis.rst +++ b/_sources/WorldFacts/cs2_data_analysis.rst @@ -343,7 +343,7 @@ Let's write all of the above calls into a single line. .. image:: Figures/visualization_2.png -:alt: This is a histogram depicting protecting minority score. + :alt: This is a histogram depicting protecting minority score. .. fillintheblank:: fact_liability_index2_cs1 :casei: @@ -572,7 +572,7 @@ Or, you can put the query right into the call to create a chart. .. image:: Figures/visualization_4.png -:alt: This is a scatter graph of protecting minority investors score. + :alt: This is a scatter graph of protecting minority investors score. Pretty neat! As we can see, one location has a minimal value while others are farther to the right. This graph encapsulates all the protecting_minority_investors_score @@ -854,7 +854,7 @@ and ``&`` (logical *and*) operators. .. image:: Figures/visualization_5.png -:alt: This is a scatterg graph protecting minority investor score. + :alt: This is a scatterg graph protecting minority investor score. Now, let’s suppose you want to travel and start your dream business in one of your favorite locations. For example, let’s say you have always wanted to go to Malta and start your business. Let’s see what business-related data we have in the data frame for Malta using equality. @@ -1015,7 +1015,7 @@ Let's use scatter matrix to see correlation between multiple pairs of things at alt.Y(alt.repeat("row"), type='quantitative'), color='Region:N' ).properties( - width=150, + width=150 height=150 ).repeat( row=['protecting_minority_investors_score', 'strength_of_minority_investor_protection_index_(0-50)', 'extent_of_disclosure_index_(0-10)', 'extent_of_director_liability_index_(0-10)'], @@ -1024,7 +1024,7 @@ Let's use scatter matrix to see correlation between multiple pairs of things at .. image:: Figures/visualization_6.png -:alt: This is a group of graphs used to show scatter mattrix. + :alt: This is a group of graphs used to show scatter mattrix. .. code:: python3 From be4250b41ecb22e477a144253375ccfcf9bf719c Mon Sep 17 00:00:00 2001 From: mccoyd15 Date: Thu, 23 Sep 2021 00:06:45 +0000 Subject: [PATCH 3/4] deleted mispelling --- _sources/WorldFacts/cs2_data_analysis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sources/WorldFacts/cs2_data_analysis.rst b/_sources/WorldFacts/cs2_data_analysis.rst index af31627..04ff73c 100644 --- a/_sources/WorldFacts/cs2_data_analysis.rst +++ b/_sources/WorldFacts/cs2_data_analysis.rst @@ -854,7 +854,7 @@ and ``&`` (logical *and*) operators. .. image:: Figures/visualization_5.png -:alt: This is a scatterg graph protecting minority investor score. + :alt: This is a scatter graph protecting minority investor score. Now, let’s suppose you want to travel and start your dream business in one of your favorite locations. For example, let’s say you have always wanted to go to Malta and start your business. Let’s see what business-related data we have in the data frame for Malta using equality. From c1f45af051a5b9dff2c0310107d1dd5f3db03c9f Mon Sep 17 00:00:00 2001 From: mccoyd15 Date: Thu, 23 Sep 2021 00:24:48 +0000 Subject: [PATCH 4/4] Resolve merge conflict --- _sources/WorldFacts/cs2_data_analysis.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_sources/WorldFacts/cs2_data_analysis.rst b/_sources/WorldFacts/cs2_data_analysis.rst index bb5754a..9a93dcd 100644 --- a/_sources/WorldFacts/cs2_data_analysis.rst +++ b/_sources/WorldFacts/cs2_data_analysis.rst @@ -854,11 +854,7 @@ and ``&`` (logical *and*) operators. .. image:: Figures/visualization_5.png -<<<<<<< HEAD :alt: This is a scatter graph protecting minority investor score. -======= - :alt: This is a scatterg graph protecting minority investor score. ->>>>>>> a090e70ad9ca16912f62bcd21b655dcbcee8002c Now, let’s suppose you want to travel and start your dream business in one of your favorite locations. For example, let’s say you have always wanted to go to Malta and start your business. Let’s see what business-related data we have in the data frame for Malta using equality.