多维表格的python脚本怎么使用数据筛选condition
def dbt(field: str | list[str] = None,
sheet_name: str | list[str] = '',
book_url: str = '') -> __pd.DataFrame | dict[str, __pd.DataFrame,
condition: dict = {}]:
金山文档里是支持condition参数的, 但是Python脚本编辑器里提示没支持这个参数。