Data Analytics Bootcamp Syllabus 2-Week (8 Days)
Data Analytics Bootcamp Syllabus 2-Week (8 Days)
Objectives:
● Understand the Basics of Data Analytics and its Theoretical Foundations.
● Set up Python, Visual Studio Code, and a Python Virtual Environment for data analysis.
● Learn about Jupyter Notebooks, their interface, navigation, and management.
● Master Markdown syntax for documentation, integrating it with code, and creating tables
and lists.
Objectives:
● Understand Python Variables and Data Types, including dynamic typing.
● Work with Numbers and Boolean Values, performing arithmetic operations and logical
operations.
● Manipulate Strings, exploring creation, indexing, slicing, and methods.
● Master Lists and Their Operations, including creation, modification, and dynamic
management.
● Explore Tuples and Their Uses, understanding immutability and operations like
concatenation.
● Utilize Dictionaries for Key-Value Storage, including creation, access, modification, and
methods.
● Learn about Control Flows and Structures which include Conditional Statements,
Looping Statements and Functions
Objectives:
● Understand SQL basics, including its role in RDBMS data management and essential
query structures.
● Learn SQLite database creation, table management, and alterations.
● Gain proficiency in CRUD operations: Create, Read, Update, Delete data in SQL tables.
● Explore table structures by retrieving metadata like column names and data types.
● Practice SQL commands execution in Jupyter Notebook using ipython-sql.
● Learn troubleshooting strategies for common SQL operation errors.
Front-End Fundamentals Bootcamp Syllabus
2 Weeks Part-Time / 8 Days Syllabus
https://onecodecamp.com
Objectives:
● Understand advanced SQL methods for data manipulation and analysis
● Learn to perform various SQL methods to extract, transform, and analyze data efficiently.
● Gain proficiency in using SQL methods to solve real-world data analytics problems.
Objectives:
● Understand Pandas' main data structures: Series and DataFrame.
● Perform basic data operations: selecting, filtering, and sorting using Pandas.
● Explore data analysis techniques: summarizing data, calculating descriptive statistics,
and visualizing data distributions.
● Handle data manipulation tasks: dealing with missing data, removing duplicates, and
transforming data using Pandas' functions.
● Import data from SQL databases and practice data selection and indexing techniques in
Pandas.
● Gain proficiency in basic data analysis operations and importing/exporting data across
different file formats using Pandas.
Objectives:
● Identify missing values, incorrect data types, and obtain general dataset statistics for
insights.
● Apply methods to handle missing values and remove duplicates for data integrity.
● Use techniques to correct data types and convert date columns for accurate analysis.
● Rename columns for clarity and reindex data for better organization.
● Utilize Boolean indexing and condition-based filtering to subset data for analysis.
● Apply functions for data transformation, including normalization and encoding of
categorical data.
Objectives:
● Understand the fundamentals of data visualization and its importance in data analysis.
Front-End Fundamentals Bootcamp Syllabus
2 Weeks Part-Time / 8 Days Syllabus
https://onecodecamp.com
● Learn to use Matplotlib for creating basic plots: line graphs, bar charts, histograms, and
scatter plots.
● Explore Seaborn for advanced data visualization: creating aesthetically pleasing and
informative graphics.
● Integrate Pandas with Matplotlib and Seaborn for efficient data visualization.
● Customize plots: adding titles, labels, legends, and annotations for clarity and
information.
● Understand best practices in data visualization to effectively communicate insights and
findings.