***************************************** Converting to and from other data formats ***************************************** .. currentmodule:: networkx .. contents:: `Contents` :depth: 1 :local: To NetworkX Graph ----------------- .. automodule:: networkx.convert .. autosummary:: :toctree: ../generated/ to_networkx_graph Dictionaries ------------ .. autosummary:: :toctree: ../generated/ to_dict_of_dicts from_dict_of_dicts Lists ----- .. autosummary:: :toctree: ../generated/ to_dict_of_lists from_dict_of_lists to_edgelist from_edgelist Numpy ----- .. automodule:: networkx.convert_matrix .. autosummary:: :toctree: ../generated/ to_numpy_matrix to_numpy_recarray from_numpy_matrix Scipy ----- .. autosummary:: :toctree: ../generated/ to_scipy_sparse_matrix from_scipy_sparse_matrix Pandas ------ .. autosummary:: :toctree: ../generated/ to_pandas_dataframe from_pandas_dataframe