TypeError: DataShape time is not NumPy-compatible
Open
bug
- Dominant language
- Python
- Stars
- 189
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have some problems when interfacing with MongoDB. Namely, I can do this
`In [104]: odo(traffic, 'mongodb://localhost:27017/packt::traffic')`
`Out[104]: Collection(Database(MongoClient('localhost', 27017), 'packt'), 'traffic')`
but when I try to read it back
`In [105]: traffic_mongo = bl.Data('mongodb://localhost:27017/packt::traffic')`
`traffic_mongo.head()`
I get the error as in the subject. The `traffic` object is of blaze.Data() type and contains two date fields.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.