1. Learn
  2. /
  3. Courses
  4. /
  5. Python 数据导入入门

Connected

Exercise

使用 read_stata 导入 Stata 文件

pandas 包已在环境中以 pd 导入,文件 disarea.dta 位于您的工作目录中。该数据包含多个国家若干疾病的流行范围(更多信息见此处:here)。

怎样正确使用 read_stata() 函数将 disarea.dta 导入到对象 df 中?

Instructions

50 XP

Possible answers