
Data management maintains accurate, consistent data across business functions and uses it to generate business value. Order data drives marketing, inventory planning, cost reductions, and personalized recommendations.
Master data management is a data governance discipline maintaining a single source of truth for an organization's core data elements by aligning processes and technology for cross-system consistency.
Explore how to measure name popularity using the US baby names data set since 2010, creating name and year series and visualizing frequency with a horizontal bar plot.
Break data into smaller components with descriptive columns to enable flexible queries in a relational database, avoiding multipart fields and enabling easy reports on customers by state.
Restricting and sorting data using filters such as in, not, between, and like, and ordering by salary in descending order and by hire date to show most recently hired.
Learn to display data from multiple tables with inner joins and aliases to pull department names, job titles, and locations, and generate payroll reports by country.
Connect to a Postgres database named github warehouse and set up a movies table with a serial id primary key; then implement ratings table to illustrate one-to-many and many-to-many relationships.
Finish ETL process by loading transformed data into the database with load.py, wrapping routines in functions, creating an average ratings table that overwrites if it exists, then verify in Postgres.
Explore the three data types: structured, semi-structured, and unstructured, and learn how each uses organization, markers, and metadata to influence management, search, and analysis.
Explore Hadoop, the first open source big data project built as an implementation of MapReduce and the Google File System; learn its MapReduce and HDFS components and cloud service options.
Interact with big data on Hadoop using Hive to issue SQL-like queries, import CSV to HDFS, and create an external table that points to the file for quick data access.
Data Management is one of the most important competencies your company has. With Digital Transformation at the top of the strategic agenda for many large organizations, Data Governance and Data Management are vital to building a strong foundation for integration, analysis, execution, and overall business value. Business and data professionals are currently facing The Fourth Industrial Revolution's convergence of megatrends around Customer 360, Artificial Intelligence, Big Data, programmatic marketing, and globalization. To survive these unrelenting business pressures, it's more critical, and strategic, than ever to put your data to work!
In this course, you will learn about the various disciplines of data management. First, you will discover what Data Governance is and why you might want to implement a governance program for your organization, after which you will go through some very basic exploratory Data Analysis using the Python programming language.
Next up, you'll cover basic Database Design, Data Quality essentials, and the fundamentals of the Structured Query Language. Then, you will get hands-on with some rudimentary Data Integration ETL, as well as Big Data with Hadoop.
Finally, you will explore the various disciplines in the Data Management space.
By the end of the course, you will have a firm understanding of enterprise data management and what the various disciplines do.