python 数据库查询结果 数组_将MySQL结果集转换为NumPy数组的最有效方法是什么?...
I'm using MySQLdb and Python. I have some basic queries such as this:c=db.cursor()c.execute("SELECT id, rating from video")results = c.fetchall()I need "results" to be a NumPy array, and I'm looking ...