Skip to content

datatypes

lepy edited this page Apr 8, 2017 · 8 revisions

data types

  • Group
  • Dataset
  • Testprogram(Group)
  • Table(Dataset)
  • Testseries(Group)
  • Test(Group)

python vs. blaze.datashape

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

http://datashape.pydata.org/overview.html

Clone this wiki locally