0% found this document useful (0 votes)
8 views11 pages

Entri DA Handbook V7

The In-Demand Coding Program offers a comprehensive Data Analytics training that includes modules on Excel, PowerBI, MySQL, and Python, aimed at preparing students for various technology and business roles. The program features assessments, a scorecard for tracking progress, and eligibility criteria for certification and placement. Additionally, it outlines guidelines for attendance, deferral, refund policies, and communication protocols to ensure a structured learning experience.

Uploaded by

nasihahammed14
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views11 pages

Entri DA Handbook V7

The In-Demand Coding Program offers a comprehensive Data Analytics training that includes modules on Excel, PowerBI, MySQL, and Python, aimed at preparing students for various technology and business roles. The program features assessments, a scorecard for tracking progress, and eligibility criteria for certification and placement. Additionally, it outlines guidelines for attendance, deferral, refund policies, and communication protocols to ensure a structured learning experience.

Uploaded by

nasihahammed14
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

In-Demand Coding Program

DIGITAL HANDBOOK
DATA ANALYTICS
Data Analytics program is a technology training program that will
be of high industry relevance in the coming years. By going
through the program, students will be able to achieve certification
that will help them to apply for different job roles in many
Technology and Business organizations (such as Information
Technology, Banking, Financial Services, Retail) that apply such
technologies.
SYLLABUS
1. Data Analysis Using Excel

UNIT 1. Introduction to Data Analytics, Data UNIT 4. Introduction to Pivot tables, Creating
Analytics Lifecycle, Types of Data Statistics Pivot tables, Connecting multiple tables and
Basics (Mean, Median, Mode, Variance, show analysing and creating visualization with
Standard Deviation). Introduction to Excel multiple tables. Data Analysis and
Interface, Basics of Excel, Spreadsheet basics, Visualization using Pivot Table.
Data Entry. Fundamentals of Excel, Insertion, Data Visualization:Charts and Graphs,Bar,
Deletion, Importing Data, Table Creation Column, Pie, Line, Scatter, Combo
Introduction to Excel Formulas - sum(), min(), charts,Sparklines,PivotCharts,Dynamic charts
max(), count(), average(), if(), sumif(), countif(), with slicers and filters, create and design
averageif(), formatting text using right(), left(), interactive dashboard.
mid(), upper(), lower(), proper().
2. PowerBI
UNIT 2. Power Query Introduction,
Introduction to Data Cleaning, Removing UNIT 1. Understanding the Power BI
duplicate data, Handling missing data, Ecosystem, Installation of PowerBI Desktop,
Correcting inconsistent data, Text-to-columns Exploring the Power BI interface, Connecting
and Flash Fill, Splitting and merging data, Data to data sources. Introduction to Power Query,
Validations, Data transformation, What-if Importing Data into Power Query, Data
analysis, scenario Manager, Removing Cleaning and Transformation: Handling Missing
unnecessary characters and spaces, Data and Duplicate Data, Sorting and Filtering
Conditional formatting for data cleaning. Rows, Aggregating and Grouping Data in
Power Query.
UNIT 3. Data exploration and summary
statistics, Filtering and Sorting data in excel,
Descriptive Statistics, Mean, standard
deviation, etc., using Analysis ToolPak, Mean,
standard deviation, etc., using Analysis
ToolPak. Date and Time Functions:TODAY,
NOW, YEAR, MONTH, WEEKDAY,
DATEDIF,Lookup and Reference:VLOOKUP,
HLOOKUP, XLOOKUP,INDEX, MATCH

Scorecard

We will be maintaining a Scorecard to keep track of your assessment scores -- assignments, module-end
assignments, projects, and final exams. This scorecard will be issued to the eligible candidates at the end of the
course along with the certificate. Check Page 5 for the Eligibility Criteria.
SYLLABUS
2. PowerBI 3. MySQL

UNIT 2. Introduction to Data Modeling, UNIT 1. Introduction to Databases, Overview


Normalization vs denormalization, of RDBMS, Normalization, Overview of MySQL
Relationships in PowerBI, Cardinality, cross Overview of MySQL Workbench, Installation
filter direction, Building Star schema data of MySQL Workbench, Table and
model, What is DAX? , Calculated Columns and Terminologies. Overview of SQL Commands
tables using DAX, Measures, Simple DAX (DDL,DML, DCL, TCL) and Datatypes. DDL -
Functions and Operators (Mathematical, CREATE, ALTER, RENAME, TRUNCATE, DROP
Logical, Statistical & Text Functions), Advanced Keys- PK, FK, SK, CK, composite, non-prime
DAX – Aggregations and Calculations attribute. Constraints - unique, not null, check,
(Aggregate, Filter, Datetime, Time Intelligence default, auto_increment ; DML - INSERT,
& Table Functions) SELECT, UPDATE, DELETE, DROP vs
TRUNCATE vs DELETE.
UNIT 3. Data Visualization & Formatting - Bar,
Column, Pie, Donut, Line, Area, Scatter, KPI & UNIT 2. SQL Clauses - DISTINCT, AS, WHERE,
Gauge, Table, Matrix, Map, Tree map, Combo Operators (Arithmetic, Comparison, Logical).
Applying Conditional Formatting And Data Other Operators - IS NULL, IS NOT NULL, IN,
Bars ; Creating Hierarchies ; Filters, Slicers ; NOT IN, BETWEEN, NOT BETWEEN, LIKE, NOT
Drill-Downs Creating a comprehensive report LIKE, ORDER BY, LIMIT, Aggregate functions,
in PowerBI, Create bookmarks and buttons, GROUP BY, HAVING, INNER JOIN, LEFT JOIN,
Design a great PowerBI dashboard and RIGHT JOIN, UNION, UNION ALL.
publishing into PowerBi service.
UNIT 3. Built-in function: Mathematical, String,
MINI PROJECT Date & time; User-defined functions, Stored
Intermediary Assessment Procedures, Subqueries - single, multi-row;
Mid-Level Certification Views - simple, complex views, Triggers, DCL-
GRANT, REVOKE; TCL - COMMIT, SAVEPOINT,
ROLLBACK - ACID properties, show connecting
MySQL and PowerBI

What is inside Scorecard?

Formative Assessments: These assessments occur during the learning phase of the course to monitor learner progress with
ongoing feedback. This includes the weekly assignments.

Comprehensive Assessments: These assessments occur during the learning phase of the course to assess the learners overall
understanding of each module and their skills. This includes the module end projects.

Summative Assessments: These assessments occur at the end of the learning process to evaluate the knowledge and skills of
the learner. This includes the MCQ and Codeathon.
SYLLABUS
4. Python Fundamentals 5. Python for Data Analytics

UNIT 1. Introduction to Programming UNIT 2. Introduction to Data visualisation in


Languages and Python, Installing Anaconda Python- Visualization Using Matplotlib-
and Jupyter Notebook. Google Colab Scatter Plot, Line Chart, Bar Chart, Pie Chart,
walkthrough, Basic Python Syntax and Data Histogram, Box Plot; Visualization Using
Types. Data Structures - String, String Seaborn- Count Plot, Bar plot, Scatter plot,
methods, String slicing, Tuple, Tuple methods, Line plot, Box plot, Histogram, Density Plot,
Immutable vs Mutable Data Types, Dictionary, Violin Plot, Swarm Plot, Heatmap, Pair Plot.
Dictionary methods, Set, Set methods,
Frozenset. UNIT 3. Introduction to Webscraping, Module
-BeautifulSoup, Selenium. Extract data from
UNIT 2. List creation, List methods, List slicing,
website,Making Http request to fetch data.
Operators; Conditional statements - if, else,
Introduction to Pyspark, difference between
elif, while loop; else, break & continue with
Pandas and Pyspark, Connecting python and
while loop, range; for loop; else, break &
Mysql using Pyspark. Connecting python
continue with for loop; nested for loop;
dataframe to powerbi, and accessing powerbi
enumerate; List Comprehension. Build-in
reports in jupyter notebook.
Functions & User-Defined Functions- Types of
arguments, Local and Global Namespace.
Introduction to OOPS Concepts. 6. Capstone Project
You are expected to create a working
5. Python for Data Analytics project using the knowledge & skills that
you have earned through this course. This
UNIT 1. NumPy - NumPy arrays, Array
project needs to be completed within 30
operations and functions. Pandas - Series & days where Project topic will be provided by
Dataframe, Data Ingestion. Slicing, indexing your project mentor.
(with index, boolean, loc, iloc) and
manipulating (add,update,delete)
Summative Assessment | Final
Data Exploration (readcsv, head, tail, shape,
Course Completion Certification
columns, info, dtypes, describe, value_counts,
isnull, dropna, fillna). Data Wrangling - merge,
concat, join, group by.

Summative & Intermediary Assessment

1. You will have a maximum of 2 attempts for the Summative Assessment


2. The first attempt is free of cost, and the second attempt will be upon a cost of INR 500/-
3. Intermediary Assessment - you will have only 1 chance, that too as per the schedule
The Entri Way
BEST PRACTICES! ESCALATION MATRIX
Allocate a minimum of 12 hours per
You may connect with the below
week for learning and practice
members for any concerns:
Watch & practice all in-app videos
1. Course Coordinator: Queries
for the current week before attending
related to your Fees, Attendance,
live sessions
In-App support
Join the live sessions on time and stay
2. Batch Mentor: Academic doubts &
till the end
support
Notify the course coordinator and
mentor 24 hours in advance if you'll 3. Lead Mentor: If you cannot connect
miss a session. with the course coordinator or
Complete midweek tasks and module- batch mentor
end assignments on time 4. Placement Associate: Regarding
Have a dedicated, distraction-free placement queries
workspace for your practice and
learning
Use a 64-bit machine with a minimum
of Windows 8.1 or OS X 10.
Possess a headset with a microphone
and a webcam for live sessions.

CODE OF CONDUCT
Respect Others: We value diversity and inclusion. Treat every member of our community with respect and kindness,
and refrain from any behavior that is discriminatory, harassing, or abusive.
Be Honest: Maintain academic integrity by avoiding cheating or plagiarism. Take responsibility for your work and
give proper credit when using external sources.
Be Punctual: Attend all classes and be on time. If you cannot make a class or will be late, notify your instructor in
advance to minimize any disruptions.
Collaborate: Embrace teamwork and cooperation. Engage with your fellow students and use Discord, our official
communication platform, for doubts and helping others.
Be Communicative: Keep your microphone and video accessible during classes to foster an engaging and
interactive learning environment.
Report Concerns: If you encounter behavior that violates our Code of Conduct, promptly report it to your instructor
following our Escalation Matrix.
ELIGIBILITY

CERTIFICATE ELIGIBILITY
Learner can earn the course certificate only after meeting
the below criteria:

1. Learner should have minimum 85% attendance for the


live sessions
2. Learner should complete all the assignments,
assessments and project as per the course agenda on
time
3. Learners should score 40% or above separately for the
Formative, Comprehensive & Summative Assessment

PLACEMENT ELIGIBILITY

Watch all video sessions on the app


Maintain a minimum of 85% attendance in live
sessions
Complete all capstone and module-end assignments
within the scope and time
Meet the formative and comprehensive assessment
Successfully complete the summative assessment
Attend and pass mock interviews
GENERAL GUIDELINES
You are expected to adhere to the program’s timeline.

According to our teaching model, you learn the concept from the In-app
videos and learn the practical implementation in the Live session.

It is mandatory to join the session through a laptop or a desktop computer.


Ideal machine requirements: 64-bit Machine, Windows 8.1 above, OS X 10.

A headset with a microphone and webcam is essential for virtual learning,


facilitating visual communication in live sessions.

Use your official full name as the Display Name and maintain a professional
display picture when interacting with mentors on all platforms.

If unable to attend a session, notify the course coordinator and mentor at


least 24 hours in advance.

Mentors won't repeat missed sessions; review VODs and recorded live
sessions independently. Post doubts on the Discord channel if needed.

We use Discord as our official communication platform and you will be


required to use it for any communication outside of live sessions. Connect
with the mentors strictly through Discord only and not any other media.

You are supposed to react or respond to mentors' messages such as polls,


intimations, and updates duly, and should ask for clarity if required.

You should be able to unmute and speak when a question is directed to you
from mentors.

Join and stay for the entire live session for attendance to count. Attendance
and in-app activity will be monitored for placement eligibility.

A reliable internet connection (10 Mbps upload and download speed) is


crucial for online classes. Download the necessary software, and
communicate with mentors and fellow students.

Mock interviews are mandatory for interview preparation. Notify the


coordinator 24 hours in advance if unable to attend. Missing two mock
interviews will result in exclusion from placements.
DEFERRAL POLICY

BEFORE YOU JOIN

If a Learner, due to unavoidable circumstances is unable to commence with the batch and
requests for a deferral before the batch Commencement date, Learner will have the option
to defer to another batch.

There is no cost involved in changing the batch for the first time. However, you can raise a
maximum of 1 batch change request and our academics team has to approve the batch
change request.

A Learner can request deferral once to a batch that starts within the next 6 months from
the batch start date of the initial batch the Learner enrolled for. For example, if the initial
batch commencement was January 1, the deferral batch commencement date should be
within June 1.
AFTER YOU JOIN

Learners can apply to defer a batch till 30 days from the commencement of the batch.

Only one deferral request will be entertained once the batch commences.

No additional fee is applicable for deferrals.

Post 30 days, no batch deferrals will be entertained. Exceptions will be upon payment.

The deferred batch will be a new batch and will not resume from where the user paused in the
initial batch. For example, if the learner paused the first batch when the topic was javascript, the
new batch will be from the beginning of the courseware and not from javascript.

Scenario Deferral Policy

No deferral fee.
Before batch Learners can do one batch deferral request provided the batch is not
commencement commenced. The deferred batch commencement should be within 6
months from the first batch commencement date learner opted for.
No deferral fee.
After batch
Learner can request once for batch change/deferral within 30 days of
commencement
batch commencement
REFUND & CANCELLATION POLICY

REFUND ELIGIBILITY

We adhere to a strict NO-Refund policy. However, in extremely rare and unavoidable situations,
exceptions may be considered by the Entri Team after a thorough evaluation according to the
guidelines provided below:
A learner who has made full payments during admission is only applicable for refund
Any refund approved as mentioned above, shall be subject to processing fee deduction as
below :
Refunds requested within 0-7 days of purchase will incur a processing fee deduction of 10%
For requests made between 8-15 days, the deduction will be 25%
Refund requests made 16 days and above will result in a 100% deduction of the processing
fee.
Entri Management will have final approval.

This Refund Policy outlines the terms and conditions under which refunds
may be granted to learners enrolled in our programs.

REFUND REQUEST PROCESS

To initiate a refund request, learners are required to contact our User Happiness Team. The
specific mode of raising such a request, whether via a designated form or otherwise, will be
communicated to the learner.

Upon receipt of the request, our team will review and determine the eligibility and amount of the
refund as per the refund eligibility mentioned above.

We reserve the right to amend or update the above policies at our discretion, without prior notification. All changes will be
published on our official website.
EMI PAYMENTS

LOAN PAYMENTS

Learners who have chosen the Loan Payment option must continue to fulfill their monthly
Equated Monthly Installment (EMI) commitments without alterations.

Loan cancellations are not feasible under any circumstances. However, in exceedingly rare
and extraordinary situations, exceptions may be entertained by the Entri Team following a
thorough evaluation process:
Such requests, if received within 15 days, will be rigorously assessed, and approval will be
granted solely on genuine grounds.
However, learners should note that even if approved by the User Happiness Team,
cancellation will only be processed after clearing all pending EMIs, late payment fees,
and penalties.
Additionally, a non-refundable cancellation fee equivalent to 10% of the outstanding
payment will be applicable.
Learners who have opted for the ENTRI EMI option shall pay the agreed installment
amount within 30 days from the date of purchase. If no payments are made in 30 days, the
course will be locked until the learners clear the due. The due date and payment reminders
shall be communicated to the learners via app notifications.

NOTE

Refunds are expressly not applicable to learners who have completed more than 15 days in
the batch.
It's important to adhere to the prescribed NBFC procedures for loan cancellation, and
failure to comply may adversely affect the applicant's CIBIL Score.
Learners are strongly advised to carefully consider their financial commitments and
maintain a positive financial standing by adhering to the agreed-upon terms.

We reserve the right to amend or update the above policies at our discretion, without prior notification. All changes will be
published on our official website.
Entri Software Private Limited

Entri Software Private Limited


Krf Business Centre, 37/2188,
Maleppally Road, Thrikkakara,
Kakkanad, Cochin, Ernakulam,
Kerala. Pin-682021

[email protected]

You might also like