banff package#
Subpackages#
- banff.diagnostics package
- banff.exceptions package
- banff.io_util package
- Module contents
DF_from_sas_file()
GensysInputDataset
GensysOutputDataset
PAT_from_sas_file()
SAS_file_to_feather_file()
SAS_file_to_parquet_file()
add_status_by_vars()
arrow_to_pandas()
c_argtype_input_dataset()
c_argtype_output_dataset()
c_argtype_parameters()
c_return_type()
dest_is_file()
dest_is_object()
flag_rows_where()
get_default_output_spec()
handle_arrow_string_data()
handle_pandas_string_data()
interm_to_DF()
interm_to_PAT()
load_input_dataset()
pack_dataset()
pack_parms()
pandas_to_arrow()
remove_rows_where()
set_default_output_spec()
sort_dataset()
unpack_output_dataset()
write_output_dataset()
- Module contents
- banff.nls package
- banff.proc package
- Submodules
- banff.proc.banff_proc module
- banff.proc.proc_determin module
- banff.proc.proc_donorimp module
- banff.proc.proc_editstat module
- banff.proc.proc_errorloc module
- banff.proc.proc_estimato module
ProcEstimato
ProcEstimato.inalgorithm
ProcEstimato.indata
ProcEstimato.indata_hist
ProcEstimato.inestimator
ProcEstimato.instatus
ProcEstimato.instatus_hist
ProcEstimato.outacceptable
ProcEstimato.outdata
ProcEstimato.outest_ef
ProcEstimato.outest_lr
ProcEstimato.outest_parm
ProcEstimato.outrand_err
ProcEstimato.outstatus
- banff.proc.proc_massimpu module
- banff.proc.proc_outlier module
- banff.proc.proc_prorate module
- banff.proc.proc_verifyed module
- Module contents
- banff.testing package
- Submodules
- banff.testing.banff_testing module
- Module contents
PAT_from_string()
assert_dataset_equal()
assert_dataset_value()
assert_log_consistent()
assert_log_contains()
assert_substr_count()
pytest_determin
pytest_donorimp
pytest_editstat
pytest_errorloc
pytest_estimato
pytest_massimpu
pytest_outlier
pytest_prorate
pytest_verifyed
run_pytest()
run_standard_assertions()
Module contents#
- class banff.SupportedLanguage(*values)[source]#
Bases:
Enum
Languages supported by Native Language Support module.
Enums have the form <name> = <[list, of, values]> Users should refer to Enums by member-name, like SupportedLanguage.en.
- Internally, .value is used to associate a list of language tags with a supported language.
<name> - only use valid RFC1766 language tags <value> - should be a list of associated language tags
these tags should include both RFC1766 tags as well non RFC1766 tags observed in the wild (…on Windows)
- UNKNOWN = []#
- en = ['en', 'english']#
- fr = ['fr', 'french']#
- banff.determin#
alias of
ProcDetermin
- banff.deterministic#
alias of
ProcDetermin
- banff.donorimp#
alias of
ProcDonorimp
- banff.editstat#
alias of
ProcEditstat
- banff.editstats#
alias of
ProcEditstat
- banff.errorloc#
alias of
ProcErrorloc
- banff.estimato#
alias of
ProcEstimato
- banff.estimator#
alias of
ProcEstimato
- banff.massimp#
alias of
ProcMassimpu
- banff.massimpu#
alias of
ProcMassimpu
- banff.outlier#
alias of
ProcOutlier
- banff.prorate#
alias of
ProcProrate
- banff.set_default_output_spec(new_spec)[source]#
Set default output output dataset specification to a supported object type identifier.
- banff.set_language(new_lang=None)[source]#
Set the languaged used for console log messages.
For new_lang, specify a value from banff.SupportedLanguage.
- banff.verifyed#
alias of
ProcVerifyed
- banff.verifyedits#
alias of
ProcVerifyed