7.5. functionsΒΆ

It provides functions implementations to compile the Excel functions.

Sub-Modules:

comp

Python equivalents of compatibility Excel functions.

date

Python equivalents of financial Excel functions.

eng

Python equivalents of engineering Excel functions.

financial

Python equivalents of financial Excel functions.

google

Python equivalents of google Excel functions.

info

Python equivalents of information Excel functions.

logic

Python equivalents of logical Excel functions.

look

Python equivalents of lookup and reference Excel functions.

math

Python equivalents of math and trigonometry Excel functions.

operators

Python equivalents of Excel operators.

stat

Python equivalents of statistical Excel functions.

text

Python equivalents of text Excel functions.

Functions

args2list

args2vals

clean_values

convert2float

convert_nan

convert_noshp

flatten

get_error

get_functions

is_not_empty

is_number

not_implemented

parse_ranges

raise_errors

replace_empty

text2num

to_number

value_return

wrap_func

wrap_impure_func

wrap_ranges_func

wrap_ufunc

Helps call a numpy universal function (ufunc).

xfilter

Classes

Array