03.exercise-summary-functions-and-maps【练习:摘要函数及映射】
This notebook is an exercise in the Pandas course. You can reference the tutorial at this link. Introduction 介绍 Now you are ready to get a deeper understanding of your data. 现在您已准备好更深入地了解您的数据。 Run the following cell to load your data and some utility functions (including code to check your answers). 运行以下单元格来加载您的数据和一些实用函数(包括用于检查答案的代码)。 import pandas as pd […]