35
Text Mining & Basic Calculations Supplemental Resources on Class Website

Text Mining & Basic Calculations

  • Upload
    cai

  • View
    41

  • Download
    0

Embed Size (px)

DESCRIPTION

Text Mining & Basic Calculations. Supplemental Resources on Class Website. Concept Map. Big Data. Implementation. Yields Business Intelligence. Design. Excel Features. Data Mining. Accuracy. Objectives. Define Big Data and Data Mining - PowerPoint PPT Presentation

Citation preview

Page 1: Text Mining & Basic Calculations

Text Mining & Basic Calculations

Supplemental Resources on Class Website

Page 2: Text Mining & Basic Calculations

Concept Map

Big Data

Excel Features

Implementation

Data Mining

Yields Business Intelligence

Accuracy

Design

Page 3: Text Mining & Basic Calculations

Objectives

▪Define Big Data and Data Mining

▪Explain the Accuracy principle of Spreadsheet Design

▪Demonstrate Excel features that support basic spreadsheet analytics.

Page 4: Text Mining & Basic Calculations

Facebook Users

▪1.28 billion users worldwide

▪802 million users login daily (up 21%)

▪67% of Internet users are on FB

▪50% of 18-24 year olds login when they wake up

▪45-54 year old age group has grown 46%

Page 5: Text Mining & Basic Calculations

Facebook Content

▪4.5 billion likes daily (up 67%)

▪30 million photos uploaded daily

▪1 in 5 page views in US

▪36% users post brand-related content on their walls

Page 6: Text Mining & Basic Calculations

King of Social Media

▪FB accounts for 66% of social media sharing on iPhones

▪Users with income over $75,000Facebook 73%Twitter 17%Pinterest 13%

Page 7: Text Mining & Basic Calculations

Facebook & e-commerce

▪10 million registered small businesses

▪Drives 26% of referral traffic to e-commerce sites

▪20% of shoppers prefer buying thru FB vs. e-commerce website

▪58% of businesses see a drop in marketing costs when moving to FB

Page 8: Text Mining & Basic Calculations

▪Data sets too large to process with traditional database technology

Big Data

Page 9: Text Mining & Basic Calculations

Data Mining Tools

▪software that searches through data

▪uses complex statistical calculations

▪outputs▪ Trends▪ Patterns▪ Correlations▪ Exceptions

Page 10: Text Mining & Basic Calculations

Nestle

▪Nestle processes Social Media

http://uk.reuters.com/article/video/idUKBRE89P07Q20121026?videoId=238680321

Page 11: Text Mining & Basic Calculations

Import

▪Access data not formatted as an Excel document

▪File type = txt or csv

Page 12: Text Mining & Basic Calculations

Import – Step 1▪ File, Open, File type = All files

http://www.lacoste.pamplin.vt.edu/web1504/resources/video/ss.html

Page 13: Text Mining & Basic Calculations

Import – Step 2

http://www.lacoste.pamplin.vt.edu/web1504/resources/video/ss.html

Page 14: Text Mining & Basic Calculations

Import – Step 3

▪Save As File type = Excel Worksheet

http://www.lacoste.pamplin.vt.edu/web1504/resources/video/ss.html

Page 15: Text Mining & Basic Calculations

Text Mining

▪Search

▪Parse

▪Concatenate

▪SEARCH

▪LEFT, MID, RIGHT, LEN

▪&

Page 16: Text Mining & Basic Calculations

SEARCH Function

http://www.lacoste.pamplin.vt.edu/web1504/resources/video/ss.html

Page 17: Text Mining & Basic Calculations

LEFT Function

http://www.lacoste.pamplin.vt.edu/web1504/resources/video/ss.html

Page 18: Text Mining & Basic Calculations

LEN or Length Function

http://www.lacoste.pamplin.vt.edu/web1504/resources/video/ss.html

Page 19: Text Mining & Basic Calculations

RIGHT Function

http://www.lacoste.pamplin.vt.edu/web1504/resources/video/ss.html

Page 20: Text Mining & Basic Calculations

MID Function

http://www.lacoste.pamplin.vt.edu/web1504/resources/video/ss.html

Page 21: Text Mining & Basic Calculations

Concatenate

▪& is the concatenate symbol

▪Quotes are required around constant strings of text

http://www.lacoste.pamplin.vt.edu/web1504/resources/video/ss.html

Page 22: Text Mining & Basic Calculations

Relative Cell Addressing

▪Relative is the default

▪When you copy a relative cell reference the reference will change depending on the direction and magnitude of the copy.

Page 23: Text Mining & Basic Calculations

Copy Formula with Relative Cell Addresses

Page 24: Text Mining & Basic Calculations

▪Formula ▪ created by you▪= A1 + A10

▪Function ▪keyword defined by Microsoft▪=SUM(A1:D1)▪Functions are more flexible than formulas

Formula vs. Function

Page 25: Text Mining & Basic Calculations

Different Results

=B3+B4+B5+B6

=SUM(C3:C6)

If you delete Row 5=SUM(C3:C5)

Page 26: Text Mining & Basic Calculations

▪SUM

▪AVERAGE

▪MIN and MAX

▪COUNT

Common Functions

Page 27: Text Mining & Basic Calculations

Cell Address Reference Changes when Copied

A1 Relative Vertically or Horizontally

$A$1 Absolute Never

$A1 Mixed Vertically

A$1 Mixed Horizontally

Relative, Absolute & Mixed Cell References

Page 28: Text Mining & Basic Calculations

▪ Is the formula entered going to be copied?

▪ If so, which direction?

▪ If it’s copied vertically, do you want the row references to change? If it’s copied horizontally, do you want the column references to change?

▪Do you want such a change to take place?

Cell Reference Decisions

Page 29: Text Mining & Basic Calculations

Cell Reference Decisions

CopyFormula?

Vertical orHorizontal?

ChangeRows?

ChangeColumns?

Yes

No Stop

HorizontalVertical

YesYes

Stop

No

Enter $ beforecolumn letters

that shouldnot change

No

Enter $ beforerow numbers that shouldnot change

Start

http://www.lacoste.pamplin.vt.edu/web1504/resources/video/ss.html

Page 30: Text Mining & Basic Calculations

1. Will you copy this function?

2. If so, which direction: vertical or horizontal?

3. If you copy vertically, Excel will automatically change all relative row references. Do you want those row references to change?

Cell Reference Example #1

=SUM(B2:D2)

Page 31: Text Mining & Basic Calculations

Cell Reference Example #2

▪Which calculation needs a mixed cell reference?

▪Where should the $ go?

Page 32: Text Mining & Basic Calculations

▪Know the order of operations.

▪Select the correct function or construct the correct formula. (Choose a function over a formula.)

▪ Isolate assumptions.

▪Check relative and absolute cell references.

▪Double-check all calculations.

Spreadsheet Design: Accuracy

Page 33: Text Mining & Basic Calculations

▪Store numbers in cells

▪Write equations to point to cells containing numbers

Isolate Assumptions

Page 34: Text Mining & Basic Calculations

Isolate Assumption Example

Assumption

=E2+3 is incorrect=E2+H2 is correct

Page 35: Text Mining & Basic Calculations

Paste Special - Values

http://www.lacoste.pamplin.vt.edu/web1504/resources/video/ss.html