eland.Series.max# Series.max(numeric_only: Optional[bool] = None) → Series# 返回 Series 值的最大值 待办事项 - 实现 pandas 剩余参数,目前不支持非数值 返回值# float最大值 参见# pandas.Series.max 示例# >>> s = ed.DataFrame('http://localhost:9200', 'flights')['AvgTicketPrice'] >>> int(s.max()) 1199