aplbrain / dotmotif

A performant, powerful query framework to search for network motifs
https://bossdb.org/tools/dotmotif
Apache License 2.0
81 stars 9 forks source link

Add edgelist converter #99

Closed j6k4m8 closed 3 years ago

j6k4m8 commented 3 years ago

dotmotif.ingest.EdgelistConverter now supports importing from a dask or pandas dataframe edgelist in addition to files on disk.

from dotmotif.ingest import EdgelistConverter

EdgelistConverter(
    my_dataframe,
    source_column, target_column
).to_graph()