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.

貢獻者指南