Saving numpy array in mongodb

后端 未结 5 1744
醉话见心
醉话见心 2020-12-23 12:01

I have a couple of MongoDB documents wherein one my the fields is best represented as a matrix (numpy array). I would like to save this document to MongoDB, how do I do this

5条回答
  •  春和景丽
    2020-12-23 12:51

    Have you tried Monary?

    They have examples on the site

    http://djcinnovations.com/index.php/archives/103

提交回复
热议问题