Jeff
Jeff
> thanks @Fu-Jie , do you mind raising a PR for this? It might be better to add an `na` argument, to decide what happens if nulls are present I...
> And It's better to do the fill operation and then do the change type operation. It's hard to say how many nan strings there have. > > ```python >...
> Thanks for fixing this problem. > > I thought `ignore_empty=True` we could fill nan. > > ```python > df[new_column_name] = ( > df[column_names].fillna("").astype(str).agg(sep.join, axis=1) > if ignore_empty > else...
@Zeroto521 ### normal case It could be a pandas(1.3.5) version issue,my env both None and np.nan astype for "nan" ,Should need to increase the na value. ```Python def astype_fillna(df, sep="-"):...
> I think that isn't a good example for `fillna_astype`. Once you point out the type of data, some of the methods you can't use. This is what's the dtype...
https://github.com/Fu-Jie/deepseek-free-api 可以看看我改的
@serenalee87 我直接build的,上传镜像仓库没有,执行下面命令就好了: `docker compose up -d --build`
> > https://github.com/Fu-Jie/deepseek-free-api 可以看看我改的 > > [@Fu-Jie](https://github.com/Fu-Jie) 用了你改的刚好1天,再用今天就提示404错误,不知官方做了什么调整。 [openai_api_compatible] Error: req_id: 7bc0300254 PluginInvokeError: {"args":{"description":"[models] Error: API request failed with status code 404: {"detail":"Not Found"}"},"error_type":"InvokeError","message":"[models] Error: API request failed with status...
I haven’t fully implemented what you’re trying to do, but I have achieved part of it. My project might be helpful as a reference: https://github.com/Fu-Jie/openwebui-chat-client.