You are on page 1of 24

Become a Data Analyst

With Master institutes


Program Overview

Program Duration 6 months


Hours 10 – 15 hours per week
Program Language English
Program Location Online, Flexible schedule
Start Dates Every 3 months
Total number of projects 6
Cohort Size 20
Delivery Model Mentorship, instructor led bootcamp, self study and
real-world projects
Job Support Virtual internship, CV Prep and Interview coaching
Who is the program for and what are the
requirements?
• This program is for complete beginners who’d like to learn the skills
needed to become a job-ready data analyst—no prior knowledge or
experience is required!
• The program is also suitable for complete career changers, as well as
upskillers who need data analytics skills in their current role, or if
they’re hoping to go freelance.
• You’ll need a computer (macOS, Windows, or Linux) with a webcam,
microphone, and an internet connection
Which tool will you use in the program?
• Microsoft Excel
• SQL Server Express
• Power BI / Tableau Public
• Python
• Anaconda and Jupyter notebooks
• Microsoft PowerPoint

What are the costs associated for tools?

All tooling for this program is free to use except Microsoft Excel where you
can get the tool for £xx / year
How does the program work?
• The program provides a 100% online, asynchronous learning experience—so while there is an overall
completion deadline, you get to decide how to fit your study hours around other obligations.
• You’ll have an instructor led bootcamp every 2 weeks and relevant course work / assignments can be
accessed from your account in masterinstitutes platform to practice the knowledge gained from
bootcamp.
• Bootcamp videos will be recorded and made available in your account for reference
• The program is broken down in to six modules, every module will be started with an instructor led
bootcamp. You will have 2 weeks to practice the skills from bootcamp and apply it on a mini project
called “tasks”
• While there is no final exam, you’ll have a dedicated tutor support in discord and a professional mentor
who will assess your submissions against our internal rubric. They’ll let you know exactly how to
improve your work to get it approved.
• Duration to complete the six module will be 3 months and the next 3 month you will be selected for a
virtual voluntary internship where you will execute a real-world data analytics project for 3 months
• The program will end after the completion of virtual voluntary internship. You will be able to download
your certificate of completion and virtual voluntary internship reference directly from your dashboard.
What kind of support is available?
• Tutor - Your tutor is a course expert who actively works in the field and provides feedback on your course
assignments as you work through the module. You’ll communicate with them through our discord channel.
• Mentor – Your mentor are seasoned professionals in the area of Data Analytics, typically from a reputed firm
who are at a hiring manager level or above. You will have dedicated sessions with the mentor before the
start of every module.
• Student Advisor – Student advisors ensure you have the best possible experience throughout the program.
You can message them from Masterinstitutes WhatsApp support — they’re always happy to answer any
questions you have about the administration of your program
• Career Advisor – Career advisor will help you become job ready at the end of your course. They will help you
streamline your CV, support on job interview preparation and provide you the roadmap to get hired at the
earliest.
• Masterinstitutes Community – This is a combination of all the fellow students who were part of
Masterinstitutes, both during the program and after graduation. You can reach out to the community in
Slack to discuss your coursework, organize meetups, or find a study buddy.
Program Outline
• DA_Module_001 – Introduction to Data & Analytics
• DA_Module_002 – Data Engineering via SQL
• DA_Module_003 – Python for Data Analyst
• DA_Module_004 – Data Visualization & Storytelling
• DA_Module_005 – Data & Analytics Automation
• DA_Module_006 – Data & Analytics Project Management
DA_Module_001 – Introduction to Data & Analytics
• Introduction to Data and Analytics: • Advanced Data Analysis with PivotTables:
• Overview of data and analytics concepts • Creating PivotTables for multidimensional data analysis
• Understanding the importance of data-driven decision making • Applying filters, slicers, and calculated fields in PivotTables
• Introduction to MS Excel as a tool for data analysis and visualization • Generating meaningful insights and summaries using PivotTables
• Data Import and Cleaning in MS Excel: • Data Visualization Techniques in Excel:
• Importing data from different sources into Excel • Creating dynamic dashboards and interactive reports
• Data cleaning techniques: handling missing data, duplicates, and • Customizing charts and graphs for effective data visualization
errors • Using Excel's conditional formatting for data highlighting and analysis
• Data transformation and formatting for analysis purposes
• Data Analysis with What-If Analysis Tools:
• Data Exploration and Visualization: • Performing scenario analysis and goal-seeking using Excel's What-If
• Using Excel's built-in tools for data exploration Analysis tools
• Creating charts, graphs, and pivot tables for visualizing data • Utilizing data tables and Solver for optimization problems
• Applying formatting and customization options for effective visual • Building decision models and performing sensitivity analysis
representation
• Data Presentation and Reporting:
• Basic Statistical Analysis in Excel: • Designing professional-looking reports and presentations in Excel
• Calculating descriptive statistics: mean, median, mode, and standard • Creating interactive dashboards using Excel's data visualization
deviation features
• Understanding measures of central tendency and variability • Incorporating effective storytelling techniques to convey data insights
• Conducting hypothesis testing using Excel's data analysis tools
• Data Analysis with Functions and Formulas:
• Utilizing Excel functions for data analysis, such as SUM, AVERAGE,
COUNTIF, etc.
• Working with logical functions (IF, AND, OR) for data filtering and
conditional calculations
• Performing data analysis tasks using advanced functions like
VLOOKUP and INDEX-MATCH
DA_Module_002 – Data Engineering via SQL
• Introduction to SQL Server for Analytics: • Data Aggregation and Grouping:
• Overview of SQL Server as a data engineering platform for analytics • Using aggregate functions (SUM, AVG, COUNT, etc.) for data
• Understanding the role of SQL Server in analytics workflows summarization
• Introduction to SQL Server tools and services for analytics • Grouping data using GROUP BY and HAVING clauses
• Generating reports and summaries with grouped data
• SQL Fundamentals for Analytics:
• Introduction to SQL syntax and basic query structure • Working with Views and Stored Procedures:
• Retrieving and filtering data using SELECT and WHERE clauses • Creating and managing views for data abstraction
• Aggregating and grouping data with GROUP BY and HAVING clauses • Utilizing stored procedures for data processing and analysis
• Understanding the benefits of views and stored procedures in
• Data Modeling and Design for Analytics: analytics workflows
• Conceptual and logical data modeling for analytics projects • Query Optimization and Performance Tuning:
• Designing tables, relationships, and keys in SQL Server • Analyzing query execution plans for performance optimization
• Implementing basic normalization techniques • Creating appropriate indexes for query optimization
• Data Manipulation in SQL Server: • Optimizing SQL statements for improved query performance
• Updating, inserting, and deleting data in SQL Server tables • Advanced SQL Server Analytics Techniques:
• Working with multiple tables using JOIN statements • Implementing advanced filtering and sorting techniques
• Using subqueries for advanced data retrieval • Utilizing advanced SQL functions and expressions
• Data Transformation and Analysis: • Introduction to common data analysis tasks using SQL Server
• Utilizing SQL Server functions for data transformation
• Performing calculations, conversions, and string manipulations
• Applying basic analytical functions for data analysis
DA_Module_003 – Python for Data Analyst
• Introduction to Python for Data Analysis: • Data Aggregation and Grouping:
• Overview of Python programming language • Aggregating data using functions like sum, mean,
• Introduction to Jupyter Notebook and its usage max, etc.
• Basics of data analysis and the role of Pandas • Grouping data based on one or more columns
library • Applying transformations and custom aggregations
• Working with Pandas Data Structures: • Time Series Analysis with Pandas:
• Understanding Series and DataFrame objects in • Working with dates and time-related data
Pandas • Resampling and frequency conversion
• Importing and exporting data from various file • Time-based indexing and slicing
formats
• Indexing, slicing, and subsetting data in Pandas • Data Wrangling and Transformation:
• Data Cleaning and Preprocessing: • Applying data transformations and reshaping
techniques
• Handling missing data and duplicate values • Handling categorical data and encoding techniques
• Data type conversion and formatting • Handling text data and performing text mining
• Dealing with outliers and erroneous data points tasks
• Data Manipulation with Pandas: • Advanced Topics in Pandas:
• Filtering and sorting data • Working with multi-indexing and hierarchical data
• Adding, deleting, and renaming columns • Handling large datasets with memory optimization
• Merging, joining, and concatenating dataframes techniques
• Performance optimization tips and tricks
• Exploratory Data Analysis (EDA):
• Descriptive statistics and summary metrics
• Visualizing data using Pandas and Matplotlib
• Extracting insights through data exploration
DA_Module_004 – Data Visualization & Storytelling
• Introduction to Data Visualization: • Storytelling with Data:
• Importance and benefits of effective data visualization • Constructing compelling narratives using visualizations
• Principles of data visualization and storytelling • Sequencing and structuring data visualizations for
• Overview of Power BI / Tableau for data visualization effective storytelling
• Techniques for guiding the viewer's attention and
• Data Preparation and Transformation: conveying insights
• Understanding data sources and data types • Dashboard Development and Layout:
• Data cleaning, filtering, and shaping techniques • Designing interactive and responsive dashboards
• Introduction to data blending and data integration • Arranging visual elements and creating a cohesive layout
• Visual Design Principles: • Implementing user-friendly navigation and tooltips
• Selecting appropriate chart types for different data • Data Visualization Best Practices:
scenarios
• Effective use of color, typography, and layout • Ensuring data accuracy and transparency
• Best practices for designing visually appealing and • Applying accessibility guidelines for inclusive visualizations
intuitive dashboards • Addressing common pitfalls and avoiding misleading
visual representations
• Interactive Visualizations:
• Creating interactive filters and slicers • Publishing and Sharing Visualizations:
• Implementing drill-down and drill-through functionality • Exporting visualizations in various formats (PDF, image,
etc.)
• Incorporating interactivity using actions and parameters • Collaborating and sharing dashboards with stakeholders
• Advanced Charting Techniques: • Deploying visualizations to Power BI Service or Tableau
Server for wider audience access
• Advanced visualizations like treemaps, heatmaps, and
bullet charts
• Using custom visuals and extensions
• Incorporating statistical analysis and forecasting in
visualizations
DA_Module_005 – Data & Analytics Automation
• Introduction to Data & Analytics Automation: • Data Manipulation and Analysis with Python:
• Overview of data automation and its benefits in analytics workflows • Importing and exporting data in various formats using Python
• Introduction to VBA (Visual Basic for Applications) and Python as • Performing data cleaning, transformation, and aggregation with Pandas
programming languages for automation • Applying statistical analysis and data visualization techniques using
• Understanding the role of automation in streamlining data processing Python libraries
and analysis tasks
• Integrating VBA and Python for Automation:
• Introduction to VBA Programming: • Calling Python scripts from VBA to leverage Python's data analysis
• Getting started with VBA in Excel: enabling the Developer tab, creating capabilities
macros, and working with the VBA Editor • Passing data between VBA and Python for seamless automation
• Understanding VBA syntax, variables, and data types workflows
• Writing basic VBA code for automating repetitive tasks in Excel • Creating interactive Excel dashboards with real-time data using VBA and
Python integration
• Excel Automation with VBA:
• Automating data import/export processes using VBA
• Web Scraping and Data Automation with Python:
• Introduction to web scraping using Python libraries like Beautiful Soup
• Manipulating data, performing calculations, and applying formatting and Selenium
using VBA
• Creating user-defined functions and customizing Excel's functionality • Extracting data from websites and APIs using Python
with VBA • Automating data retrieval and updates from online sources using Python
scripts
• Advanced VBA Techniques for Data Analysis:
• Building Data Automation Workflows:
• Working with ranges and cells in VBA for data manipulation
• Designing end-to-end data automation workflows using VBA and Python
• Utilizing VBA to create dynamic charts, pivot tables, and reports
• Creating reusable code modules and libraries for efficient automation
• Handling errors and implementing error handling techniques in VBA
• Best practices for maintaining and documenting data automation scripts
• Introduction to Python Programming:
• Overview of Python as a versatile programming language for data
automation and analytics
• Setting up Python environment and understanding the basics of Python
syntax
• Working with Python's data manipulation libraries, such as Pandas and
NumPy
DA_Module_006 – Data & Analytics Project Management
• Introduction to Data & Analytics Project Management: • Agile Collaboration with Microsoft Teams:
• Overview of project management principles and methodologies • Utilizing Microsoft Teams for Agile team communication and
• Understanding the unique aspects and challenges of data and analytics collaboration
projects • Setting up Agile boards and managing project tasks in Teams
• Introduction to Agile project management and its relevance in data • Integrating Jira with Microsoft Teams for seamless project management
analytics
• Agile Project Quality and Risk Management:
• Agile Fundamentals for Data & Analytics: • Ensuring data quality and validation in Agile data projects
• Understanding Agile principles, values, and the Agile Manifesto • Risk identification, assessment, and mitigation strategies in Agile
• Roles and responsibilities in Agile teams for data and analytics projects • Applying Agile testing and quality assurance practices in data analytics
• Agile ceremonies and practices for effective project management
• Agile Project Adaptability and Continuous Improvement:
• Agile Project Planning and Estimation: • Embracing change and adaptability in Agile data projects
• Creating user stories and defining project requirements in Agile • Retrospectives and lessons learned for continuous improvement
• Agile estimation techniques for data and analytics projects • Agile techniques for stakeholder engagement and feedback
• Sprint planning and backlog management using Agile methodologies incorporation
• Agile Project Execution and Monitoring: • Scaling Agile for Data & Analytics Projects:
• Conducting Agile sprints and iterations for data and analytics projects • Scaling Agile methodologies for larger data and analytics initiatives
• Tracking progress and managing project tasks using Agile boards • Distributed Agile teams and remote project management considerations
• Agile metrics and reporting for project visibility and transparency • Best practices for successful Agile implementation in data projects
• Introduction to Jira for Data & Analytics Project Management:
• Understanding Jira as a project management tool for Agile teams
• Setting up Jira boards and configuring workflows for data projects
• Managing project tasks, user stories, and backlog in Jira
Projects / Coursework
DA_Module_001 - Project
Project Description: This project focuses on performing data analysis and visualization tasks using MS Excel. You will work with a real-world
dataset and apply various Excel functionalities to explore, analyze, and visualize the data. The project will enable you to gain hands-on
experience in data manipulation, calculation, charting, and reporting using MS Excel.

Project Tasks:
• Data Import and Cleaning:
• Import the dataset into Excel from a CSV file. • Data Dashboard Creation:
• Clean the data by handling missing values, removing duplicates, and • Design and create a data dashboard in Excel to present key insights and
correcting errors. visualizations in a single interface.
• Data Exploration and Summary Statistics: • Incorporate interactive elements like slicers, dropdowns, or buttons to
enhance user experience.
• Explore the dataset by calculating basic summary statistics such as mean,
median, mode, standard deviation, etc. • What-If Analysis:
• Identify outliers and anomalies in the data using appropriate Excel • Perform scenario analysis using Excel's What-If Analysis tools.
functions and visualization techniques.
• Analyze how changes in certain variables impact the overall data and
• Data Analysis with PivotTables: results.
• Create a PivotTable to summarize and analyze the dataset. • Report Generation:
• Use PivotTable features like grouping, filtering, and calculated fields to gain • Create a comprehensive report summarizing the data analysis process,
insights from the data. insights, and visualizations.
• Data Visualization: • Format the report professionally, including headings, subheadings, and
appropriate styling.
• Create appropriate charts and graphs to visually represent the data.
• Customize the charts by adding titles, labels, and legends for clarity and • Presentation:
understanding. • Prepare a presentation to showcase the project findings and demonstrate
the data analysis process.
• Advanced Data Analysis: • Use PowerPoint or other presentation software to deliver an engaging and
• Utilize Excel functions such as VLOOKUP, INDEX-MATCH, and IF statements informative presentation.
to perform advanced data analysis tasks.
• Apply conditional formatting to highlight specific data patterns or trends.
DA_Module_002 - Project
Project Description: As part of this project, you will work with a sample database and apply SQL queries to extract, manipulate, analyze, and visualize data using
SQL server and Excel. The project aims to develop your skills in data retrieval, transformation, aggregation, and reporting using SQL Server.

• Database Setup:
• Data Analysis with Advanced SQL Functions:
• Install SQL Server and create a new database.
• Utilize advanced SQL functions (CASE, COALESCE,
• Import the sample dataset into the database.
ROW_NUMBER, etc.) for data analysis.
• Data Exploration:
• Apply conditional logic and perform calculations on
• Write SQL queries to retrieve sample data from the
the retrieved data.
tables.
• Data Visualization with SQL Server and MS Excel Tools:
• Analyze the data structure and identify relationships
• Use SQL Server Management Studio (SSMS) to
between tables.
generate visualizations.
• Data Filtering and Sorting:
• Create charts, graphs, and tables to present data
• Write SQL queries to filter data based on specific
analysis findings.
criteria.
• Performance Optimization:
• Sort the data in ascending or descending order.
• Optimize SQL queries for improved performance.
• Data Aggregation and Grouping:
• Use indexing, query hints, and other techniques to
• Use SQL aggregation functions (SUM, AVG, COUNT,
enhance query execution.
etc.) to calculate metrics.
• Project Documentation and Presentation:
• Group data by specific columns to obtain insights.
• Document the project methodology, SQL queries,
• Data Joins and Subqueries:
and findings.
• Perform inner and outer joins to combine data from
• Prepare a presentation summarizing the project
multiple tables.
objectives, methodology, and results.
• Write subqueries to retrieve data based on nested
conditions.
DA_Module_003 - Project
Project Description: This project focuses on data analysis tasks using Python and the pandas library. You will work with CSV files and leverage pa ndas
to extract, manipulate, analyze, and visualize data. The project aims to develop your skills in data analysis using Python an d pandas, specifically with CSV
datasets.
• Data Import:
• Load a CSV file using the pandas library. • Data Visualization:
• Understand the structure and contents of the dataset. • Create visualizations using matplotlib or seaborn to present
data analysis findings.
• Data Cleaning:
• Handle missing values by either dropping or filling them using • Generate various types of charts and plots, such as bar
pandas functions. charts, line charts, and scatter plots.
• Remove duplicate rows from the dataset. • Data Manipulation:
• Data Exploration: • Apply data transformation techniques using pandas, such as
renaming columns, creating new columns, and merging
• Use pandas functions to explore the dataset, including checking
the data types, dimensions, and summary statistics. datasets.
• Identify any inconsistencies or irregularities in the data. • Statistical Analysis:
• Data Filtering and Sorting: • Conduct statistical analysis using pandas functions, such as
• Filter the data based on specific conditions using pandas' calculating correlations, performing hypothesis tests, or
calculating descriptive statistics.
boolean indexing.
• Sort the data based on one or more columns using pandas' • Project Documentation and Presentation:
sorting functions. • Document the project methodology, Python code snippets,
• Data Aggregation and Grouping: and findings.
• Perform aggregations such as sum, average, and count using • Prepare a presentation summarizing the project objectives,
methodology, and results.
pandas' groupby function.
• Group the data based on one or more columns to gain insights.
DA_Module_004 - Project
Project Description: This project focuses on performing data analysis and visualization tasks using CSV files, SQL Server, and Power BI. You will work with a sample
dataset, import data from CSV files into SQL Server, and create interactive visualizations using Power BI. The project aims to develop your skills in data analysis and
visualization using these tools at a beginner level.

• Data Preparation: • Data Modeling in Power BI:


• Gather a sample dataset in CSV format. • Define relationships between the imported CSV tables in the Power BI data
• Install and configure SQL Server, Power BI, and any necessary model.
drivers. • Create calculated columns and measures based on the data requirements.
• CSV Data Import: • Interactive Visualizations:
• Create a new database in SQL Server. • Design and create interactive visualizations, such as charts, graphs, and
• Import the CSV data into SQL Server tables using the tables, using Power BI.
appropriate data import tools. • Use Power BI's built-in visuals and features to enhance data exploration and
• SQL Server Data Analysis: analysis.
• Write SQL queries to retrieve and analyze data from SQL • Dashboard Creation:
Server tables. • Build a dashboard in Power BI by combining multiple visualizations.
• Perform basic data manipulation, filtering, and sorting • Arrange and format the dashboard to present key insights effectively.
operations using SQL queries. • Data Refresh and Sharing:
• Data Export to CSV: • Set up data refresh schedules to ensure the Power BI dashboard reflects the
• Export data from SQL Server tables to CSV files. latest data from CSV files and SQL Server.
• Ensure the exported CSV files maintain the appropriate • Share the Power BI dashboard with others for collaborative data analysis.
structure and data integrity. • Project Documentation and Presentation:
• Power BI Data Import: • Document the project methodology, SQL queries, Power BI steps, and
• Launch Power BI Desktop and import the CSV files as data findings.
sources. • Prepare a presentation summarizing the project objectives, methodology,
• Perform data transformation and cleaning within Power BI and results.
using Power Query Editor.
DA_Module_005 - Project
Project Description: This project focuses on automating data and analytics tasks using a combination of Excel, VBA (Visual Basic for Applications) , Python, SQL
Server, and Power BI. You will work with data from multiple sources, develop VBA macros, utilize Python scripts, perform SQL queries, and create interactive
visualizations using Power BI. The project aims to develop your skills in integrating various tools for data automation and a nalytics at a beginner level.

• Data Import and Preparation: • Power BI Data Visualization:


• Import data from various sources, including Excel files, CSV files, and • Import data from Excel, CSV, and SQL Server into Power BI for
SQL Server databases. interactive visualizations and reporting.
• Clean and prepare the data by performing data cleansing tasks such as • Create visually appealing charts, graphs, and dashboards in Power BI
removing duplicates, handling missing values, and formatting cells to present data insights.
appropriately. • Automation Workflow:
• Excel Formulas and Functions: • Combine VBA macros, Python scripts, SQL queries, and Power BI
• Utilize Excel formulas and functions to perform calculations, data reports to create an integrated data and analytics automation
transformations, and conditional formatting. workflow.
• VBA Macro Recording and Editing: • Automate the flow of data from various sources, perform data
• Record VBA macros to automate repetitive tasks in Excel, such as data transformations and analysis, and generate dynamic reports.
manipulation, analysis, and report generation. • Data Refresh and Sharing:
• Edit and enhance the recorded macros by adding additional • Set up data refresh schedules in Power BI to ensure the latest data is
functionality or customizations. reflected in the visualizations and reports.
• Python Integration with Excel: • Share the Power BI reports with others for collaborative data
• Install Python and the necessary libraries (such as pandas and xlwings) analysis and decision-making.
for Excel integration. • Project Documentation and Presentation:
• Write Python scripts to automate data import/export between Excel • Document the project methodology, VBA code snippets, Python
and Python, leveraging pandas for data analysis tasks. scripts, SQL queries, and Power BI reports.
• SQL Server Integration: • Prepare a presentation summarizing the project objectives,
• Connect to a SQL Server database using VBA or Python and retrieve methodology, and results.
data through SQL queries.
• Perform data manipulations, aggregations, and filtering operations
using SQL statements.
DA_Module_006 - Project
Project Description: This project focuses on managing data and analytics projects using Jira, Microsoft Teams, and a Kanban board. You will simula te a project
environment, track tasks, collaborate with team members, and utilize a Kanban board for project management. The project aims to develop your skills in project
planning, task management, and collaboration using Jira, Teams, and Kanban methodologies at a beginner level.

• Project Planning: • Collaboration and Communication:


• Define project goals, objectives, and deliverables. • Utilize Microsoft Teams for team collaboration and communication.
• Identify project stakeholders and establish communication channels. • Create project-specific channels for discussions, file sharing, and
• Jira Configuration: updates.
• Set up a Jira project board for data and analytics project management. • Agile Iterations and Sprint Planning:
• Customize the board columns, workflow, and issue types to align with • Divide the project into iterations or sprints based on the project
project requirements. timeline.
• Task Creation and Assignment: • Plan and prioritize tasks for each iteration, considering dependencies
• Create tasks in Jira, representing project activities and deliverables. and resource availability.
• Assign tasks to team members based on their roles and • Agile Project Execution:
responsibilities. • Conduct daily stand-up meetings to discuss progress, challenges, and
• Kanban Board Implementation: next steps.
• Create a Kanban board using Jira's Agile functionality. • Update task statuses, resolve issues, and adjust priorities as needed
• Map project tasks to the appropriate Kanban board columns (e.g., To during the project execution.
Do, In Progress, Done). • Project Reporting and Closure:
• Task Tracking and Progress Monitoring: • Generate project reports in Jira to track project progress and identify
• Update task statuses in Jira as work progresses. key metrics.
• Monitor the progress of tasks through the Kanban board, ensuring • Conduct a project retrospective to evaluate the project's success and
smooth workflow and identifying any bottlenecks. identify areas for improvement.
Appendix
DA_Module_001 – Introduction to Data & Analytics

• Standard Data & Analytics Methodology


• Introduction to Excel
• Data Preparation
• Data Cleansing
• Data Mapping & Standardization
• Data Transformation
• Grouping, Summarizing, Slice and dicing Data
• Building basic dashboarding
• Course work & Mini project based on DA_Module_001
DA_Module_003 – Python for Data Analyst
• Introduction to python for data analyst
• Jupyter fundamentals & Python Data Types
• Introduction to Pandas
• Data wrangling & subsetting
• Data consistency / quality checks
• Read, write, combine and export data
• Deriving new variables
• Grouping and aggregating data
• Building Data visualization in python
DA_Module_002 – Data Engineering via SQL
• Introduction to RDBMS (Relation Database Management System)
• Data Extraction
• Data Import
• Creating Tables & Views
• Database querying in SQL
• Filtering Data
• Sorting Data
• Summarizing & Cleaning Data in SQL
• Joining Tables of Data
• Appending Data
• Performing Subqueries
• Common Table Expression
• Optimizing Database operations
• Course work & Mini project based on DA_Module_002

You might also like