Chapter 6 - Data Analytical Tools Flashcards
List the 3 reasons R language is so popular?
1) it’s open source
2) the machine learning packages are free on CRAN, the R code repository
3) the tidyverse data-analyis packages simplify the R language make it easier for data analysts
Python has a specialist tool specifically for data analysts to use. What is it called and what kind of data structures does it work with?
PANDAS = Python Data Analysis Library.
It’s specifically for structured/tabular data
Which of the following commands are Data Definition Language and which are Data Manipulation Language
CREATE
UPDATE
ALTER
DELETE
DROP
SELECT
INSERT
CREATE - DDL
UPDATE - DML
ALTER - DDL
DELETE - DML
DROP - DDL
SELECT - DML
INSERT - DML
Which 3 DDL commands does the book mention?
CREATE
ALTER
DROP
Which 2 ways can tools interact with databases using SQL?
1) provide a GUI to either reconfigure the database or retrieve data from the database
2) directly via computer software.
Which statistics packages created in the 60’s and 70’s are still widely in use today?
IBM SPSS
SAS
SPSS Statistics is a different product to SPSS Modeller!
Which are two statistics packages (or statistical analysis software) aren’t used as much today?
Minitab and Stata
if you saw a machine learning tool interface that showed decision trees in the form of flowcharts, which tool would you be looking at?
IBM SPSS Modeler
Which machine learning tool offer pre-built analytics templates for common business scenarios and offers access to hundreds of different algorithms?
Rapid Miner
Farrow wants to perform analysis of data but it requires a bespoke solution, what out of the below methods should they go with?
Spreadsheets
IBM SPSS
Use Python or R?
Using Python or R will allow Farrow to build an analysis package that suites their specific needs
List the analytics suites discussed in the book
AWS quicksight
business Objects
Domo
Datorama
IBM Cognos
Microstrategy
Power BI
Qlik
Tableau
Which analytics suite is specifically designed for Sales and Marketing functions of the business?
Datorama
Which analytics suite from SAP allows companies to integrate it with other applications?
BusinessObjects
Raheela needs to create a bespoke analytics but she’s not very familiar with programming, which solution should she choose?
R
List the SQL Data Manipulation Commands
UPDATE
SELECT
INSERT
DELETE