02.exercise-indexing-selecting-assigning【练习:索引、选择及赋值】
This notebook is an exercise in the Pandas course. You can reference the tutorial at this link. Introduction In this set of exercises we will work with the Wine Reviews dataset. 介绍 在这组练习中,我们将使用葡萄酒评论数据集。 Run the following cell to load your data and some utility functions (including code to check your answers). 运行以下单元格来加载您的数据和一些实用函数(包括用于检查答案的代码)。 import pandas as […]