PYPDI: Introduction to python and data analysis(Virtuelt/klasser.



Kursarrangør: SG Partner AS
Sted: Nettkurs / Nettstudie
Hele landet
Type:Bedriftsinternt / Større grupper
Nettkurs og nettstudie
Studie / yrkesutdanning
Undervisningstid: Ta kontakt for informasjon
Varighet: 4 dager
Pris: 28.000
Neste kurs: 20.05.2024 | Vis alle kursdatoer

This course is an introduction to Python and its main data analysis libraries, Pandas and Matplotlib for delegates with some understanding of programming concepts. It is a two-part course, the first is an introduction to Python programming, the second introduces Python´s data analysis tools.

Course overview:
For the programming environment we use JupyterLab on the Anaconda platform. Anaconda is one of the most, if not the most, popular Data Science platforms. Please note, this course is not meant for Data Analysts or Scientists who should instead consider our Data Analysis Python course.

Approach:
We believe in learning by doing and take a hands-on approach to training. Delegates are provided with all required resources, including data, and are expected to code along with the instructor. The objective is for delegates to reproduce the analysis in our manuals as well as gain a conceptual understanding of the methods. Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.

Course objectives:
This course aims to develop delegates skills in Python and its main data analysis libraries. On completion of the course they will have gained enough proficiency to allow them to apply these tools in their day to day data analysis activities.

Course content day 1:
Introduction to Python and data analysis training course course contents - day 1

Course introduction:
• Administration and course materials
• Course structure and agenda
• Delegate and trainer introductions

Session 1 - Getting started:
• About Python
• Python versions
• Python documentation
• Python runtimes
• Installing Python
• The REPL shell
• Python editors

Session 2 - Python: Scripts & Syntax:
• Script naming
• Comments
• Docstring
• Statements
• The backslash
• Code blocks
• Whitespace
• Console IO (to enable the writing of simple programs)
• A first Python program
• Script execution

Session 3 - Python: variables & data types:
• Literals
• Identifiers
• Assignment
• Numbers (bool, int, float, complex)
• Binary, octal, and hexadecimal numbers
• Collections (str, list, tuple, set, dict)
• None
• Implicit and explicit type conversion (casting)
• The type function

Session 4 - Operators & expressions:
• Arithmetic operators
• Assignment operators
• Comparison operators
• Logical operators
• Membership operators
• Bitwise operators
• Identity operators

Session 5 - Conditions & loops:
• Conditional statements (if,elif,else)
• Short hand if / if else
• Python's alternative to the ternary operator
• Iterative statements (while, for, else)
• The range function
• Iterating over a list
• Break
• Continue
• Nested conditional / iterative statements

Course content day 2:
Introduction to Python and data analysis training course course contents - day 2

Session 6 - Functions:
• Declaration
• Invocation
• Default values for parameters
• Named arguments
• args and kwargs
• Returning multiple values
• Nested functions
• Functions as data
• Introduction to lambda expressions
• Variable scope
• The pass keyword

Session 7 - Comprehension:
• List comprehension
• Set comprehension
• The zip function
• Dictionary comprehension

Session 8 - functional programming.
• Lambdas
• Mapping
• Filtering
• Reducing

Session 9 - Object oriented concepts:
• Concepts
• Simple class example
• Object creation

Course content day 3:
Introduction to python and data analysis training course course contents - day 3

Session 10 - Introduction to dataframes:
• What is a DataFrame
• Loading DataFrames
• Accessing contents
• Useful functions
• Adding and dropping columns and rows
• Fitering and assigning data
• Missing values and duplicates
• Arithmetic basics
• Applymap and apply

Session 11 - Groupby and aggregation: split-apply-combine:
• Basic GroupBy
• Hierarchical GroupBy
• Group by function of Index

Course content day 4:
Introduction to python and data analysis training course course contents - day 4

Session 12 - Groupby and aggregation: split-apply-combine:
• Aggregate by mapping on index and columns
• Aggregate by user-defined functions
• Aggregate using multiple functions
• Aggregate using separate function for each column

Session 13 - Groupby and aggregation: split-apply-combine:
• Transform
• The apply function
• Pivoting with aggregation

Session 14 - Plotting with matplotlib:
• Pie chart
• Bar chart
• Histogram
• Scatter plot
• Line plot

Target audience:
This course is designed for anyone who wants to acquire basic proficiency in Python and its data analysis tools for use in their own work. It is for numerate people who are familiar with programming constructs but are not necessarily programmers nor aiming to become data analysts or scientists but,want to be able to do some data manipulation and visualization using Python.

Prerequisites:
Programming:
• Understanding of, and experience coding small programs that use variables, arrays or lists, conditional statements, loops and functions. Skills and knowledge that can be acquired by attending our Introduction to programming course.

Numeracy:
• Able to calculate and interpret averages, standard deviations and similar basic statistics
• Ability to read and understand charts and graphs
• Mathematics: GCSE or equivalent