English Delivery Only: Introduction to Python and Data Analysis
- Código del Curso PYPDAI
- Duración 4 días
Otros Métodos de Impartición
Salta a:
Método de Impartición
Este curso está disponible en los siguientes formatos:
-
Clase de calendario
Aprendizaje tradicional en el aula
-
Aprendizaje Virtual
Aprendizaje virtual
Solicitar este curso en un formato de entrega diferente.
Temario
Parte superiorThis 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. 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.
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.
Curso Remoto (Abierto)
Nuestra solución de formación remota o virtual, combina tecnologías de alta calidad y la experiencia de nuestros formadores, contenidos, ejercicios e interacción entre compañeros que estén atendiendo la formación, para garantizar una sesión formativa superior, independiente de la ubicación de los alumnos.
Calendario
Parte superiorDirigido a
Parte superiorThis 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 who want to be able to do some data manipulation and visualization using Python.
Objetivos del Curso
Parte superiorThis 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.
Contenido
Parte superiorCourse Introduction
- Administration and Course Materials
- Course Structure and Agenda
- Delegate and Trainer Introductions
Session 1: INTRODUCTION
- Python as an interpreted language
- Script mode by example
- Interactive mode
- Statements
- Comments
- Whitespace and Indentation
Session 2: PYTHON: VARIABLES & SCALAR TYPES
- Numerical types
- Text
- Boolean
- Variables as references
- The type() function
Session 3: OPERATORS & EXPRESSIONS
- Arithmetic Operators
- Assignment Operators
- Comparison Operators
- Logical Operators
- Membership Operators
Session 4: CONTAINERS
- Lists
- Tuples
- Sets
- Dictionary
Session 5: CONDITIONS & LOOPS
- Basic if statement
- Else clause
- For loop
- While loop
- The range function
- Iterating over a list
- Break
- Continue
Session 6: FUNCTIONS
- inbuilt functions (len(),sum(),min(),max(),sorted())
- defining functions
- positional arguments
- names arguments
- default value arguments
Session 7: OBJECTS
- What is a Class?
- Data Attributes and Methods
- A simple example
- Some methods of inbuilt containers
Session 8: INTRODUCTION TO DATAFRAMES
- What is a DataFrame?
- DataFrame attributes
- Loading and writing DataFrames
- Exploratory functions
- Subsetting
- Conditional subsetting
- Adding and dropping columns
- Inbuilt aggregating functions
- Missing values
Session 9: GROUPBY AND AGGREGATION: SPLIT-APPLY-COMBINE
- Groupby one column and aggregate using single inbuilt function
- Groupby two columns and aggregate using single inbuilt function
- Groupby one column and aggregate using separate function for each column
Session 10: PLOTTING WITH MATPLOTLIB
- Bar chart
- Histogram
- Line plot
Pre-requisitos
Parte superiorDelegates attending this course are expected to have the below Programming and Numeracy experience.
Programming:
- Experience coding small programs that use variables,arrays or lists,conditional statements,loops and functions in some language. Skills and knowledge that can be acquired by attending our Introduction to Programming - Python 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.
Siguientes Cursos Recomendados
Parte superior- Python Programming 1