I want to create adjacency matrix using python

Posted by A A on Stack Overflow See other posts from Stack Overflow or by A A
Published on 2010-04-14T13:13:50Z Indexed on 2010/04/16 19:23 UTC
Read the original article Hit count: 331

Filed under:

I have very large data set it is almost 450000 lines and two rows, i want to compute adjacency matrix using python, because previously i have tried to do it in matlab, and it shows memory error because of large data values. my data values also start from 100 and goes upto 450000,

Anyone can help me in this issue, as i am new to python.

I have to first import the file into python using excel sheet or notepad and then compute the adjacency matrix

© Stack Overflow or respective owner

Related posts about python