alibaba/GraphScope

Support wildcards when loading from files

开放

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

 (14 条评论) (2 个反应) (0 位负责人)HTML (301 个派生)batch import
component:gaecomponent:vineyardgood first issue

仓库指标

星标
 (2,401 个星标)
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.

贡献者指南