Training Programs
Introduction to Data Management
Overview
This course introduces the principles and practice of data management.
Features
We cover the following:
- Motivation for data management
- Data principles, life-cycle, protection and regulation
- Data creation
- The data technology ecosystem
- Presenting with data
Version Control with Git
Overview
We present and demonstrate Git and GitHub, a distributed version control system for source code that facilitate collaboration and version control among software development and data science teams.
Features
This course comprises the following modules:
- Version Control
- Git
- Local Repository
- Remote Repository
Getting Started with R Programming
Overview
We setup R and RStudio and establish the foundation for writting and organizing R programs.
Features
- 9 Videos
- 1 Quiz
- 1 Practice
R Data and Data Structures
Overview
We present R data structures and demonstrate their use in data manipulation.
Features
- 14 Videos
- 1 Quiz
- 1 Practice
R Projects
Overview
We present best practices for setting up and using projects in RStudio for reproducible analysis. We also introduce Git, a version control system built into RStudio.
- 5 Videos
- 1 Quiz
- 1 Practice
R Functions
Functions are reusable blocks that are useful for conducting reproducible analysis.
In this course, we demonstrate the use of functions for summary statistics and also expose you to defining and calling your own functions.
Tibbles
Overview
We present and use tibble, a data structure similar to data frames but with some improvement.
Features
- 2 Videos
- 1 Quiz
- 1 Practice
dplyr
Overview
We present and demonstrate data manipulation with dplyr package.
Features
- 10 Videos
- 1 Quiz
- 1 Practice
ggplot2
Overview
We present and demonstrate ggplot2, R graphics system for publication-ready static data visualization that is based on the grammer of graphics.
Features
- 6 Videos
- 1 Quiz
- 1 Practice
tidyr
Overview
We demonstrate tools in tydyr, a package for tyding messy data, for working with variety of wide and long data formats.
Features
- 1 Videos
- 1 Quiz
- 1 Practice
Getting Started with Excel
Overview
We introduce Microsoft Office Excel, a popular spreadsheet application, and deliver a comprehensive overview of the interface, features and options. We are carefull to establish the proper usage of terms with respect to Word and writing as a basis for clear communication.
Features
- 9 Videos
- 1 Quiz
- 1 Practice
Data Entry with Excel
Overview
We present tools and options that streamline and simplify a data entry task ensuring high quality data.
Features
- 15 Videos
- 1 Quiz
- 1 Practice
Data Analysis with Excel
Overview
We present tools and options for computing with functions and formulas to analyze data, create and use models and optimize solutions.
Features
- 11 Videos
- 1 Quiz
- 1 Practice
Data Presentation with Excel
Overview
We present tools and options for formatting tabular data and presenting interactive charts and summaries with consistent style.
Features
- 10 Videos
- 1 Quiz
- 1 Practice
Collaboration and Review in Excel
Overview
We present tools and options for managing collaboration and review involving remote teams.
Features
- 13 Videos
- 1 Quiz
- 1 Practice
Getting Started with Microsoft Office Word
Overview
We introduce Microsoft Office Word, a popular word processor, and deliver a comprehensive overview of the interface, features and options. We are carefull to establish the proper usage of terms with respect to Word and writing as a basis for clear communication.
Features
- 11 Videos
- 1 Quiz
- 1 Practice
Contents and Content Formatting
Overview
We explore content types and formatting options in Word and draw attention, through demonstrations, to approaches that communicate structure as opposed to emphasis and how knowing the difference can help you avoid unnecessary complexities. We emphasise approach that is simple, efficient and consistent.
Features
- 15 Videos
- 1 Quiz
- 1 Practice
Document and Page Formatting
Overview
We emphasis the features of a professional document and demonstrate tools and options in Word for document, layout and page formatting and emphasise approach that is simple, efficient and consistent.
Features
- 6 videos
- 1 Quiz
- 1 Practice
Referencing
Overview
We present tools for creating navigable documents that benefit from the simplicity of a consistent formatting. We also present built-in tools that simplify reference management, citations, cross-referencing among others.
Features
- 7 videos
- 1 Quiz
- 1 Practice
Collaboration and Review in Word
Overview
We present and demonstrate tools features and options in Word that help you seamlessly create, setup and manage documents in a collaborative environment with the highest levels of simplicity, flexibility and consistency.
Features
- 10 videos
- 1 Quiz
- 1 Practice
Numpy
Numpy is Python library for numerical computing.
Numpy provides data structure for representing n-dimensional arrays such as vectors and matrices, the foundation for vectorized implementation of numerical computing.
In the course, we demonstrate creation and use of Numpy arrays in numerical computing.