Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
Technology
Health & Fitness
About Us
Contact Us
Copyright
© 2024 PodJoint
Podjoint Logo
US
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts125/v4/d2/56/2c/d2562c8c-032d-589a-b77f-b2f6f0aeb201/mza_13773561174524926881.jpeg/600x600bb.jpg
Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Prof. Dr. Felix Naumann
19 episodes
13 hours ago
Data profiling is the set of activities and processes to determine the metadata about a given dataset. Profiling data is an important and frequent activity of any IT professional and researcher. It encompasses a vast array of methods to examine data sets and produce metadata. Among the simpler results are statistics, such as the number of null values and distinct values in a column, its data type, or the most frequent patterns of its data values. Metadata that are more difficult to compute usually involve multiple columns, such as inclusion dependencies or functional dependencies between columns. More advanced techniques detect approximate properties or conditional properties of the data set at hand. The first part of the lecture examines efficient detection methods for these properties. Data profiling is relevant as a preparatory step to many use cases, such as query optimization, data mining, data integration, and data cleansing. Many of the insights gained during data profiling point to deficiencies of the data. Profiling reveals data errors, such as inconsistent formatting within a column, missing values, or outliers. Profiling results can also be used to measure and monitor the general quality of a dataset, for instance by determining the number of records that do not conform to previously established constraints. The second part of the lecture examines various methods and algorithms to improve the quality of data, with an emphasis on the many existing duplicate detection approaches.
Show more...
Courses
Education
RSS
All content for Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK is the property of Prof. Dr. Felix Naumann and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Data profiling is the set of activities and processes to determine the metadata about a given dataset. Profiling data is an important and frequent activity of any IT professional and researcher. It encompasses a vast array of methods to examine data sets and produce metadata. Among the simpler results are statistics, such as the number of null values and distinct values in a column, its data type, or the most frequent patterns of its data values. Metadata that are more difficult to compute usually involve multiple columns, such as inclusion dependencies or functional dependencies between columns. More advanced techniques detect approximate properties or conditional properties of the data set at hand. The first part of the lecture examines efficient detection methods for these properties. Data profiling is relevant as a preparatory step to many use cases, such as query optimization, data mining, data integration, and data cleansing. Many of the insights gained during data profiling point to deficiencies of the data. Profiling reveals data errors, such as inconsistent formatting within a column, missing values, or outliers. Profiling results can also be used to measure and monitor the general quality of a dataset, for instance by determining the number of records that do not conform to previously established constraints. The second part of the lecture examines various methods and algorithms to improve the quality of data, with an emphasis on the many existing duplicate detection approaches.
Show more...
Courses
Education
Episodes (19/19)
Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Profiling Linked Data
10 years ago
1 hour 13 minutes 8 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Generic Entity Resolution with Swoosh
10 years ago
44 minutes 4 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Sorted Neighborhood Methods & Generic Entity Resolution with Swoosh
10 years ago
1 hour 25 minutes 48 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Sorted Neighborhood Methods
10 years ago
1 hour 25 minutes 58 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Similarity Measures & Generic Entity Resolution with Swoosh
10 years ago
1 hour 26 minutes 54 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Similarity Measures
10 years ago
1 hour 29 minutes 6 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Duplicate Detection
10 years ago
1 hour 30 minutes 7 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Data Quality and Data Cleansing
10 years ago
1 hour 21 minutes 7 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Dependency Checking, Approximate FDs, FD_Mine and DFD
10 years ago
1 hour 29 minutes 33 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
IND Detection on very many Tables
10 years ago
41 minutes 2 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Discovery of Conditional Unique Column Combination
10 years ago
24 minutes 4 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
TANE
10 years ago
1 hour 28 minutes 46 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Der Apriori Algorithmus, Discovering cINDs & Detecting Functional Dependencies
10 years ago
1 hour 24 minutes 57 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
SPIDER, Foreign Key Extraction & Conditional Inclusion Dependencies
10 years ago
1 hour 27 minutes 4 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Detecting Inclusion Dependencies
10 years ago
1 hour 20 minutes 3 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Unique Column Combinations
11 years ago
1 hour 2 minutes 12 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Visualization, Next Generation Profiling & Profiling Challenges
11 years ago
1 hour 24 minutes 32 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
An Introduction to Data Profiling
11 years ago
1 hour 31 minutes 44 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Introduction
11 years ago
1 hour 29 minutes 33 seconds

Data Profiling and Data Cleansing (WS 2014/15) - tele-TASK
Data profiling is the set of activities and processes to determine the metadata about a given dataset. Profiling data is an important and frequent activity of any IT professional and researcher. It encompasses a vast array of methods to examine data sets and produce metadata. Among the simpler results are statistics, such as the number of null values and distinct values in a column, its data type, or the most frequent patterns of its data values. Metadata that are more difficult to compute usually involve multiple columns, such as inclusion dependencies or functional dependencies between columns. More advanced techniques detect approximate properties or conditional properties of the data set at hand. The first part of the lecture examines efficient detection methods for these properties. Data profiling is relevant as a preparatory step to many use cases, such as query optimization, data mining, data integration, and data cleansing. Many of the insights gained during data profiling point to deficiencies of the data. Profiling reveals data errors, such as inconsistent formatting within a column, missing values, or outliers. Profiling results can also be used to measure and monitor the general quality of a dataset, for instance by determining the number of records that do not conform to previously established constraints. The second part of the lecture examines various methods and algorithms to improve the quality of data, with an emphasis on the many existing duplicate detection approaches.