Quantitative Research Methods ‘Modelling data’: from source to essay.

Slides:



Advertisements
Similar presentations
Organisation Of Data (1) Database Theory
Advertisements

Data Modeling. What are you keeping track of? You begin to develop a database by deciding what you are going to keep track of. Each thing that you are.
UNIVERSITY OF PALESTINE business computer application College of Business Instructor: Mr. Ahmed Abumosameh.
Chapter 6 UNDERSTANDING AND DESIGNING QUERIES AND REPORTS.
3/5/2009Computer systems1 Analyzing System Using Data Dictionaries Computer System: 1. Data Dictionary 2. Data Dictionary Categories 3. Creating Data Dictionary.
GCSE Computing#BristolMet Session Objectives# 21 MUST describe methods of validating data as it is input. SHOULD explain the use of key fields to connect.
Modeling the Data: Conceptual and Logical Data Modeling
M.S. Access Module CAS 133 Russ Erdman. M.S. Access Module Assignment Overview Two options for the unit: All students complete Units A, B and C In class.
Introduction to Access. What is Access? Database tool Creates a database Good data query (lookup and analysis) ability Good entry forms Good reports Multi-user.
From Class Diagrams to Databases. So far we have considered “objects” Objects have attributes Objects have operations Attributes are the things you record.
Databases and Processing Modes. Fundamental Data Storage Concepts and Definitions What is an entity? An entity is something about which information is.
Databases and Database Management Systems
Database Design Concepts Info1408
Database Software Application
APPENDIX C DESIGNING DATABASES
1 Relational Databases. 2 Find Databases here… 3 And here…
Chapter 16 (p481 – 485, ) Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
What is a database? An organized collection of data. This can be in an electronic, paper, or other format. Types of databases Operational -constantly changing.
Using MIS 4e Chapter 5 Database Processing
UML Unified Modeling Language. What is UML? Unified Modeling Language (UML) is a standardized, general-purpose modeling language in the field of software.
Database Design Concepts
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
DATABASE MANAGEMENT SYSTEMS BASIC CONCEPTS 1. What is a database? A database is a collection of data which can be used: alone, or alone, or combined /
Introduction –All information systems create, read, update and delete data. This data is stored in files and databases. Files are collections of similar.
1 Advanced Computer Programming Databases. Overview What is a database? Database Basics Database Components Data Models Normalization Database Design.
Relational Database Concepts. Let’s start with a simple example of a database application Assume that you want to keep track of your clients’ names, addresses,
BUS1MIS Management Information Systems Semester 1, 2012 Access: Creating a Database Week 6 Lecture 2.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
Business computing Databases 2 4 january Program Create a simple database with several tables using Access Study a more complex database available.
Normalization A technique that organizes data attributes (or fields) such that they are grouped to form stable, flexible and adaptive entities.
Prepared by Jennifer Kreie, New Mexico State UniversityHosted by the University of Arkansas Microsoft Enterprise Consortium Database Fundamentals Test.
Relational Databases (MS Access)
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
5 5 Data types Logical/Boolean Has only two alternatives: Yes or no, on or off true or false Text/Alphanumeric Refers to all letters and numbers and other.
Information Systems & Databases 2.2) Organisation methods.
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
Chapter 17 Creating a Database.
What we’ve learnt Doc 5.69 Doc 5.70 Section 1-3. A simple database Related objects Tables hold the data Forms, reports, queries to access the data.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
1.  An introduction to data modelling  The purpose of data modelling  Modelling data relationships 2.
1. Objectives At the end of this chapter you should be able to:  Discuss the use and features of a data model  Define the terms entity and attribute.
Database Beginnings. Scenario so far In our scenario we have people registering for training sessions. –The data about the training sessions was placed.
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
1 Database & DBMS The data that goes into transaction processing systems (TPS), also goes to a database to be stored and processed later by decision support.
An Entity Relationship (ER) Diagram is a graphic that shows the interrelationship between entities in a database.
FAST STUDENT Your Chance to Learn!. Objectives for today’s course Show you what we think is new & exciting in FAST Student Demo of some new functionality.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin APPENDIX C DESIGNING DATABASES APPENDIX C DESIGNING DATABASES.
Mr C Johnston ICT Teacher
Databases Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.
* Database is a group of related objects * Objects can be Tables, Forms, Queries or Reports * All data reside in Tables * A Row in a Table is a record.
Sample Table Standard Notation Entity name in uppercase
Howard Paul. Sequential Access Index Files and Data File Random Access.
McGraw-Hill/Irwin Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 6 Modeling the Data: Conceptual and Logical Data Modeling.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
Copyright © it’sLearning 365. All rights reserved. DATABASE CONCEPTS Understanding Databases Start …
Year 12 > 13 Applied GCE ICT Unit 7 Using Database Software.
Databases Chapter 16.
© The McGraw-Hill Companies, All Rights Reserved APPENDIX C DESIGNING DATABASES APPENDIX C DESIGNING DATABASES.
CSCI-100 Introduction to Computing
INFO/CSE 100, Spring 2005 Fluency in Information Technology
Data Types Quiz.
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Databases.
Advanced Database Concepts: Reports & Views
Databases This topic looks at the basic concept of a database, the key features and benefits of a Database Management System (DBMS) and the basic theory.
Microsoft Access Date.
Presentation transcript:

Quantitative Research Methods ‘Modelling data’: from source to essay

Data Modelling  Historical source material offers much potential for analysis but also many challenges…  Unstructured source material  Missing data  Complications with numbers and dates  Data comes from more than one source

Some sources translate easily into a database for further analysis Voter IDFirst NameSurnameAddressOccupationVoting Preference 001JohnSmithHalifaxButcherWhig 002DavidEvansLeedsDealerLiberal 003CharlesElliottYorkGlazierTory 004BenjaminPostanBradfordMerchantRadical Unique identifier or primary key Column or field or attribute Row or record Field name or attribute name Nineteenth-century Yorkshire poll book

But what do you do with this? Probate Inventory, Staffordshire (1573)

Don’t panic! This is where data modelling or source analysis comes in.  Data should be broken down into components that collects groups of information into objects or events.  For example information relating to a person, an organisation, a document, an object or a building, or to events such as a marriage, a transaction, the making of a will, or an election.  In database terminology these are referred to as entities.  Each entity will form a table in the final database.

Once you have your main components, then you can start creating your tables for further analysis  Once each entity has been identified, list the data associated with each.  For example, there may be information on the first name, surname, address, age, sex and occupation of each person in a table relating to individuals.  This information will produce the fields (or columns) for each table.  The fields are also known as attributes.

A simple table (this could be analysed using Excel) Voter IDFirst NameSurnameAddressOccupationVoting Preference 001JohnSmithHalifaxButcherWhig 002DavidEvansLeedsDealerLiberal 003CharlesElliottYorkGlazierTory 004BenjaminPostanBradfordMerchantRadical Unique identifier or primary key Column or field or attribute Row or record Field name or attribute name

Or something more complex (use Access to analyse these tables) Sentence Table Defendant ID Case Number Verdict Sentence Comments Offences Table Defendant ID Case Number Offence Type Place of Offence Date of Offence Description Comments Occupational Categorisation Table Occupation Title Occupational Categorisation 1 Occupational Categorisation 2 Witnesses Table Case Number Witness 1 First name Witness 1 Surname Witness 1 Address Witness 1 Sex Witness 2 First name Witness 2 Surname Witness 2 Address Witness 2 Sex Comments Defendant Table Defendant ID First name Surname Address Age Sex Occupation Title Comments

Probate inventories Material culture Wealth Occupations Patterns of consumption Farming and agriculture The world of goods Slaves and servants Gun culture Book ownership and literacy The history of private life The domestic interior Credit and debt Evolution of buildings and housing

A simple probate inventory table Wilmington, Delaware probate inventories Wilmington, Delaware probate inventories (Eighteenth and Nineteenth centuries)

A more complex structure From Margot Finn’s ‘Consumption in British India’ project

What determines the structure of your final table(s)?  Questions you want to answer (thus if you are only interested in gun ownership you might omit other details from inventories)  Information in the source  Extra information that may enrich the source material (categorisations of material, links to other documents)  Size of tables – are you happy working with one very big table or a series of smaller ones?

Social Status All inventories WomenRuralMean Total Value Mean Value of Household goods Gentry Trades of high status Yeomen Husbandmen Labourers Widows or spinsters From Lorna Weatherill, Consumer Behaviour and Material Culture in Britain, (London: Routledge,1988)