blaze / blaze/datashape

Discover doesn't simultaneously handle var and heterogeneous types

Open
#100 2 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

Failing case

``` Python
In [6]: discover([[1, 2, 3.0], [4.0, 5], [None, 6.0, 7]])
Out[6]: dshape("((int64, int64, float64), (float64, int64), (null, float64, int64))")
```

Should be

```
3 * var * ?float64
```

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.