alibaba/GraphScope

Support wildcards when loading from files

Open

#2,936 opened on 2023年6月27日

GitHub で見る
 (14 comments) (2 reactions) (0 assignees)HTML (301 forks)batch import
component:gaecomponent:vineyardgood first issue

Repository metrics

Stars
 (2,401 stars)
PR merge metrics
 (平均マージ 1m) (30d で 8 merged PRs)

説明

For example:

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

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

コントリビューターガイド