К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Python Data Analytics · LearnSpace
Назад в каталог
courseraАнализ данных

Python Data Analytics

Курс от Meta
Начальный≈ 22.1 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This course introduces the use of the Python programming language to manipulate datasets as an alternative to spreadsheets. You will follow the OSEMN framework of data analysis to pull, clean, manipulate, and interpret data all while learning foundational programming principles and basic Python functions. You will be introduced to the Python library, Pandas, and how you can use it to obtain, scrub, explore, and visualize data. By the end of this course you will be able to: • Use Python to construct loops and basic data structures • Sort, query, and structure data in Pandas, the Python library • Create data visualizations with Python libraries • Model and interpret data using Python This course is designed for people who want to learn the basics of using Python to sort and structure data for data analysis. You don't need marketing or data analysis experience, but should have basic internet navigation skills and be eager to participate.

Навыки, которые вы освоите

Data ManipulationPandas (Python Package)Programming PrinciplesPython ProgrammingMatplotlibExploratory Data AnalysisData CleansingData Visualization SoftwareData VisualizationData WranglingData AnalysisData ProcessingJupyterAnalytics

Программа курса

5 модулей · 96 учебных материалов

01Introduction to Python16 материалов

Introduction to the Program

Introduction to the ProgramВидеоInstructor Introduction VideoВидеоLearner SurveyPLUGINCourse SyllabusЧтение

Учитесь у экспертов

Victor Geislinger

Data Scientist

Python Data Analytics
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 22.1 ч

5 модулей

Язык: Английский

Субтитры: Арабский, Французский, Бенгальский, Китайский (Китай), Греческий, Бразильский португальский, Вьетнамский, Немецкий, Пушту, Урду, Русский, Тайский, Индонезийский, Азербайджанский, Испанский, Дари, Хинди, Венгерский

Часть программы вашего университета
Join the Meta Marketing Analytics Community or the Meta Data Analyst Community!Чтение
Review Your Community KnowledgeЗадание
How to be Successful in this ProgramЧтение

Why a Programming Language for Data Analysis

Approaching Data Analysis with the OSEMN FrameworkВидеоWhy Python for Data AnalysisВидеоPractice Quiz: Python for Data AnalysisЗадание

Introducing Python with Jupyter Notebooks

Jupyter Notebook: Where We Write Our CodeВидеоBasics of Using Jupyter NotebookВидеоUsing Jupyter Notebook on CourseraВидеоTips for Using Jupyter NotebookЧтениеActivity: Example of a Typical Notebook on CourseraПрограммированиеReviewing Example of a Typical Notebook on Coursera ActivityВидео
02Basic Python Concepts21 материалов

Python Concepts: Variables

What Does a Variable Mean in Python?ВидеоVariable TypesВидеоKnowledge Check on Variable TypesЗаданиеWorking with Types in PythonВидеоActivity: Variables in PythonПрограммированиеReviewing Variables in Python ActivityВидео

Python Concepts: Data Structures

Lists & TuplesВидеоActivity: Using Lists & TuplesПрограммированиеReviewing Lists & Tuples ActivityВидеоDictionariesВидеоActivity: Using DictionariesПрограммированиеReviewing Dictionaries ActivityВидеоOther Python Data StructuresЧтение

Python Concepts: Conditional Statements

Booleans in PythonВидеоActivity: Using BooleansПрограммированиеReviewing Using Booleans ActivityВидеоConditional StatementsВидеоKnowledge Check on ConditionalsЗаданиеActivity: Using ConditionalsПрограммирование
03Obtaining and Scrubbing Data with Pandas20 материалов

Introduction to Libraries in Python

Introduction to LibrariesВидеоKnowledge Check on LibrariesЗадание

Loading Data with Pandas

What is Pandas?ВидеоWorking with Pandas Series & DataFramesВидеоPython Syntax and Dot Notation ReferenceЧтениеActivity: Using PandasПрограммированиеReviewing Pandas ActivityВидеоSubsets with PandasВидеоActivity: Selective SubsetsПрограммированиеReviewing Selective Subsets ActivityВидеоKnowledge Check on PandasЗадание

Scrubbing: Removing and Modifying Data with Pandas

What is Scrubbing?ВидеоRemoving DataВидеоActivity: Removing DataПрограммированиеReviewing Removing Data ActivityВидеоModifying ValuesВидеоReplacing ValuesВидеоActivity: Modifying and Replacing Values
04Exploring Data with Python25 материалов

Introduction to Exploratory Analysis

Why Exploration?ВидеоKnowledge Check on ExplorationЗадание

Exploration with Pandas

Exploring Relates to ScrubbingВидеоExploration: Basic StatisticsВидеоKnowledge Check on Basic StatisticsЗаданиеExploration: Filtering DataВидеоActivity: Basic ExplorationПрограммированиеReviewing Basic Exploration ActivityВидео

Exploratory Visualization

A Picture is Worth a Thousand WordsВидеоIntroduction to the Purpose of VisualizationsВидеоTypes of Exploratory Visualizations: DistributionsВидеоTypes of Exploratory Visualizations: CategoryВидеоTypes of Exploratory Visualizations: RelationshipВидеоKnowledge Check on Exploratory VisualizationsЗадание

Grouping & Aggregations with Pandas

Where Aggregations Help Us Understand DataВидеоWorking with Groups in PandasВидеоActivity: AggregationsПрограммированиеReviewing Aggregations ActivityВидеоGraded Quiz: Exploring Data with PythonЗадание
05Modeling and Interpreting Data with Python14 материалов

Introduction: Modeling and Interpreting

Modeling & Interpreting DataВидеоOverview of ModelingВидеоModeling with PythonВидеоKnowledge Check on Modeling & InterpretingЗадание

Parts of Interpreting

Overview of InterpretingВидеоInterpreting Model ResultsВидеоExploratory vs. Explanatory VisualizationsВидеоCreating Explanatory VisualizationsВидеоKnowledge Check on InterpretingЗадание

Tying It All Together

OSEMN: Tying It All TogetherВидеоActivity: Full OSEMNПрограммированиеReviewing Full OSEMN ActivityВидеоGraded Quiz: Modeling and Interpreting Data with PythonЗаданиеShare Your Thoughts!Обсуждение
Reviewing Using Conditionals ActivityВидео
Graded Quiz: Basic Python ConceptsЗадание
Программирование
Reviewing Replacing Values ActivityВидео
Graded Quiz: Obtaining and Scrubbing Data with PandasЗадание
Using Pandas and Matplotlib to Create VisualizationsВидео
Activity: Creating VisualizationsПрограммирование
Reviewing Creating Visualizations ActivityВидео
Understanding Visualizations for ExplorationВидео
Activity: Exploring With VisualizationsПрограммирование
Reviewing Exploring with Visualization ActivityВидео