50
DATAMINING with MS ACCESS By Dhatri ChandraMouli Yashoda

Data Mining with MS Access

Embed Size (px)

Citation preview

Page 1: Data Mining with MS Access

DATAMINING with MS ACCESS

By Dhatri ChandraMouli Yashoda

Page 2: Data Mining with MS Access

Content

• Purpose

• Tools required

• Technique used

• Snapshots of the entire process

Page 3: Data Mining with MS Access

• To integrate an Excel sheet into a Database format.

• Involves capturing of data from different sources, reformatting it and storing it in a data warehouse.

• Loading the result data in the destination database.

• Microsoft Excel 2007

• Microsoft Access 2007

• Access to MySql conversion tool

• Php MyAdmin tool (for representing it on a database server)

Purpose Tools

Page 4: Data Mining with MS Access

Technique : ETL

• Extraction of data content from Excel sheet using MS Access.

• Transformation (filtering, cleaning, converting, changing) of the extracted data with the help of MS Access tools.

• Loading the transformed data onto a web server using Php MyAdmin tool.

Data ExtractionData

Transformation

Data Loading

Page 5: Data Mining with MS Access

SNAPSHOTS

Page 6: Data Mining with MS Access

Source data in Excel and filter removal

Page 7: Data Mining with MS Access

Source Data without Filter

Page 8: Data Mining with MS Access

Create a blank Database on MS Access

Page 9: Data Mining with MS Access

Choose External data to Import Excel sheet on MS Access launch

Page 10: Data Mining with MS Access

Choose the Excel file to be imported

Page 11: Data Mining with MS Access

Select Worksheet

Page 12: Data Mining with MS Access

Select Line as Column title

Page 13: Data Mining with MS Access

Edit Columns

Page 14: Data Mining with MS Access

Set Date as Index

Page 15: Data Mining with MS Access

Set Time as Index

Page 16: Data Mining with MS Access

Set Room as Index

Page 17: Data Mining with MS Access

Set Event as Index

Page 18: Data Mining with MS Access

Set Dozent as Index

Page 19: Data Mining with MS Access

Set the Primary key

Page 20: Data Mining with MS Access

Name the Table

Page 21: Data Mining with MS Access

Save Import steps

Page 22: Data Mining with MS Access

Imported data from Excel to Access

Page 23: Data Mining with MS Access

Sort data according to Date, Time and Room – Step 1

Page 24: Data Mining with MS Access

Sort data according to Date, Time and Room – Step 2

Page 25: Data Mining with MS Access

Sort data according to Date, Time and Room – Step 3

Page 26: Data Mining with MS Access

Sort data according to Date, Time and Room – Step 4

Page 27: Data Mining with MS Access

Sort data according to Date, Time and Room – Step 5

Page 28: Data Mining with MS Access

Sorted data

Page 29: Data Mining with MS Access

Empty rows deletion

Page 30: Data Mining with MS Access

Deletion confirmation

Page 31: Data Mining with MS Access

Standardizing

Page 32: Data Mining with MS Access

Finding Duplicate Entries – Step 1

Page 33: Data Mining with MS Access

Finding Duplicate Entries – Step 2

Page 34: Data Mining with MS Access

Finding Duplicate Entries – Step 3

Page 35: Data Mining with MS Access

Finding Duplicate Entries – Step 4

Page 36: Data Mining with MS Access

Result for duplicate entries

Page 37: Data Mining with MS Access

MS Access to MySql

Page 38: Data Mining with MS Access

Launch the Program

Page 39: Data Mining with MS Access

Select the database and continue

Page 40: Data Mining with MS Access

Create a dump file

Page 41: Data Mining with MS Access

Select the required table and click on next to continue

Page 42: Data Mining with MS Access

When clicked on Run, conversion as shown below will take place

Page 43: Data Mining with MS Access

Conversion complete – Exit on Finish

Page 44: Data Mining with MS Access

Presentation of MySql data

Page 45: Data Mining with MS Access

Launch phpMyAdmin server and select an existing database

Page 46: Data Mining with MS Access

Below shown Sql lines can be deleted from the dump.sql file

Page 47: Data Mining with MS Access

Import dump.sql file from the Import Tab

Page 48: Data Mining with MS Access

Import done successfully

Page 49: Data Mining with MS Access

Data is now on the server

Page 50: Data Mining with MS Access

THANK YOU