Technical requirementsIntroducing pandas Series, pandas DataFrames, and pandas Indexespandas.Seriespandas.DataFramepandas.IndexLearning essential pandas.DataFrame operationsIndexing, selection, and filtering of DataFramesDropping rows and columns from a DataFrameSorting values and ranking the values' order within a DataFrameArithmetic operations on DataFramesMerging and combining multiple DataFrames into a single DataFrameHierarchical indexingGrouping operations in DataFramesTransforming values in DataFrames' axis indicesHandling missing data in DataFramesThe transformation of DataFrames with functions and mappingsDiscretization/bucketing of DataFrame valuesPermuting and sampling DataFrame values to generate new DataFramesExploring file operations with pandas.DataFramesCSV filesJSON filesSummary