`odo(blaze_mysql_table, pandas.DataFrame)` creates dataframe with `object` `dtype` columns instead of `float`
Open
bug
missing data
- Dominant language
- Python
- Stars
- 1k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
`blaze_mysq_table.dshape`:
```
dshape("""var * {
time: ?int32,
field1: ?float64,
field2: ?float64
}""")
```
after `odo(blaze_mysql_table, pandas.DataFrame).dtypes`:
```
time int64
field1 object
field2 object
dtype: object
```
`odo.odo(mysql_table, numpy.recarray).dtype` gives
```
dtype((numpy.record, [('time', '
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.