pandas 的 dateframe 是没有 iplot 方法的。需要通过第三方库cufflinks 将 plotly 的 iplot方法挂载到 dateframe上import cufflinks as cf cf.go_offline() cf.set_config_file(offline=False, world_readable=True)
pandas 的 dateframe 是没有 iplot 方法的。需要通过第三方库cufflinks 将 plotly 的 iplot方法挂载到 dateframe上