excel 文件路径是否存在以及文件的扩展名[已关闭]

xggvc2p6  于 2022-11-18  发布在  其他
关注(0)|答案(1)|浏览(167)
    • 已 关闭 。 * * 此 问题 需要 debugging details 。 当前 不 接受 答案 。

编辑 问题 以 包含 desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem 。 这 将 有助于 其他 人 回答 问题 。
2 天 前 关闭 。
Improve this question 格式
我 想 得到 文件 路径 的 扩展 名 , 看看 这个 文件 路径 是否 存在 于 我 的 系统 中 。 无法 将 其 应用 于 Pandas 数据 帧 中 。 还 想 在 数据 帧 中 添加 数据 列 。

我 试 过 了 , 但 没用 。

u3r8eeie

u3r8eeie1#

您需要使用方括号:

df['Extension'] = df['FilePath'].split('.')

相关问题