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

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

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

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

Data Science Foundations: NumPy, Pandas & Visualization

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

О курсе

This course features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. Unlock the foundational skills needed to excel in data science by mastering Python and popular libraries like NumPy, Pandas, Matplotlib, and Seaborn. This course provides hands-on experience with Python basics, data manipulation, and visualization techniques, all essential for building a strong foundation in data science. Whether you're a beginner or looking to refine your skills, you will gain the confidence to perform advanced data handling and visualization tasks. The journey begins with an introduction to Python programming, covering essential concepts such as variables, conditionals, loops, and functions. Next, dive into data handling with NumPy, learning to manipulate arrays, perform mathematical operations, and reshape data efficiently. Explore Pandas for advanced data manipulation, including Series and DataFrames, and learn how to clean and transform data to make informed decisions. Finally, you will immerse yourself in data visualization, using Matplotlib and Seaborn to create compelling visual representations of data, from simple line graphs to complex heatmaps. By the end of the course, you'll have a robust understanding of Python's data science ecosystem, empowering you to tackle real-world problems with data. This course is ideal for beginners in data science or anyone looking to gain a practical understanding of Python for data analysis. No prior programming experience is required. If you're curious about the world of data and want to get started with Python, this course will be a valuable resource to kickstart your learning journey.

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

Statistical VisualizationData ScienceComputer Programming

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

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

01BONUS - Python Crash Course42 материалов

BONUS - Python Crash Course

Variables in PythonВидеоFull Course ResourcesЧтениеConditionals & If StatementВидеоExample for If StatementВидео

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

Packt - Course Instructors

Преподаватель курса

Data Science Foundations: NumPy, Pandas & Visualization
В каталоге вашей программы

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

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

Начать на Coursera

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

Обучение на Coursera

≈ 10.1 ч

5 модулей

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

Субтитры: Венгерский, Дари, Пушту

Часть программы вашего университета
If-Else StatementВидео
Example of If-Else StatementВидео
Nested If StatementВидео
Example for Nested If StatementВидео
Elif StatementВидео
Example for Elif StatementВидео
While LoopВидео
While Loop - Count the Digits in a NumberВидео
While Loop - Cube of a NumberВидео
While Loop - Display Multiplication TableВидео
While Loop - Sum of Digits in a Given NumberВидео
While Loop - Sum of First 10 NumbersВидео
For LoopВидео
Display Numbers from 1 to 10 Using For LoopВидео
Factorial Using For LoopВидео
Break & Continue StatementВидео
Introduction to ContainersВидео
Creating and Accessing Lists in PythonВидео
Accessing Elements & Searching Element in a ListВидео
List Indexing and SlicingВидео
Working with List MethodsВидео
Working with Operators on ListsВидео
List ComprehensionВидео
Tuple - DefinitionВидео
TuplesВидео
Checking Element Inside a TupleВидео
Tuple Indexing & SlicingВидео
Manipulating TuplesВидео
Unpacking TuplesВидео
SetsВидео
DictionariesВидео
Basics of DictionaryВидео
Accessing DictionaryВидео
len, str & type Functions in DictionaryВидео
Functions in PythonВидео
Example Program 1 on FunctionsВидео
Example Program 2 on FunctionsВидео
BONUS - Python Crash Course - AssessmentЗадание
02Data Handling using NumPy26 материалов

Data Handling using NumPy

Introduction to Modules in PythonВидеоCreating & Displaying 1D ArrayВидеоUnderstanding 1D Array IndexВидеоCreating Array of 0's and Array of 1'sВидеоSorting Elements in 1D ArrayВидеоSlicing a 1D ArrayВидеоMathematical Operations on ArrayВидеоSearching an Element in an ArrayВидеоFiltering an ArrayВидеоChecking Whether a Given Array is Empty or NotВидеоCreating & Displaying 2D ArrayВидеоndim AttributeВидеоSize AttributeВидеоShape and Reshape of ArrayВидеоCreating an Identity MatrixВидеоarange()Видеоlinspace()ВидеоRandom ArrayВидеоRandom MatrixВидеоCreating a Diagonal MatrixВидеоFlatten a MatrixВидеоComputing Trace of a MatrixВидеоFinding Transpose of a MatrixВидеоNegative Indexing to Access Elements in a 2D ArrayВидеоUtilizing Python Modules and ImportsDIALOGUEData Handling using NumPy - AssessmentЗадание
03Data Handling using Pandas17 материалов

Data Handling using Pandas

Introduction to PandasВидеоWorking with Series in PandasВидеоCombining Series with NumPyВидеоFinding Number of Elements in a SeriesВидеоComputing Mean, Max, and Min in a SeriesВидеоSorting a SeriesВидеоDisplaying Unique Values in a SeriesВидеоSummary of Series StatisticsВидеоCreating DataFrame from SeriesВидеоCreating DataFrame from List of DictionariesВидеоDataFrame Access using Row-wise and Column-wise IndexingВидеоAdd, Rename and Delete Columns in a DataFrameВидеоDeleting Rows and Columns using drop()ВидеоBoolean Indexing in DataFramesВидеоConcatenating DataFramesВидеоExploring Pandas Data StructuresDIALOGUEData Handling using Pandas - AssessmentЗадание
04Data Visualization using Matplotlib in Python10 материалов

Data Visualization using Matplotlib in Python

Introduction to MatplotlibВидеоCreating Line GraphВидеоCreating Bar GraphВидеоCreating Scatter GraphВидеоCreating Histogram GraphВидеоCreating Pie ChartВидеоCreating 3D PlotВидеоCreating 3D Line GraphВидеоCreating Plots in Python with MatplotlibDIALOGUEData Visualization using Matplotlib in Python - AssessmentЗадание
05Data Visualization using Seaborn in Python9 материалов

Data Visualization using Seaborn in Python

Understanding a Sample Dataset (Downloadable)ВидеоIntroduction to SeabornВидеоSwarm PlotВидеоViolin PlotВидеоFacet GridsВидеоHeatmapВидеоData Visualization using Seaborn in Python - AssessmentЗаданиеFull Course Practice AssessmentЗаданиеFull Course AssessmentЗадание