-
Notifications
You must be signed in to change notification settings - Fork 2
datatypes
lepy edited this page Apr 8, 2017
·
8 revisions
- Group
- Dataset
- Testprogram(Group)
- Table(Dataset)
- Testseries(Group)
- Test(Group)
Python type | Datashape |
---|---|
int | int32 |
bool | bool |
float | float64 |
complex | complex[float64] |
str | string |
unicode | string |
datetime.date | date |
datetime.time | time |
datetime.datetime | datetime or datetime[tz=’’] |
datetime.timedelta | units[‘microsecond’, int64] |
bytes | bytes |
bytearray | bytes |
buffer | bytes |