data.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:linearmodels 作者: bashtage 项目源码 文件源码
def expand_categoricals(x, drop_first):
    if x.shape[1] == 0:
        return x
    return pd.concat([convert_columns(x[c], drop_first) for c in x.columns], axis=1)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号