blaze / blaze/datashape

TypeError: DataShape time is not NumPy-compatible

Open
#219 7 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.