Stein-Watkins Database of Elliptic Curves
With the Cremona database, sage can list ranks of elliptic curves of conductor in an interval [a,b]. For instance,
[(E.ainvs(), E.rank()) for E in cremona_curves(srange(a,b))]
Can the same be done on sage with the Stein-Watkins database?