SlideShare a Scribd company logo
1 of 18
Tableau Homework 3 – Exploring Chart Types with QVC Data
Getting familiar with the data
You will focus on five dimensions as you start to explore the
QVC data:
• order date (Order Dt)
• merchandise department (Merchandise Dept)
• region of the country (Region)
• customer state (Ship To State)
• location of the originating warehouse (Warehouse Zip).
You will use five measures:
• price (Total Line Amt)
• number of orders (Number of Records)
• average order value (AOV to be calculated)
• delivery time ([Days Shipped] to be calculated)
Create two calculated fields:
AOV = SUM([Total Line Amt])/SUM([Number of Records]).
On the Data Pane, change the number
format to Currency with 2 decimal places.
Days Shipped = CEILING( [Delivery Confirmation Dt]-
[Shipped Dt])
In the next homework, we will explore additional measures to
address the QVC analytics challenge more
explicitly. In this homework, the primary goal is to continue to
build basic Tableau skills for creating
tables, maps, and charts.
Change the label in the Region dimension for Alaska and
Hawaii:
Alaska and Hawaii were not assigned a region in the input data,
but we are going to change the Null
label to AK/HI. Depending on the context, we may filter out
these states.
To change the label, go to the blue pill for Region and right-
click (or click on the down arrow) to get the
menu of actions. Select Aliases…. In the pop-up box, change
the alias for Null to AK/HI.
For the rest of the course, you are expected to have complete
titles on every worksheet you complete. I
will guide you through this process for the first few worksheets.
Chapter 19 – Highlight Tables
1. Create a text table with merchandise departments for rows
and the sum of sales (Total Line Amt) in
the table. Sort in descending order by sales.
Add Region to the Columns Shelf. You should have a crosstab
table with 5 columns and 11 rows of data.
Drag the Total Line Amt to the Color marks card. Change the
mark type to Square. Note that the East
region has highest sales overall and the ordering within region
is similar. Name the sheet Highlight
Table.
Edit the title (double-click on the Highlight Table text and type
over <Sheet Name>) to be something like
‘Total sales by region and merchandise department’.
Chapter 22 – Scatter Plot
2. Open a new worksheet. Create a scatter plot of average Days
Shipped (Columns Shelf) and average
order value AOV (Row Shelf). Make sure you change the
default SUM aggregate function to AVG for
Days Shipped. Drag Merchandise Dept to the Detail marks
card. Drag Total Line Amt to the Size marks
card.
At this point, you will want to change the axis settings so they
do not include 0. Right-click on each axis,
select Edit Axis, and uncheck the Include zero box.
Add an average line for each measure. This plot highlights that
the jewelry department has high average
ship times, though is a small revenue department. We will
continue to investigate what types of orders
have long delivery times. Electronics and IQVC Divisional
have high average order values. IQVC
Divisional is the online store.
Name this sheet Scatter Plot and edit the title to be something
like ‘Average order value (AOV) by
average days shipped for all merchandise departments’.
Chapter 23 – Tree Map
3. Open a new worksheet. Create a tree map with size =
average of Days Shipped, color = total sales
(sum of Total Line Amt), and two text labels -- Ship to State
and average of Days Shipped. Change the
format of the displayed text for the average of Days Shipped so
there is only one decimal place. In the
scatter plot, the overall average days shipped was around 3.8.
This tree map suggests there is large
variation by state, from a low of 2.5 days for Washington DC to
a high of 6 days for Idaho. Notice that
California (CA) stands out as the state with the highest total
sales, but also has a relatively high average
shipping time of 4.7 days.
Name this sheet Tree Map Delivery Days and add a descriptive
title.
Chapter 28 – Histogram
4. Open a new worksheet. Create a histogram of Days Shipped.
Change the size of the bins to 2. While
most orders are delivered in less than 6 or 8 days, the histogram
axis goes up to 32 because there are a
small number of orders with very large shipping times. A
histogram is not a good chart to visualize
outliers. We will use boxplots to explore some of our measures
with skewed distributions.
Name this sheet Histogram and add a descriptive title.
Chapter 29 – Box Plot
5. Create a boxplot that shows the price (Total Line Amt) by
merchandise department for each order
(data fully disaggregated). I’m going to change a few steps
from the book:
• Create a vertical bar chart with Merchandise Dept on the
Columns Shelf and SUM(Total Line
Amt) on the Rows Shelf. I like to sort the data in descending
order by total sales, largest to
smallest).
• Go to Analysis and uncheck Aggregate Measures (second row
in the drop-down menu.)
You should now have a bunch of circles instead of bars. Each
circle represents a single price
record from the list of orders. You can tell from this
visualization that most orders are below
$1,000. There are several larger orders in a few different
departments.
• Click on the box-and-whisker icon on the Show Me menu.
• Name your sheet Price Boxplots and add a descriptive title.
Chapters 30 – 32 Maps
6. Make a symbol map that shows the total sales by ZIP code
(detail =Ship To Zip). Drag Total Line Amt
to the Size marks card. Use the Region dimension to filter out
AK/HI. Click on the Color marks card to
change the format of the circles. Add a grey border and reduce
the opacity. Drag Region to the Color
marks card. Change the size of the circles to get a display that
you like. Name the worksheet Symbol
Map and add a descriptive title.
7. Create a filled map that shows the average delivery days (use
the AVG aggregate function) by state
(Ship To State). Use the Region dimension to filter out AK/HI.
Edit the colors to use Stepped Color with
4 steps. (Click on the Color card, select Edit Colors…, and
select Stepped Color / 4 steps as shown below.
Note that there is a clear increase in average delivery days from
east to west with a secondary pattern of
longer shipping times for more rural states. Name this sheet
Delivery Days Map and add a descriptive
title.
8. Follow the Warehouse Mapping Tutorial posted in Moodle
and create a dual-axis map to show
warehouse locations and states where orders were delivered.
Name this sheet State Map and add a
descriptive title that includes both sets of data displayed on the
map. For example, ‘Number of orders
shipped by warehouse location and destination’.
Chapter 9 – Line Chart with Weekly Data
9. To take a deeper dive into variations in delivery times by
region of the county, we are going to create
a line chart of weekly average delivery times by region. Drag
Days Shipped to the Rows shelf and change
the aggregate function to Average (AVG). Drag Order Dt to the
Columns self. Select the continuous
Week Number for the order date. Drag region to color and filter
out AK/HI region. This chart verifies
that the East region generally has the shortest delivery times,
followed by the South and then Central
and finally the West.
Label the lines directly with the region name by dragging
Region to the Label marks card. Change the
font size to 12 and hide the Region legend.
Name this sheet Weekly Delivery Days and add a descriptive
title.
Chapter 38 Dual-Axis Slope Graphs and Chapter 15 Sets
10. You are going to create a slope graph that compares
delivery days by merchandise department for
the East and West regions. Here is some additional information
to help you follow the steps in the book:
• Create a bar chart with AVG([Days Shipped]) on the Rows
Shelf and Region on the Columns
Shelf.
• Filter Region to include only East and West.
• Add merchandise department to the Details marks card and
change the mark type to Line.
• Use a filter to keep the departments with the most sales
revenue: Home Décor, Health/Beauty,
Apparel, Accessories, Electronics, Housewares, Jewelry.
• Drag Merchandise Dept to the Label marks card. Click on the
Label card to format the labels.
Under Options, check the box to allow labels to overlap other
marks. Click on Line Ends and
select Label start of line. Make the chart wider so you can see
the lines and labels. Note that
Jewelry has similar delivery times in both regions, but all other
departments have longer
delivery times in the west.
• Work on the format so this could be a final candidate for a
dashboard
element:
o Add a reference line equal to the Average Days Shipped.
Format the Reference Line Label so it is right-justified
o Edit the Days Shipped axis to exclude zero.
o Add markers to the line ends. Click on the Color marks card
and select the middle option for Markers.
o Create a set that has Jewelry as the In member. Edit the
colors and assign Orange to In and Blue to out (or select your
own preference for the palette.)
Save the worksheet as Single Slope Graph and change the title
to ‘Average
shipment days by region and merchandise department’.
Duplicate the sheet.
11. Open the duplicated sheet from the prior problem and name
it Small
Multiples. Remove the merchandise department labels from the
chart on the
Small Multiples worksheet. Drag a pill for Merchandise Dept
and place it to the left of the Region pill on
the Columns Shelf. This layout eliminates the problem of
overlapping labels. Enhance the visualization
with these formatting changes:
• Challenge: Add labels that show the increase in delivery days
as labels for the right end points.
HINT: Add Days Shipped to the Label card. Change the
function to AVG. Use Quick Table
Calculation and select Difference. Format the labels to be
Number (Custom) with 1 decimal
place. Move the labels to the end of the line. Edit the label text
to read + <Difference in
AVG(Days Shipped)> Day(s).
• Manually sort the on Merchandise Dept to go from the largest
to smallest difference.
HINT: Right-click the Merchandise Dept pill on the Columns
shelf. Change the Sort By option to
Manual sort. Arrange in this order: Apparel, Accessories,
Housewares, Home Décor,
Health/Beauty, Electronics, Jewelry. See the example on the
next page.
• Add a descriptive title.
Chapter 17 Introduction to Dashboards
12. Create a simple dashboard similar to the example in
Practical Tableau. Use three worksheets from
this homework assignment. If you want to change formats in
your worksheets, create a duplicate copy
and experiment with colors and fonts. In the dashboard, select
Fixed Size Desktop Browser (1000 x
800). Add a title to your dashboard. I’ve included a sample on
the next page after I changed the color
scheme in the line chart from problem 9. This does not need
to be fancy – just get a sense of the
layout features.
Tableau Homework 3 – Exploring Chart Types with QVC Data
Mobile learning makes any sort of learning portable on a hand
either in or out of class. It is now a versatile quick updated
way of learning using Mobile responsive, it supports now in
different gadgets, like tablets, digital books like Ebooks and
gadgets which enable students learn as they travel through their
way of time and learning. This helps students digitalized in
learning with good resources and many
Mobile learning Devices:
1. Smart phones.
2. Ebook Readers
3. Tablets
Smart phones:
Today, 73% of students are approaching mobile phones and 92%
of are taking online classes once a day,
Collaborative Apps:
For class-wide collaboration, applications like Poll and
VoxVote are incredible for class talks or training,
Developmental evaluations. These applications lets the educator
make a survey on the web and they can use mobile phones to
take an interested topics in surveying movement that the
instructor picks.
It helps understudies center in the homeroom, but at the same
time they're extraordinary approaches to draw in those
understudies who are more alright with unknown interest than
talking in class.
Personal Apps
In a customized way, Few applications enable Learning to keep
themselves update in their own learning also, which is a
standout on most ideal approaches to keep them revised in and
on assignment.
Some Projects like Dropbox and Evernote have natural portable
applications that give a chance to monitor their distinctive
Courses and the cloud-based interface gives them a chance to
get to those activities from any Platform. Applications like
any.do and Focus Booster would be best and help in better to
deal with their time and applications like EpicWin include a
gamified, dream component to keeping up a daily agenda.
Classroom based for Students on Smartphones
1.Research: Mobile Phones for research is a good begin. It is
great platform for learning and Collects good sources of data
and after that learn approaches to dissect the legitimacy of their
sources.
2.Moodle: You can set a page or group where learners post
assignments and due dates is a decent initial phase in using this
application with Studies. They can share newsfeeds or track
hashtags on a topics as a class task to inspect and talk about
different perspectives. We can follow government channels,
including those of our approaching tweeting president and many
more.
3. Social media: This is dynamic, This will routinely get new
applications. Learners would inspect the instructional and
conceivable results of these applications and think about their
capability to draw in Studies and to increase learning in new
ways.
4.Texting: Posting class assignments on a site or tweeting them.
Students can essentially send a task instantly as a message to
their Group or individual.
5.Calendars: We can set up and use a schedule application on
their Mobile as a decent exercise in time the executives for their
group assignments and test tasks.
6. Discussions: Apart of going on the open Internet, there are
many ways of accessibilities for Learners to set up their own
online class talk discussions. This is an extraordinary method to
build up Studies recorded as a hard copy for a group of people
and displaying their suppositions. Additionally it gives new
scope for learning, especially the students who are less
interested in Classroom Discussions.
7. Responsive frameworks: Frameworks make adaptive as an
approach to rapidly accumulate input in comprehension on a
specific theme, as an approach to gather data. With a free or
economical online platform like Poll Everywhere, Mobiles can
stretch and used as alternate for users.
8.Recordings: Class assignments can be expanded in intriguing
ways by adding photographs or videos to their work and
presenting it on a class as in Vimeo or YouTube. It is also a
essential way to prepare Studies to use video alter so their
photograph or video content is scripted, organized and
fascinating.
Ebooks:
1. Concentrate Anywhere and Anytime:
An eBook is Easy and affordable in carrying anywhere. it is
easy to carrying as a cell phone that speeds eBooks. Most of
them nowadays are dependably use a Ebook. It could be an
advanced mobile phone, a tablet. eBook enables studies to
allude to their notes and course materials whenever they need.
Rather than conveying different books, Studies would now be
able to have everything in one spot.
2. Accessing eBooks:
Most of them approaches the Internet. However we as a whole
in some cases experience difficulty with availability and system
issues. So as to guarantee that the Internet association does not
hamper the learning procedure cell phones, nowadays, offer
disconnected administrations. Understudies would now be able
to download any substance they need and spare it on their
gadget and experience them later whenever the timing is ideal.
3. Numerous Interactive Features:
digital books are not out and out perusing materials, they have
all the correct apparatuses to enable understudies to make notes
and feature content. digital book perusing gadgets have a great
deal of intelligent highlights, similar to explanations, pen
apparatuses, page zoom, look alternative, read out loud and so
forth. The inquiry instrument is the most supported apparatus as
a result of its capacity to discover words and points in a
moment.
The inquiry device stays away from the tedious procedure of
turning pages after pages to locate a specific theme or
expression. They can bookmark pages and parts. The online
lexicon encourages them to rapidly discover implications of
words. In addition, the client can likewise change the text
dimension and style and modify the splendor of the gadget
according to what suits their eyes. An eBook is an across the
board gadget which gives a healthy learning background to
understudies.
4. Edutainment Value:
The course content doesn't need to be just content. You can
incorporate music, livelinesss, recordings and sound
clarifications into the learning module. Recordings make the
learning procedure all the more intriguing. Understudies can
stop and rewind the video and watch it once more. Activitys are
fun and engaging and have more maintenance esteem.
Watching video content guides in holding data much better than
perusing a similar stuff. Numerous distributers are currently
fusing recordings into their eBooks to keep the understudies
occupied with the course material. Recordings and movements
include an excitement esteem while being instructive in the
meantime. It improves their capacity to learn and recall data.
5. Try different things with Augmented Reality:
Expanded Reality is changing the learning space at a steady
pace. Bringing AR into eBooks gives a vivid learning
background to the understudies. AR can change any ordinary
picture into an upgraded 3D picture, which the understudies can
see from all points.
They simply need to point their AR application empowered
gadget at the picture or object, and a PC produced visual
springs up on their screen. This 3D picture gives understudies a
vivid and convincing learning knowledge. Understudies would
locate these upgraded visuals all the more intriguing over level
outlines. It can likewise have connections to applicable outside
locales, where they can discover more data about the anticipated
picture.
6. Spare Printing Costs:
digital books don't require paper. Writers can present their work
in a PDF position, which can be changed over into electronic
books. Paper does not come into the image. In this way, it
spares all your printing related costs, directly from obtaining
printing paper, planning the formats and hardcover and so on. It
even spares the earth by disposing of the requirement for
printing.
A large number of trees are chopped during each time to create
paper. Add to that the transportation costs, paper making
expenses, and all the carbon impression it deserts. This can be
dodged in the event that you change to eBooks. This is likewise
the motivation behind why eBooks in training can be the best
option than its partner printed books.
7. Give Updated Content to Students:
In conventional soft cover books, if there's some refreshed data
that should be incorporated into the prospectus, you'd most
likely need to republish new books. In any case, with eBooks,
all the learning material is put away on the cloud.
This implies, eBooks can be refreshed whenever you need, and
it will be reflected in all eBooks. Along these lines, you can
generally guarantee that your understudies have cutting-edge
data with them consistently. This again spares your republishing
costs.
8. Intuitive Assessments:
digital books incorporate self-evaluations for understudies to
test their insight. It gets rid of the customary style of giving a
test toward the finish of the section. digital books are inserted
with tests and activities all through the section and furthermore
after the part closes, to guarantee that understudies hold the
data that they are perusing.
It helps measure whether the understudy has comprehended the
ideas appropriately. digital book evaluations can give
We begin by arranging the stages in different categories relying
upon the three fundamental parts portrayed in below diagram.
The designer utilizes advancement devices to fabricate its
versatile application. Second, the developer distributes its
application on a gateway, from which the shopper can download
the application onto its cell phone. This model, adjusted from,
includes designers, the application gateway, customers, and all
the processes related to the distributing and acquiring of a
versatile application.
Existing stages have adopted different strategies when it comes
to offering their SDK to engineers. Utilizing the wording
presented by Raymond in, we call bazaar an open source stage,
where any outsider designer can access the whole stage with no,
or little, confinements and add to the construction of its
structure. On the other hand, we consider house of God a shut
stage, where most of the code is escaped designers and an all
strong draftsman plans every inch of the stage's development.
Mobile applications are progressively utilized in science
ventures and gathering of proposals explicit for resident science
that offers help and guidance for arranging, plan and
information the executives of versatile applications and stages
that will help gaining from best practice and effective usage.
This working gathering was a subsequent movement to dialogs
concerning security and morals in following members'
commitments crosswise over tasks, that occurred amid the
principal workshop. The discourse focused on concerns in
regards to the morals of sharing information about members and
the duties that accompany that. A morals survey of ventures
with outsider accreditation was examined.
Despite the fact that the proposals were examined in working
gatherings with various topical centers, the procedure plainly
uncovered that all perspectives are associated. In this way we
created joint suggestions for three essential parts of application
and stage advancement in native science
Symbian OS is a case of the trend towards joining since it began
as a stage with no integration, before it was incorporated by
Nokia to turn into a gadget coordinated stage and finally by
propelling OVI, it turned out to be completely incorporated.
Edge is likewise expected to soon turned out to be completely
coordinated with the presentation of its Application Center. A
few researchers have likewise implied that an intermediary
could assume an incorporating job in the versatile advancement
Indus attempt. The all the more astonishing perception is the
way that predominantly phone manufacturer organizations and
programming advancement organizations have assumed this
integration job and less MNOs but rather more was the instinct
of a large portion of these scholars.
Among the significant portable stages used to be the main
player in the open source field. Nokia has moved toward this
path in the wake of gaining Symbian OS. Google has likewise
pursued this pattern. The change stage from a shut to an open
engineering will be basic for the future achievement of the
stage.
The shift, delineated, of this real player towards receptiveness
implies that from a circumstance with for the most part shut
frameworks, we have moved to a circumstance with a small
lion's share of gadgets running an open source framework.
By and by, this shift does not show that different stages will
pursue. Among the shut platforms, RIM is most likely the
special case that may go open source, since Microsoft and
Apple are solid backers of restrictive programming. Up until
this point, it is still hard to evaluate what sway open-source
programming may have on the present mobile application
advancements.
References:
Sturm U, Schade S, Ceccaroni L, Gold M, Kyba C, Claramunt
B, Haklay M, Kasperowski D, Albert A, Piera J, Brier J,
Kullenberg C, Luna S (2017) Defining principles for mobile
apps and platforms development in citizen science. Research
Ideas and Outcomes 3: e21283.
Holzer, Adrian & Ondrus, Jan. (2009). Trends in Mobile
Application Development. Lecture Notes of the Institute for
Computer Sciences, Social-Informatics and Telecommunications
Engineering. 12. 55-64. 10.1007/978-3-642-03569-2_6.

More Related Content

Similar to Tableau Homework 3 – Exploring Chart Types with QVC Data .docx

BIS 155 PAPERS Inspiring Innovation--bis155papers.com
BIS 155 PAPERS Inspiring Innovation--bis155papers.comBIS 155 PAPERS Inspiring Innovation--bis155papers.com
BIS 155 PAPERS Inspiring Innovation--bis155papers.comsachin10101
 
BIS 155 PAPERS Education Counseling--bis155papers.com
BIS 155 PAPERS Education Counseling--bis155papers.comBIS 155 PAPERS Education Counseling--bis155papers.com
BIS 155 PAPERS Education Counseling--bis155papers.comvenkat60036
 
BIS 155 PAPERS Education for Service--bis155papers.com
BIS 155 PAPERS Education for Service--bis155papers.comBIS 155 PAPERS Education for Service--bis155papers.com
BIS 155 PAPERS Education for Service--bis155papers.comabhila172
 
BIS 155 PAPERS Become Exceptional--bis155papers.com
BIS 155 PAPERS Become Exceptional--bis155papers.comBIS 155 PAPERS Become Exceptional--bis155papers.com
BIS 155 PAPERS Become Exceptional--bis155papers.comKeatonJennings119
 
BIS 155 PAPERS Lessons in Excellence--bis155papers.com
BIS 155 PAPERS Lessons in Excellence--bis155papers.comBIS 155 PAPERS Lessons in Excellence--bis155papers.com
BIS 155 PAPERS Lessons in Excellence--bis155papers.comthomashard72
 
BIS 155 PAPERS Introduction Education--bis155papers.com
BIS 155 PAPERS Introduction Education--bis155papers.comBIS 155 PAPERS Introduction Education--bis155papers.com
BIS 155 PAPERS Introduction Education--bis155papers.comagathachristie256
 
BIS 155 PAPERS Redefined Education--bis155papers.com
BIS 155 PAPERS Redefined Education--bis155papers.comBIS 155 PAPERS Redefined Education--bis155papers.com
BIS 155 PAPERS Redefined Education--bis155papers.comagathachristie241
 
ACTG Tableau intro labDownload the TableauLab file and look ov.docx
ACTG   Tableau intro labDownload the TableauLab file and look ov.docxACTG   Tableau intro labDownload the TableauLab file and look ov.docx
ACTG Tableau intro labDownload the TableauLab file and look ov.docxnettletondevon
 
Data camp - Tableau basics cheat sheet.pdf
Data camp - Tableau basics cheat sheet.pdfData camp - Tableau basics cheat sheet.pdf
Data camp - Tableau basics cheat sheet.pdfGhulamMustafa873251
 
LabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docx
LabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docxLabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docx
LabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docxDIPESH30
 
BIS 155 Expect Success/newtonhelp.com
BIS 155 Expect Success/newtonhelp.comBIS 155 Expect Success/newtonhelp.com
BIS 155 Expect Success/newtonhelp.commyblue26
 
1 Sp re ad she e t Ap pl ica ti o n 100 Po in ts .docx
1 Sp re ad she e t Ap pl ica ti o n  100 Po in ts .docx1 Sp re ad she e t Ap pl ica ti o n  100 Po in ts .docx
1 Sp re ad she e t Ap pl ica ti o n 100 Po in ts .docxdorishigh
 
Excel Project 2 – MS Excel (Summer 2019) Use the pro.docx
Excel Project 2 – MS Excel (Summer 2019)  Use the pro.docxExcel Project 2 – MS Excel (Summer 2019)  Use the pro.docx
Excel Project 2 – MS Excel (Summer 2019) Use the pro.docxAASTHA76
 
BIS 155 Success Begins /newtonhelp.com 
BIS 155 Success Begins /newtonhelp.com BIS 155 Success Begins /newtonhelp.com 
BIS 155 Success Begins /newtonhelp.com myblue107
 
Lesson 18 Creating Pivot Tables
Lesson 18 Creating Pivot TablesLesson 18 Creating Pivot Tables
Lesson 18 Creating Pivot Tablesguevarra_2000
 
Excel creating pivot table
Excel creating pivot tableExcel creating pivot table
Excel creating pivot tablesamikshaa sinha
 

Similar to Tableau Homework 3 – Exploring Chart Types with QVC Data .docx (20)

BIS 155 PAPERS Inspiring Innovation--bis155papers.com
BIS 155 PAPERS Inspiring Innovation--bis155papers.comBIS 155 PAPERS Inspiring Innovation--bis155papers.com
BIS 155 PAPERS Inspiring Innovation--bis155papers.com
 
BIS 155 PAPERS Education Counseling--bis155papers.com
BIS 155 PAPERS Education Counseling--bis155papers.comBIS 155 PAPERS Education Counseling--bis155papers.com
BIS 155 PAPERS Education Counseling--bis155papers.com
 
BIS 155 PAPERS Education for Service--bis155papers.com
BIS 155 PAPERS Education for Service--bis155papers.comBIS 155 PAPERS Education for Service--bis155papers.com
BIS 155 PAPERS Education for Service--bis155papers.com
 
BIS 155 PAPERS Become Exceptional--bis155papers.com
BIS 155 PAPERS Become Exceptional--bis155papers.comBIS 155 PAPERS Become Exceptional--bis155papers.com
BIS 155 PAPERS Become Exceptional--bis155papers.com
 
BIS 155 PAPERS Lessons in Excellence--bis155papers.com
BIS 155 PAPERS Lessons in Excellence--bis155papers.comBIS 155 PAPERS Lessons in Excellence--bis155papers.com
BIS 155 PAPERS Lessons in Excellence--bis155papers.com
 
BIS 155 PAPERS Introduction Education--bis155papers.com
BIS 155 PAPERS Introduction Education--bis155papers.comBIS 155 PAPERS Introduction Education--bis155papers.com
BIS 155 PAPERS Introduction Education--bis155papers.com
 
BIS 155 PAPERS Redefined Education--bis155papers.com
BIS 155 PAPERS Redefined Education--bis155papers.comBIS 155 PAPERS Redefined Education--bis155papers.com
BIS 155 PAPERS Redefined Education--bis155papers.com
 
ACTG Tableau intro labDownload the TableauLab file and look ov.docx
ACTG   Tableau intro labDownload the TableauLab file and look ov.docxACTG   Tableau intro labDownload the TableauLab file and look ov.docx
ACTG Tableau intro labDownload the TableauLab file and look ov.docx
 
Tableau+Cheat+Sheet.pdf
Tableau+Cheat+Sheet.pdfTableau+Cheat+Sheet.pdf
Tableau+Cheat+Sheet.pdf
 
Data camp - Tableau basics cheat sheet.pdf
Data camp - Tableau basics cheat sheet.pdfData camp - Tableau basics cheat sheet.pdf
Data camp - Tableau basics cheat sheet.pdf
 
Microsoft Excel Tutorial
Microsoft Excel TutorialMicrosoft Excel Tutorial
Microsoft Excel Tutorial
 
LabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docx
LabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docxLabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docx
LabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docx
 
BIS 155 Expect Success/newtonhelp.com
BIS 155 Expect Success/newtonhelp.comBIS 155 Expect Success/newtonhelp.com
BIS 155 Expect Success/newtonhelp.com
 
1 Sp re ad she e t Ap pl ica ti o n 100 Po in ts .docx
1 Sp re ad she e t Ap pl ica ti o n  100 Po in ts .docx1 Sp re ad she e t Ap pl ica ti o n  100 Po in ts .docx
1 Sp re ad she e t Ap pl ica ti o n 100 Po in ts .docx
 
Excel Project 2 – MS Excel (Summer 2019) Use the pro.docx
Excel Project 2 – MS Excel (Summer 2019)  Use the pro.docxExcel Project 2 – MS Excel (Summer 2019)  Use the pro.docx
Excel Project 2 – MS Excel (Summer 2019) Use the pro.docx
 
BIS 155 Success Begins /newtonhelp.com 
BIS 155 Success Begins /newtonhelp.com BIS 155 Success Begins /newtonhelp.com 
BIS 155 Success Begins /newtonhelp.com 
 
Lesson 18 Creating Pivot Tables
Lesson 18 Creating Pivot TablesLesson 18 Creating Pivot Tables
Lesson 18 Creating Pivot Tables
 
04 ms excel
04 ms excel04 ms excel
04 ms excel
 
Excel creating pivot table
Excel creating pivot tableExcel creating pivot table
Excel creating pivot table
 
Print18
Print18Print18
Print18
 

More from perryk1

Take a few moments to research the contextual elements surrounding P.docx
Take a few moments to research the contextual elements surrounding P.docxTake a few moments to research the contextual elements surrounding P.docx
Take a few moments to research the contextual elements surrounding P.docxperryk1
 
Table of Contents Section 2 Improving Healthcare Quality from.docx
Table of Contents Section 2 Improving Healthcare Quality from.docxTable of Contents Section 2 Improving Healthcare Quality from.docx
Table of Contents Section 2 Improving Healthcare Quality from.docxperryk1
 
Take a company and build a unique solution not currently offered. Bu.docx
Take a company and build a unique solution not currently offered. Bu.docxTake a company and build a unique solution not currently offered. Bu.docx
Take a company and build a unique solution not currently offered. Bu.docxperryk1
 
Tackling a Crisis Head-onThis week, we will be starting our .docx
Tackling a Crisis Head-onThis week, we will be starting our .docxTackling a Crisis Head-onThis week, we will be starting our .docx
Tackling a Crisis Head-onThis week, we will be starting our .docxperryk1
 
take a look at the latest Presidential Order that relates to str.docx
take a look at the latest Presidential Order that relates to str.docxtake a look at the latest Presidential Order that relates to str.docx
take a look at the latest Presidential Order that relates to str.docxperryk1
 
Table of Contents-Perioperative Care.-Perioperative Med.docx
Table of Contents-Perioperative Care.-Perioperative Med.docxTable of Contents-Perioperative Care.-Perioperative Med.docx
Table of Contents-Perioperative Care.-Perioperative Med.docxperryk1
 
Take a look at the sculptures by Giacometti and Moore in your te.docx
Take a look at the sculptures by Giacometti and Moore in your te.docxTake a look at the sculptures by Giacometti and Moore in your te.docx
Take a look at the sculptures by Giacometti and Moore in your te.docxperryk1
 
Table of ContentsLOCAL PEOPLE PERCEPTION TOWARDS SUSTAINABLE TOU.docx
Table of ContentsLOCAL PEOPLE PERCEPTION TOWARDS SUSTAINABLE TOU.docxTable of ContentsLOCAL PEOPLE PERCEPTION TOWARDS SUSTAINABLE TOU.docx
Table of ContentsLOCAL PEOPLE PERCEPTION TOWARDS SUSTAINABLE TOU.docxperryk1
 
Table of Contents Title PageWELCOMETHE VAJRA.docx
Table of Contents Title PageWELCOMETHE VAJRA.docxTable of Contents Title PageWELCOMETHE VAJRA.docx
Table of Contents Title PageWELCOMETHE VAJRA.docxperryk1
 
Take a few minutes to reflect on this course. How has your think.docx
Take a few minutes to reflect on this course. How has your think.docxTake a few minutes to reflect on this course. How has your think.docx
Take a few minutes to reflect on this course. How has your think.docxperryk1
 
Taiwan The Tail That Wags DogsMichael McDevittAsia Po.docx
Taiwan The Tail That Wags DogsMichael McDevittAsia Po.docxTaiwan The Tail That Wags DogsMichael McDevittAsia Po.docx
Taiwan The Tail That Wags DogsMichael McDevittAsia Po.docxperryk1
 
TABLE 1-1 Milestones of Medicine and Medical Education 1700–2015 ■.docx
TABLE 1-1 Milestones of Medicine and Medical Education 1700–2015 ■.docxTABLE 1-1 Milestones of Medicine and Medical Education 1700–2015 ■.docx
TABLE 1-1 Milestones of Medicine and Medical Education 1700–2015 ■.docxperryk1
 
Tackling wicked problems A public policy perspective Ple.docx
Tackling wicked problems  A public policy perspective Ple.docxTackling wicked problems  A public policy perspective Ple.docx
Tackling wicked problems A public policy perspective Ple.docxperryk1
 
Tahira Longus Week 2 Discussion PostThe Public Administration.docx
Tahira Longus Week 2 Discussion PostThe Public Administration.docxTahira Longus Week 2 Discussion PostThe Public Administration.docx
Tahira Longus Week 2 Discussion PostThe Public Administration.docxperryk1
 
Tabular and Graphical PresentationsStatistics (exercises).docx
Tabular and Graphical PresentationsStatistics (exercises).docxTabular and Graphical PresentationsStatistics (exercises).docx
Tabular and Graphical PresentationsStatistics (exercises).docxperryk1
 
Table 4-5 CSFs for ERP ImplementationCritical Success Fact.docx
Table 4-5 CSFs for ERP ImplementationCritical Success Fact.docxTable 4-5 CSFs for ERP ImplementationCritical Success Fact.docx
Table 4-5 CSFs for ERP ImplementationCritical Success Fact.docxperryk1
 
Table 7.7 Comparative Financial Statistics Universal Office Fur.docx
Table 7.7 Comparative Financial Statistics Universal Office Fur.docxTable 7.7 Comparative Financial Statistics Universal Office Fur.docx
Table 7.7 Comparative Financial Statistics Universal Office Fur.docxperryk1
 
TableOfContentsTable of contents with hyperlinks for this document.docx
TableOfContentsTable of contents with hyperlinks for this document.docxTableOfContentsTable of contents with hyperlinks for this document.docx
TableOfContentsTable of contents with hyperlinks for this document.docxperryk1
 
Tajfel and Turner (in chapter two of our reader) give us the followi.docx
Tajfel and Turner (in chapter two of our reader) give us the followi.docxTajfel and Turner (in chapter two of our reader) give us the followi.docx
Tajfel and Turner (in chapter two of our reader) give us the followi.docxperryk1
 
tabOccupational Safety & Health for Technologists, Enginee.docx
tabOccupational Safety & Health for Technologists, Enginee.docxtabOccupational Safety & Health for Technologists, Enginee.docx
tabOccupational Safety & Health for Technologists, Enginee.docxperryk1
 

More from perryk1 (20)

Take a few moments to research the contextual elements surrounding P.docx
Take a few moments to research the contextual elements surrounding P.docxTake a few moments to research the contextual elements surrounding P.docx
Take a few moments to research the contextual elements surrounding P.docx
 
Table of Contents Section 2 Improving Healthcare Quality from.docx
Table of Contents Section 2 Improving Healthcare Quality from.docxTable of Contents Section 2 Improving Healthcare Quality from.docx
Table of Contents Section 2 Improving Healthcare Quality from.docx
 
Take a company and build a unique solution not currently offered. Bu.docx
Take a company and build a unique solution not currently offered. Bu.docxTake a company and build a unique solution not currently offered. Bu.docx
Take a company and build a unique solution not currently offered. Bu.docx
 
Tackling a Crisis Head-onThis week, we will be starting our .docx
Tackling a Crisis Head-onThis week, we will be starting our .docxTackling a Crisis Head-onThis week, we will be starting our .docx
Tackling a Crisis Head-onThis week, we will be starting our .docx
 
take a look at the latest Presidential Order that relates to str.docx
take a look at the latest Presidential Order that relates to str.docxtake a look at the latest Presidential Order that relates to str.docx
take a look at the latest Presidential Order that relates to str.docx
 
Table of Contents-Perioperative Care.-Perioperative Med.docx
Table of Contents-Perioperative Care.-Perioperative Med.docxTable of Contents-Perioperative Care.-Perioperative Med.docx
Table of Contents-Perioperative Care.-Perioperative Med.docx
 
Take a look at the sculptures by Giacometti and Moore in your te.docx
Take a look at the sculptures by Giacometti and Moore in your te.docxTake a look at the sculptures by Giacometti and Moore in your te.docx
Take a look at the sculptures by Giacometti and Moore in your te.docx
 
Table of ContentsLOCAL PEOPLE PERCEPTION TOWARDS SUSTAINABLE TOU.docx
Table of ContentsLOCAL PEOPLE PERCEPTION TOWARDS SUSTAINABLE TOU.docxTable of ContentsLOCAL PEOPLE PERCEPTION TOWARDS SUSTAINABLE TOU.docx
Table of ContentsLOCAL PEOPLE PERCEPTION TOWARDS SUSTAINABLE TOU.docx
 
Table of Contents Title PageWELCOMETHE VAJRA.docx
Table of Contents Title PageWELCOMETHE VAJRA.docxTable of Contents Title PageWELCOMETHE VAJRA.docx
Table of Contents Title PageWELCOMETHE VAJRA.docx
 
Take a few minutes to reflect on this course. How has your think.docx
Take a few minutes to reflect on this course. How has your think.docxTake a few minutes to reflect on this course. How has your think.docx
Take a few minutes to reflect on this course. How has your think.docx
 
Taiwan The Tail That Wags DogsMichael McDevittAsia Po.docx
Taiwan The Tail That Wags DogsMichael McDevittAsia Po.docxTaiwan The Tail That Wags DogsMichael McDevittAsia Po.docx
Taiwan The Tail That Wags DogsMichael McDevittAsia Po.docx
 
TABLE 1-1 Milestones of Medicine and Medical Education 1700–2015 ■.docx
TABLE 1-1 Milestones of Medicine and Medical Education 1700–2015 ■.docxTABLE 1-1 Milestones of Medicine and Medical Education 1700–2015 ■.docx
TABLE 1-1 Milestones of Medicine and Medical Education 1700–2015 ■.docx
 
Tackling wicked problems A public policy perspective Ple.docx
Tackling wicked problems  A public policy perspective Ple.docxTackling wicked problems  A public policy perspective Ple.docx
Tackling wicked problems A public policy perspective Ple.docx
 
Tahira Longus Week 2 Discussion PostThe Public Administration.docx
Tahira Longus Week 2 Discussion PostThe Public Administration.docxTahira Longus Week 2 Discussion PostThe Public Administration.docx
Tahira Longus Week 2 Discussion PostThe Public Administration.docx
 
Tabular and Graphical PresentationsStatistics (exercises).docx
Tabular and Graphical PresentationsStatistics (exercises).docxTabular and Graphical PresentationsStatistics (exercises).docx
Tabular and Graphical PresentationsStatistics (exercises).docx
 
Table 4-5 CSFs for ERP ImplementationCritical Success Fact.docx
Table 4-5 CSFs for ERP ImplementationCritical Success Fact.docxTable 4-5 CSFs for ERP ImplementationCritical Success Fact.docx
Table 4-5 CSFs for ERP ImplementationCritical Success Fact.docx
 
Table 7.7 Comparative Financial Statistics Universal Office Fur.docx
Table 7.7 Comparative Financial Statistics Universal Office Fur.docxTable 7.7 Comparative Financial Statistics Universal Office Fur.docx
Table 7.7 Comparative Financial Statistics Universal Office Fur.docx
 
TableOfContentsTable of contents with hyperlinks for this document.docx
TableOfContentsTable of contents with hyperlinks for this document.docxTableOfContentsTable of contents with hyperlinks for this document.docx
TableOfContentsTable of contents with hyperlinks for this document.docx
 
Tajfel and Turner (in chapter two of our reader) give us the followi.docx
Tajfel and Turner (in chapter two of our reader) give us the followi.docxTajfel and Turner (in chapter two of our reader) give us the followi.docx
Tajfel and Turner (in chapter two of our reader) give us the followi.docx
 
tabOccupational Safety & Health for Technologists, Enginee.docx
tabOccupational Safety & Health for Technologists, Enginee.docxtabOccupational Safety & Health for Technologists, Enginee.docx
tabOccupational Safety & Health for Technologists, Enginee.docx
 

Recently uploaded

Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 

Recently uploaded (20)

Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 

Tableau Homework 3 – Exploring Chart Types with QVC Data .docx

  • 1. Tableau Homework 3 – Exploring Chart Types with QVC Data Getting familiar with the data You will focus on five dimensions as you start to explore the QVC data: • order date (Order Dt) • merchandise department (Merchandise Dept) • region of the country (Region) • customer state (Ship To State) • location of the originating warehouse (Warehouse Zip). You will use five measures: • price (Total Line Amt) • number of orders (Number of Records) • average order value (AOV to be calculated) • delivery time ([Days Shipped] to be calculated) Create two calculated fields: AOV = SUM([Total Line Amt])/SUM([Number of Records]). On the Data Pane, change the number format to Currency with 2 decimal places. Days Shipped = CEILING( [Delivery Confirmation Dt]- [Shipped Dt]) In the next homework, we will explore additional measures to
  • 2. address the QVC analytics challenge more explicitly. In this homework, the primary goal is to continue to build basic Tableau skills for creating tables, maps, and charts. Change the label in the Region dimension for Alaska and Hawaii: Alaska and Hawaii were not assigned a region in the input data, but we are going to change the Null label to AK/HI. Depending on the context, we may filter out these states. To change the label, go to the blue pill for Region and right- click (or click on the down arrow) to get the menu of actions. Select Aliases…. In the pop-up box, change the alias for Null to AK/HI. For the rest of the course, you are expected to have complete titles on every worksheet you complete. I will guide you through this process for the first few worksheets. Chapter 19 – Highlight Tables 1. Create a text table with merchandise departments for rows and the sum of sales (Total Line Amt) in the table. Sort in descending order by sales. Add Region to the Columns Shelf. You should have a crosstab table with 5 columns and 11 rows of data.
  • 3. Drag the Total Line Amt to the Color marks card. Change the mark type to Square. Note that the East region has highest sales overall and the ordering within region is similar. Name the sheet Highlight Table. Edit the title (double-click on the Highlight Table text and type over <Sheet Name>) to be something like ‘Total sales by region and merchandise department’. Chapter 22 – Scatter Plot 2. Open a new worksheet. Create a scatter plot of average Days Shipped (Columns Shelf) and average order value AOV (Row Shelf). Make sure you change the default SUM aggregate function to AVG for Days Shipped. Drag Merchandise Dept to the Detail marks card. Drag Total Line Amt to the Size marks card. At this point, you will want to change the axis settings so they do not include 0. Right-click on each axis, select Edit Axis, and uncheck the Include zero box. Add an average line for each measure. This plot highlights that the jewelry department has high average ship times, though is a small revenue department. We will continue to investigate what types of orders have long delivery times. Electronics and IQVC Divisional have high average order values. IQVC Divisional is the online store. Name this sheet Scatter Plot and edit the title to be something like ‘Average order value (AOV) by
  • 4. average days shipped for all merchandise departments’. Chapter 23 – Tree Map 3. Open a new worksheet. Create a tree map with size = average of Days Shipped, color = total sales (sum of Total Line Amt), and two text labels -- Ship to State and average of Days Shipped. Change the format of the displayed text for the average of Days Shipped so there is only one decimal place. In the scatter plot, the overall average days shipped was around 3.8. This tree map suggests there is large variation by state, from a low of 2.5 days for Washington DC to a high of 6 days for Idaho. Notice that California (CA) stands out as the state with the highest total sales, but also has a relatively high average shipping time of 4.7 days. Name this sheet Tree Map Delivery Days and add a descriptive title. Chapter 28 – Histogram 4. Open a new worksheet. Create a histogram of Days Shipped. Change the size of the bins to 2. While most orders are delivered in less than 6 or 8 days, the histogram axis goes up to 32 because there are a small number of orders with very large shipping times. A histogram is not a good chart to visualize outliers. We will use boxplots to explore some of our measures with skewed distributions. Name this sheet Histogram and add a descriptive title.
  • 5. Chapter 29 – Box Plot 5. Create a boxplot that shows the price (Total Line Amt) by merchandise department for each order (data fully disaggregated). I’m going to change a few steps from the book: • Create a vertical bar chart with Merchandise Dept on the Columns Shelf and SUM(Total Line Amt) on the Rows Shelf. I like to sort the data in descending order by total sales, largest to smallest). • Go to Analysis and uncheck Aggregate Measures (second row in the drop-down menu.) You should now have a bunch of circles instead of bars. Each circle represents a single price record from the list of orders. You can tell from this visualization that most orders are below $1,000. There are several larger orders in a few different departments. • Click on the box-and-whisker icon on the Show Me menu. • Name your sheet Price Boxplots and add a descriptive title. Chapters 30 – 32 Maps 6. Make a symbol map that shows the total sales by ZIP code (detail =Ship To Zip). Drag Total Line Amt to the Size marks card. Use the Region dimension to filter out AK/HI. Click on the Color marks card to change the format of the circles. Add a grey border and reduce the opacity. Drag Region to the Color marks card. Change the size of the circles to get a display that
  • 6. you like. Name the worksheet Symbol Map and add a descriptive title. 7. Create a filled map that shows the average delivery days (use the AVG aggregate function) by state (Ship To State). Use the Region dimension to filter out AK/HI. Edit the colors to use Stepped Color with 4 steps. (Click on the Color card, select Edit Colors…, and select Stepped Color / 4 steps as shown below. Note that there is a clear increase in average delivery days from east to west with a secondary pattern of longer shipping times for more rural states. Name this sheet Delivery Days Map and add a descriptive title. 8. Follow the Warehouse Mapping Tutorial posted in Moodle and create a dual-axis map to show warehouse locations and states where orders were delivered. Name this sheet State Map and add a descriptive title that includes both sets of data displayed on the map. For example, ‘Number of orders shipped by warehouse location and destination’. Chapter 9 – Line Chart with Weekly Data 9. To take a deeper dive into variations in delivery times by region of the county, we are going to create a line chart of weekly average delivery times by region. Drag Days Shipped to the Rows shelf and change the aggregate function to Average (AVG). Drag Order Dt to the
  • 7. Columns self. Select the continuous Week Number for the order date. Drag region to color and filter out AK/HI region. This chart verifies that the East region generally has the shortest delivery times, followed by the South and then Central and finally the West. Label the lines directly with the region name by dragging Region to the Label marks card. Change the font size to 12 and hide the Region legend. Name this sheet Weekly Delivery Days and add a descriptive title. Chapter 38 Dual-Axis Slope Graphs and Chapter 15 Sets 10. You are going to create a slope graph that compares delivery days by merchandise department for the East and West regions. Here is some additional information to help you follow the steps in the book: • Create a bar chart with AVG([Days Shipped]) on the Rows Shelf and Region on the Columns Shelf. • Filter Region to include only East and West. • Add merchandise department to the Details marks card and change the mark type to Line. • Use a filter to keep the departments with the most sales revenue: Home Décor, Health/Beauty, Apparel, Accessories, Electronics, Housewares, Jewelry. • Drag Merchandise Dept to the Label marks card. Click on the
  • 8. Label card to format the labels. Under Options, check the box to allow labels to overlap other marks. Click on Line Ends and select Label start of line. Make the chart wider so you can see the lines and labels. Note that Jewelry has similar delivery times in both regions, but all other departments have longer delivery times in the west. • Work on the format so this could be a final candidate for a dashboard element: o Add a reference line equal to the Average Days Shipped. Format the Reference Line Label so it is right-justified o Edit the Days Shipped axis to exclude zero. o Add markers to the line ends. Click on the Color marks card and select the middle option for Markers. o Create a set that has Jewelry as the In member. Edit the colors and assign Orange to In and Blue to out (or select your own preference for the palette.) Save the worksheet as Single Slope Graph and change the title to ‘Average shipment days by region and merchandise department’. Duplicate the sheet. 11. Open the duplicated sheet from the prior problem and name it Small Multiples. Remove the merchandise department labels from the chart on the Small Multiples worksheet. Drag a pill for Merchandise Dept and place it to the left of the Region pill on
  • 9. the Columns Shelf. This layout eliminates the problem of overlapping labels. Enhance the visualization with these formatting changes: • Challenge: Add labels that show the increase in delivery days as labels for the right end points. HINT: Add Days Shipped to the Label card. Change the function to AVG. Use Quick Table Calculation and select Difference. Format the labels to be Number (Custom) with 1 decimal place. Move the labels to the end of the line. Edit the label text to read + <Difference in AVG(Days Shipped)> Day(s). • Manually sort the on Merchandise Dept to go from the largest to smallest difference. HINT: Right-click the Merchandise Dept pill on the Columns shelf. Change the Sort By option to Manual sort. Arrange in this order: Apparel, Accessories, Housewares, Home Décor, Health/Beauty, Electronics, Jewelry. See the example on the next page. • Add a descriptive title. Chapter 17 Introduction to Dashboards 12. Create a simple dashboard similar to the example in Practical Tableau. Use three worksheets from this homework assignment. If you want to change formats in your worksheets, create a duplicate copy and experiment with colors and fonts. In the dashboard, select Fixed Size Desktop Browser (1000 x 800). Add a title to your dashboard. I’ve included a sample on the next page after I changed the color scheme in the line chart from problem 9. This does not need
  • 10. to be fancy – just get a sense of the layout features. Tableau Homework 3 – Exploring Chart Types with QVC Data Mobile learning makes any sort of learning portable on a hand either in or out of class. It is now a versatile quick updated way of learning using Mobile responsive, it supports now in different gadgets, like tablets, digital books like Ebooks and gadgets which enable students learn as they travel through their way of time and learning. This helps students digitalized in learning with good resources and many Mobile learning Devices: 1. Smart phones. 2. Ebook Readers 3. Tablets Smart phones: Today, 73% of students are approaching mobile phones and 92% of are taking online classes once a day, Collaborative Apps: For class-wide collaboration, applications like Poll and VoxVote are incredible for class talks or training, Developmental evaluations. These applications lets the educator make a survey on the web and they can use mobile phones to take an interested topics in surveying movement that the instructor picks. It helps understudies center in the homeroom, but at the same
  • 11. time they're extraordinary approaches to draw in those understudies who are more alright with unknown interest than talking in class. Personal Apps In a customized way, Few applications enable Learning to keep themselves update in their own learning also, which is a standout on most ideal approaches to keep them revised in and on assignment. Some Projects like Dropbox and Evernote have natural portable applications that give a chance to monitor their distinctive Courses and the cloud-based interface gives them a chance to get to those activities from any Platform. Applications like any.do and Focus Booster would be best and help in better to deal with their time and applications like EpicWin include a gamified, dream component to keeping up a daily agenda. Classroom based for Students on Smartphones 1.Research: Mobile Phones for research is a good begin. It is great platform for learning and Collects good sources of data and after that learn approaches to dissect the legitimacy of their sources. 2.Moodle: You can set a page or group where learners post assignments and due dates is a decent initial phase in using this application with Studies. They can share newsfeeds or track hashtags on a topics as a class task to inspect and talk about different perspectives. We can follow government channels, including those of our approaching tweeting president and many more. 3. Social media: This is dynamic, This will routinely get new applications. Learners would inspect the instructional and conceivable results of these applications and think about their capability to draw in Studies and to increase learning in new ways.
  • 12. 4.Texting: Posting class assignments on a site or tweeting them. Students can essentially send a task instantly as a message to their Group or individual. 5.Calendars: We can set up and use a schedule application on their Mobile as a decent exercise in time the executives for their group assignments and test tasks. 6. Discussions: Apart of going on the open Internet, there are many ways of accessibilities for Learners to set up their own online class talk discussions. This is an extraordinary method to build up Studies recorded as a hard copy for a group of people and displaying their suppositions. Additionally it gives new scope for learning, especially the students who are less interested in Classroom Discussions. 7. Responsive frameworks: Frameworks make adaptive as an approach to rapidly accumulate input in comprehension on a specific theme, as an approach to gather data. With a free or economical online platform like Poll Everywhere, Mobiles can stretch and used as alternate for users. 8.Recordings: Class assignments can be expanded in intriguing ways by adding photographs or videos to their work and presenting it on a class as in Vimeo or YouTube. It is also a essential way to prepare Studies to use video alter so their photograph or video content is scripted, organized and fascinating. Ebooks: 1. Concentrate Anywhere and Anytime: An eBook is Easy and affordable in carrying anywhere. it is easy to carrying as a cell phone that speeds eBooks. Most of them nowadays are dependably use a Ebook. It could be an advanced mobile phone, a tablet. eBook enables studies to allude to their notes and course materials whenever they need.
  • 13. Rather than conveying different books, Studies would now be able to have everything in one spot. 2. Accessing eBooks: Most of them approaches the Internet. However we as a whole in some cases experience difficulty with availability and system issues. So as to guarantee that the Internet association does not hamper the learning procedure cell phones, nowadays, offer disconnected administrations. Understudies would now be able to download any substance they need and spare it on their gadget and experience them later whenever the timing is ideal. 3. Numerous Interactive Features: digital books are not out and out perusing materials, they have all the correct apparatuses to enable understudies to make notes and feature content. digital book perusing gadgets have a great deal of intelligent highlights, similar to explanations, pen apparatuses, page zoom, look alternative, read out loud and so forth. The inquiry instrument is the most supported apparatus as a result of its capacity to discover words and points in a moment. The inquiry device stays away from the tedious procedure of turning pages after pages to locate a specific theme or expression. They can bookmark pages and parts. The online lexicon encourages them to rapidly discover implications of words. In addition, the client can likewise change the text dimension and style and modify the splendor of the gadget according to what suits their eyes. An eBook is an across the board gadget which gives a healthy learning background to understudies.
  • 14. 4. Edutainment Value: The course content doesn't need to be just content. You can incorporate music, livelinesss, recordings and sound clarifications into the learning module. Recordings make the learning procedure all the more intriguing. Understudies can stop and rewind the video and watch it once more. Activitys are fun and engaging and have more maintenance esteem. Watching video content guides in holding data much better than perusing a similar stuff. Numerous distributers are currently fusing recordings into their eBooks to keep the understudies occupied with the course material. Recordings and movements include an excitement esteem while being instructive in the meantime. It improves their capacity to learn and recall data. 5. Try different things with Augmented Reality: Expanded Reality is changing the learning space at a steady pace. Bringing AR into eBooks gives a vivid learning background to the understudies. AR can change any ordinary picture into an upgraded 3D picture, which the understudies can see from all points. They simply need to point their AR application empowered gadget at the picture or object, and a PC produced visual springs up on their screen. This 3D picture gives understudies a vivid and convincing learning knowledge. Understudies would locate these upgraded visuals all the more intriguing over level outlines. It can likewise have connections to applicable outside locales, where they can discover more data about the anticipated picture. 6. Spare Printing Costs: digital books don't require paper. Writers can present their work
  • 15. in a PDF position, which can be changed over into electronic books. Paper does not come into the image. In this way, it spares all your printing related costs, directly from obtaining printing paper, planning the formats and hardcover and so on. It even spares the earth by disposing of the requirement for printing. A large number of trees are chopped during each time to create paper. Add to that the transportation costs, paper making expenses, and all the carbon impression it deserts. This can be dodged in the event that you change to eBooks. This is likewise the motivation behind why eBooks in training can be the best option than its partner printed books. 7. Give Updated Content to Students: In conventional soft cover books, if there's some refreshed data that should be incorporated into the prospectus, you'd most likely need to republish new books. In any case, with eBooks, all the learning material is put away on the cloud. This implies, eBooks can be refreshed whenever you need, and it will be reflected in all eBooks. Along these lines, you can generally guarantee that your understudies have cutting-edge data with them consistently. This again spares your republishing costs. 8. Intuitive Assessments: digital books incorporate self-evaluations for understudies to test their insight. It gets rid of the customary style of giving a test toward the finish of the section. digital books are inserted with tests and activities all through the section and furthermore after the part closes, to guarantee that understudies hold the data that they are perusing.
  • 16. It helps measure whether the understudy has comprehended the ideas appropriately. digital book evaluations can give We begin by arranging the stages in different categories relying upon the three fundamental parts portrayed in below diagram. The designer utilizes advancement devices to fabricate its versatile application. Second, the developer distributes its application on a gateway, from which the shopper can download the application onto its cell phone. This model, adjusted from, includes designers, the application gateway, customers, and all the processes related to the distributing and acquiring of a versatile application. Existing stages have adopted different strategies when it comes to offering their SDK to engineers. Utilizing the wording presented by Raymond in, we call bazaar an open source stage, where any outsider designer can access the whole stage with no, or little, confinements and add to the construction of its structure. On the other hand, we consider house of God a shut stage, where most of the code is escaped designers and an all strong draftsman plans every inch of the stage's development. Mobile applications are progressively utilized in science ventures and gathering of proposals explicit for resident science that offers help and guidance for arranging, plan and information the executives of versatile applications and stages that will help gaining from best practice and effective usage. This working gathering was a subsequent movement to dialogs concerning security and morals in following members' commitments crosswise over tasks, that occurred amid the
  • 17. principal workshop. The discourse focused on concerns in regards to the morals of sharing information about members and the duties that accompany that. A morals survey of ventures with outsider accreditation was examined. Despite the fact that the proposals were examined in working gatherings with various topical centers, the procedure plainly uncovered that all perspectives are associated. In this way we created joint suggestions for three essential parts of application and stage advancement in native science Symbian OS is a case of the trend towards joining since it began as a stage with no integration, before it was incorporated by Nokia to turn into a gadget coordinated stage and finally by propelling OVI, it turned out to be completely incorporated. Edge is likewise expected to soon turned out to be completely coordinated with the presentation of its Application Center. A few researchers have likewise implied that an intermediary could assume an incorporating job in the versatile advancement Indus attempt. The all the more astonishing perception is the way that predominantly phone manufacturer organizations and programming advancement organizations have assumed this integration job and less MNOs but rather more was the instinct of a large portion of these scholars. Among the significant portable stages used to be the main player in the open source field. Nokia has moved toward this
  • 18. path in the wake of gaining Symbian OS. Google has likewise pursued this pattern. The change stage from a shut to an open engineering will be basic for the future achievement of the stage. The shift, delineated, of this real player towards receptiveness implies that from a circumstance with for the most part shut frameworks, we have moved to a circumstance with a small lion's share of gadgets running an open source framework. By and by, this shift does not show that different stages will pursue. Among the shut platforms, RIM is most likely the special case that may go open source, since Microsoft and Apple are solid backers of restrictive programming. Up until this point, it is still hard to evaluate what sway open-source programming may have on the present mobile application advancements. References: Sturm U, Schade S, Ceccaroni L, Gold M, Kyba C, Claramunt B, Haklay M, Kasperowski D, Albert A, Piera J, Brier J, Kullenberg C, Luna S (2017) Defining principles for mobile apps and platforms development in citizen science. Research Ideas and Outcomes 3: e21283. Holzer, Adrian & Ondrus, Jan. (2009). Trends in Mobile Application Development. Lecture Notes of the Institute for Computer Sciences, Social-Informatics and Telecommunications Engineering. 12. 55-64. 10.1007/978-3-642-03569-2_6.