Blaze
latest
Overview
Install
Quickstart
Basic Queries
Examples
Split-Apply-Combine – Grouping
Pandas to Blaze
SQL to Blaze
URI strings
Tips for working with CSV files
Interacting with SQL Databases
Out of Core Processing
Server
Datashape
Time Series Operations
What Blaze Doesn’t Do
API
Release Notes
Contributors
Legal
Expression Design
Expressions
Backends
Interactive Expressions
Developer Workflow
Expressions and Computation
Computation Pipeline
Blaze
Docs
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
A
abs (class in blaze.expr.math)
acos (class in blaze.expr.math)
acosh (class in blaze.expr.math)
Add (class in blaze.expr.arithmetic)
all (class in blaze.expr.reductions)
And (class in blaze.expr.arithmetic)
any (class in blaze.expr.reductions)
Apply (class in blaze.expr.expressions)
apply() (in module blaze.expr.expressions)
Arithmetic (class in blaze.expr.arithmetic)
asin (class in blaze.expr.math)
asinh (class in blaze.expr.math)
atan (class in blaze.expr.math)
atan2 (class in blaze.expr.math)
atanh (class in blaze.expr.math)
B
BinaryMath (class in blaze.expr.math)
BinOp (class in blaze.expr.arithmetic)
blaze.expr.arithmetic (module)
blaze.expr.arrays (module)
blaze.expr.broadcast (module)
blaze.expr.collections (module)
blaze.expr.datetime (module)
blaze.expr.expressions (module)
blaze.expr.math (module)
blaze.expr.reductions (module)
blaze.expr.split_apply_combine (module)
blaze.interactive (module)
Broadcast (class in blaze.expr.broadcast)
broadcast_collect() (in module blaze.expr.broadcast)
By (class in blaze.expr.split_apply_combine)
C
Cast (class in blaze.expr.expressions)
cast() (blaze.expr.expressions.Expr method)
(in module blaze.expr.expressions)
Ceil (class in blaze.expr.datetime)
ceil (class in blaze.expr.math)
Coalesce (class in blaze.expr.expressions)
coalesce() (in module blaze.expr.expressions)
Coerce (class in blaze.expr.expressions)
coerce() (in module blaze.expr.expressions)
Concat (class in blaze.expr.collections)
concat() (in module blaze.expr.collections)
cos (class in blaze.expr.math)
cosh (class in blaze.expr.math)
count (class in blaze.expr.reductions)
count_values() (in module blaze.expr.split_apply_combine)
D
Date (class in blaze.expr.datetime)
,
[1]
DateTime (class in blaze.expr.datetime)
DateTimeTruncate (class in blaze.expr.datetime)
Day (class in blaze.expr.datetime)
days (class in blaze.expr.datetime)
degrees (class in blaze.expr.math)
Distinct (class in blaze.expr.collections)
distinct() (in module blaze.expr.collections)
Div (class in blaze.expr.arithmetic)
dot() (in module blaze.expr.arrays)
drop_field() (in module blaze.expr.expressions)
E
ElemWise (class in blaze.expr.expressions)
Eq (class in blaze.expr.arithmetic)
exp (class in blaze.expr.math)
expm1 (class in blaze.expr.math)
Expr (class in blaze.expr.expressions)
F
Field (class in blaze.expr.expressions)
FloatingReduction (class in blaze.expr.reductions)
Floor (class in blaze.expr.datetime)
floor (class in blaze.expr.math)
FloorDiv (class in blaze.expr.arithmetic)
G
Ge (class in blaze.expr.arithmetic)
greatest (class in blaze.expr.math)
Gt (class in blaze.expr.arithmetic)
,
[1]
H
Head (class in blaze.expr.collections)
head() (in module blaze.expr.collections)
Hour (class in blaze.expr.datetime)
I
Interp (class in blaze.expr.arithmetic)
IsIn (class in blaze.expr.collections)
isin() (in module blaze.expr.collections)
isnan (class in blaze.expr.math)
J
Join (class in blaze.expr.collections)
join() (in module blaze.expr.collections)
L
Label (class in blaze.expr.expressions)
label() (in module blaze.expr.expressions)
Le (class in blaze.expr.arithmetic)
least (class in blaze.expr.math)
log (class in blaze.expr.math)
log10 (class in blaze.expr.math)
log1p (class in blaze.expr.math)
Lt (class in blaze.expr.arithmetic)
M
Map (class in blaze.expr.expressions)
map() (blaze.expr.expressions.Expr method)
max (class in blaze.expr.reductions)
mean (class in blaze.expr.reductions)
Merge (class in blaze.expr.collections)
merge() (in module blaze.expr.collections)
Microsecond (class in blaze.expr.datetime)
Millisecond (class in blaze.expr.datetime)
min (class in blaze.expr.reductions)
Minute (class in blaze.expr.datetime)
Mod (class in blaze.expr.arithmetic)
Month (class in blaze.expr.datetime)
Mult (class in blaze.expr.arithmetic)
N
nanosecond (class in blaze.expr.datetime)
nanoseconds (class in blaze.expr.datetime)
ndim() (in module blaze.expr.expressions)
Ne (class in blaze.expr.arithmetic)
nelements (class in blaze.expr.reductions)
Not (class in blaze.expr.arithmetic)
notnull (class in blaze.expr.math)
nunique (class in blaze.expr.reductions)
O
op() (blaze.expr.arithmetic.Add method)
(blaze.expr.arithmetic.And method)
(blaze.expr.arithmetic.Div method)
(blaze.expr.arithmetic.Eq method)
(blaze.expr.arithmetic.FloorDiv method)
(blaze.expr.arithmetic.Ge method)
(blaze.expr.arithmetic.Gt method)
,
[1]
(blaze.expr.arithmetic.Interp method)
(blaze.expr.arithmetic.Le method)
(blaze.expr.arithmetic.Lt method)
(blaze.expr.arithmetic.Mod method)
(blaze.expr.arithmetic.Mult method)
(blaze.expr.arithmetic.Ne method)
(blaze.expr.arithmetic.Not method)
(blaze.expr.arithmetic.Or method)
(blaze.expr.arithmetic.Pow method)
(blaze.expr.arithmetic.Repeat method)
(blaze.expr.arithmetic.Sub method)
(blaze.expr.arithmetic.USub method)
(blaze.expr.math.greatest method)
(blaze.expr.math.least method)
Or (class in blaze.expr.arithmetic)
P
Pow (class in blaze.expr.arithmetic)
Projection (class in blaze.expr.expressions)
projection() (in module blaze.expr.expressions)
Python Enhancement Proposals
PEP 440
R
radians (class in blaze.expr.math)
Reduction (class in blaze.expr.reductions)
ReLabel (class in blaze.expr.expressions)
relabel() (in module blaze.expr.expressions)
Relational (class in blaze.expr.arithmetic)
Repeat (class in blaze.expr.arithmetic)
Round (class in blaze.expr.datetime)
S
Sample (class in blaze.expr.collections)
sample() (in module blaze.expr.collections)
scalar_symbols() (in module blaze.expr.broadcast)
Second (class in blaze.expr.datetime)
seconds (class in blaze.expr.datetime)
Selection (class in blaze.expr.expressions)
selection() (in module blaze.expr.expressions)
Shift (class in blaze.expr.collections)
shift() (in module blaze.expr.collections)
SimpleSelection (class in blaze.expr.expressions)
sin (class in blaze.expr.math)
sinh (class in blaze.expr.math)
Slice (class in blaze.expr.expressions)
Sort (class in blaze.expr.collections)
sort() (in module blaze.expr.collections)
sqrt (class in blaze.expr.math)
std (class in blaze.expr.reductions)
strftime (class in blaze.expr.datetime)
Sub (class in blaze.expr.arithmetic)
sum (class in blaze.expr.reductions)
Summary (class in blaze.expr.reductions)
summary() (in module blaze.expr.reductions)
Symbol (class in blaze.expr.expressions)
symbol() (in module blaze.expr.expressions)
T
Tail (class in blaze.expr.collections)
tail() (in module blaze.expr.collections)
tan (class in blaze.expr.math)
tanh (class in blaze.expr.math)
TensorDot (class in blaze.expr.arrays)
tensordot() (in module blaze.expr.arrays)
Time (class in blaze.expr.datetime)
total_seconds (class in blaze.expr.datetime)
transform() (in module blaze.expr.collections)
Transpose (class in blaze.expr.arrays)
transpose() (in module blaze.expr.arrays)
trunc (class in blaze.expr.math)
U
UnaryMath (class in blaze.expr.math)
UnaryOp (class in blaze.expr.arithmetic)
USub (class in blaze.expr.arithmetic)
UTCFromTimestamp (class in blaze.expr.datetime)
V
var (class in blaze.expr.reductions)
vnorm() (in module blaze.expr.reductions)
W
week (class in blaze.expr.datetime)
Y
Year (class in blaze.expr.datetime)