Customizing various components in the chart that has been created, such as figure size, title, axis labels, axis ticks, style of lines/points in the chart, grid, text, and others
Understanding the Pandas library and its interaction with numpy
Understanding and practicing how to create series and dataframes in Pandas from various data types such as lists, lists of lists, dicts, or numpy arrays
Understanding and practicing how to read datasets from various standard formats such as CSV, TSC, Excel, Json, SQL so that they can be used as a Pandas dataframe/series and how to save them in standard dataset formats.
Be able to understand and practicing the process of indexing, transformation and slicing on dataframes
Be able to understand and practice how to handle missing values in a dataframe
Practice to working on simple business projects using Pandas