Python – Introduction to Pandas and DataFrames

placeholder

Simplify data analysis with Pandas DataFrames. Pandas is a Python library that enables you to work with series and tabular data including initialization and population. For this course learners do not need prior experience working with Pandas but should be familiar with Python3 and Jupyter Notebooks. Topics include the following: Define your own index for a Pandas series object; load data from a CSV (comma separated values) file to create a Pandas DataFrame; Add and remove data from your Pandas DataFrame; Analyze a portion of your DataFrame; Examine how to reshape or reorient data and to create a pivot table. Finally represent multidimensional data in two-dimensional DataFrames with multi or hierarchical indexes.