Type hinting: Expected `Union[ndarray, Iterable, int float]`, got `Type[ndarray]` instead

前端 未结 0 2020
你的背包
你的背包 2021-01-25 02:28

Using static type checking on

import numpy as np
import pandas as pd
def c(x: pd.DataFrame) -> np.ndarray:
    return x.values

gives me

相关标签:
回答
  • 消灭零回复
提交回复
热议问题