目录一、DataFrame主要构成二、创建DataFrame1. 从字典创建2. 从列表创建三、DataFrame基本操作1. 查看数据2. 选择数据3. 过滤数据4. 修改数据四、DataFrame常用功能1. 描述性统计df.describe()df.mean()2. 处理缺失
This question already has answers here: Getting the name of a variable as a string (31 answers) Closed 2 months ago.