alibaba/GraphScope

Support wildcards when loading from files

Open

#2,936 创建于 2023年6月27日

在 GitHub 查看
 (14 评论) (2 反应) (0 负责人)HTML (301 fork)batch import
component:gaecomponent:vineyardgood first issue

仓库指标

Star
 (2,401 star)
PR 合并指标
 (平均合并 1分钟) (30 天内合并 8 个 PR)

描述

For example:

graph.add_edges('/data/person/*.csv')

We support wildcards in oss and hdfs, (by fsspec) but not for local files.

贡献者指南