SuiteSparse icon indicating copy to clipboard operation
SuiteSparse copied to clipboard

One-line queries of the SuiteSparse matrix collection (discussion, not an issue)

Open denis-bz opened this issue 2 years ago • 0 comments

Hello Prof. Davis,

Fwiw, here's a one-page gist that uses python pandas for simple queries like

'(posdef == 1)  &  (1000 <= rows <= 20000)'
'(symm == 1)  &  (posdef == 0)' 

It just queries to a subset csv -- it doesn't download like ssgetpy.

Bytheway, there are quite a few duplicate id s in ssstats.csv ?

(This is not really an issue -- move it to Discussions ?)

cheers -- denis

denis-bz avatar Jun 21 '22 16:06 denis-bz