如题,
import efinance as ef
获取多只基金基本信息
ef.fund.get_base_info(['161725','005827'])
报错:
TypeError: Invalid value '0.17' for dtype 'str'. Value should be a string or missing value, got 'float' instead.
TypeError: Invalid value '1.21' for dtype 'str'. Value should be a string or missing value, got 'float' instead.
如题,
import efinance as ef
获取多只基金基本信息
ef.fund.get_base_info(['161725','005827'])
报错:
TypeError: Invalid value '0.17' for dtype 'str'. Value should be a string or missing value, got 'float' instead.
TypeError: Invalid value '1.21' for dtype 'str'. Value should be a string or missing value, got 'float' instead.