sangoma / switchy

async FreeSWITCH cluster control
https://switchy.readthedocs.io/en/latest/
Mozilla Public License 2.0
69 stars 18 forks source link

Py3.5 #44

Closed goodboy closed 7 years ago

goodboy commented 7 years ago

Got it mostly there just some outstanding oddness trying to get pandas to work with unicode strings.

pandas doesn't seem like it's supporting numpy dtypes fully an example being that I can't use the '<U' from Array-protocol type strings. On top of that shmarray doesn't seem to play well with passing built-in Python types to np.dtype.

Gonna hack on it some more.

goodboy commented 7 years ago

Couple of notes after digging into this: