Math stuff
About Mike
Site
Contents:
Some sample math
basedata
My first article
Some other stuff
Page
Index
A
|
B
|
C
|
D
|
F
|
G
|
I
|
L
|
M
|
R
|
S
|
T
|
V
A
add_column() (basedata.ops.cols.ColumnConversionsMixin method)
apply_function() (basedata.ops.cols.ColumnConversionsMixin method)
B
basedata (module)
basedata.cli (module)
basedata.inventory (module)
basedata.inventory.test_inventory (module)
basedata.ops (module)
basedata.ops.base (module)
basedata.ops.cols (module)
basedata.ops.ids (module)
basedata.ops.tests (module)
basedata.ops.tests.test_base (module)
basedata.ops.tests.test_cols (module)
basedata.ops.tests.test_databuild (module)
basedata.ops.tests.test_ids (module)
basedata.ops.tests.tests (module)
BaseDataClass (class in basedata.ops.base)
BaseDataClassTests (class in basedata.ops.tests.test_base)
BaseDataOps (class in basedata.ops)
BaseDataOpsTests (class in basedata.ops.tests.tests)
C
check_datetime() (basedata.ops.cols.ColumnConversionsMixin method)
check_nonnumeric() (basedata.ops.cols.ColumnConversionsMixin method)
ColumnConversionsMixin (class in basedata.ops.cols)
ColumnConversionsMixinTests (class in basedata.ops.tests.test_cols)
create_ColumnConversions_class() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
create_Dedupe_class() (basedata.ops.tests.test_ids.DedupeMixinTests method)
create_ValidIDs_class() (basedata.ops.tests.test_ids.ValidIDsMixinTests method)
D
DatabuildTests (class in basedata.ops.tests.test_databuild)
DedupeMixin (class in basedata.ops.ids)
DedupeMixinTests (class in basedata.ops.tests.test_ids)
DirBuildTests (class in basedata.inventory.test_inventory)
drop_blankID_rows() (basedata.ops.ids.ValidIDsMixin method)
drop_dupes() (basedata.ops.ids.DedupeMixin method)
F
flush_duperecords() (basedata.ops.ids.DedupeMixin method)
from_file() (basedata.ops.base.BaseDataClass class method)
from_object() (basedata.ops.base.BaseDataClass class method)
G
generate_random_datetime() (in module basedata.ops.tests.test_databuild)
generate_random_int() (in module basedata.ops.tests.test_databuild)
I
inplace_return_series() (in module basedata.ops.base)
InventoryTests (class in basedata.inventory.test_inventory)
L
list_datafiles() (in module basedata.inventory)
list_files_with_extensions() (in module basedata.inventory)
list_subdir_paths() (in module basedata.inventory)
list_subdirs() (in module basedata.inventory)
M
main() (in module basedata.cli)
make_datafile_array() (in module basedata.inventory)
make_datafile_dataframe() (in module basedata.inventory)
make_dataframe() (in module basedata.ops.tests.test_databuild)
make_datetime_dict() (in module basedata.ops.tests.test_databuild)
make_dirfiles() (in module basedata.inventory.test_inventory)
make_dirt_dict() (in module basedata.ops.tests.test_databuild)
make_dirty_datetime_dataframe() (in module basedata.ops.tests.test_databuild)
make_dirty_ids_dataframe() (in module basedata.ops.tests.test_databuild)
make_dirty_numeric_dataframe() (in module basedata.ops.tests.test_databuild)
make_files() (in module basedata.inventory.test_inventory)
make_id_dict() (in module basedata.ops.tests.test_databuild)
make_simple_dataframe() (in module basedata.ops.tests.test_databuild)
make_subdirs() (in module basedata.inventory.test_inventory)
make_twocol_dataframe() (in module basedata.ops.tests.test_databuild)
map_column_names() (basedata.ops.cols.ColumnConversionsMixin method)
map_values() (basedata.ops.cols.ColumnConversionsMixin method)
merge_dicts() (in module basedata.ops.tests.test_databuild)
MiscFunctionsTest (class in basedata.ops.tests.test_base)
R
regex_replace_value() (in module basedata.ops.base)
regex_sub_value() (in module basedata.ops.base)
remove_offlenIDs() (basedata.ops.ids.ValidIDsMixin method)
replace_blankIDs() (basedata.ops.ids.ValidIDsMixin method)
report_dupes() (basedata.ops.ids.DedupeMixin method)
report_offlenIDs() (basedata.ops.ids.ValidIDsMixin method)
report_values() (basedata.ops.cols.ColumnConversionsMixin method)
S
save_dataframe() (in module basedata.ops.tests.test_databuild)
save_simple_dataframe() (in module basedata.ops.tests.test_databuild)
strip_nonnumeric() (basedata.ops.ids.ValidIDsMixin method)
substitute_chars() (basedata.ops.cols.ColumnConversionsMixin method)
T
test_add_column() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_apply_function_lambda() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_apply_function_multicol() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_apply_function_raises_value_error() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_apply_function_saves_target_column() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_BaseDataOps_invoke() (basedata.ops.tests.tests.BaseDataOpsTests method)
test_check_datetime() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_check_dupes_hasattr() (basedata.ops.tests.test_ids.DedupeMixinTests method)
test_check_dupes_not_hasattr() (basedata.ops.tests.test_ids.DedupeMixinTests method)
test_check_nonnumeric() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_drop_blankID_rows() (basedata.ops.tests.test_ids.ValidIDsMixinTests method)
test_drop_dupes_drop() (basedata.ops.tests.test_ids.DedupeMixinTests method)
test_drop_dupes_validate() (basedata.ops.tests.test_ids.DedupeMixinTests method)
test_flush_duperecords_del() (basedata.ops.tests.test_ids.DedupeMixinTests method)
test_flush_duperecords_pass() (basedata.ops.tests.test_ids.DedupeMixinTests method)
test_from_file_csv() (basedata.ops.tests.test_base.BaseDataClassTests method)
test_from_file_fail() (basedata.ops.tests.test_base.BaseDataClassTests method)
test_from_file_inputdf_persists() (basedata.ops.tests.test_base.BaseDataClassTests method)
test_from_file_xls() (basedata.ops.tests.test_base.BaseDataClassTests method)
test_from_file_xlsx() (basedata.ops.tests.test_base.BaseDataClassTests method)
test_from_object_class() (basedata.ops.tests.test_base.BaseDataClassTests method)
test_from_object_df() (basedata.ops.tests.test_base.BaseDataClassTests method)
test_from_object_fail() (basedata.ops.tests.test_base.BaseDataClassTests method)
test_generate_random_datetime_object() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_generate_random_datetime_str() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_generate_random_int() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_inplace_return_series_inplace() (basedata.ops.tests.test_base.MiscFunctionsTest method)
test_inplace_return_series_inplace_target_col() (basedata.ops.tests.test_base.MiscFunctionsTest method)
test_inplace_return_series_return() (basedata.ops.tests.test_base.MiscFunctionsTest method)
test_list_datafiles() (basedata.inventory.test_inventory.InventoryTests method)
test_list_files_with_extensions() (basedata.inventory.test_inventory.InventoryTests method)
test_list_subdir_paths() (basedata.inventory.test_inventory.InventoryTests method)
test_list_subdirs() (basedata.inventory.test_inventory.InventoryTests method)
test_make_datafile_array() (basedata.inventory.test_inventory.InventoryTests method)
test_make_datafile_dataframe() (basedata.inventory.test_inventory.InventoryTests method)
test_make_datafile_dataframe_save() (basedata.inventory.test_inventory.InventoryTests method)
test_make_dataframe() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_make_datetime_dict() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_make_dirfiles() (basedata.inventory.test_inventory.DirBuildTests method)
test_make_dirt_dict() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_make_dirty_datetime_dataframe() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_make_dirty_ids_dataframe() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_make_dirty_numeric_dataframe() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_make_files() (basedata.inventory.test_inventory.DirBuildTests method)
test_make_id_dict() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_make_simple_dataframe() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_make_subdirs() (basedata.inventory.test_inventory.DirBuildTests method)
test_make_twocol_dataframe() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_map_column_names_inplace() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_map_column_names_return() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_map_values_exhaustive() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_map_values_not_exhaustive() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_merge_dicts() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_regex_replace_value() (basedata.ops.tests.test_base.MiscFunctionsTest method)
test_regex_sub_value() (basedata.ops.tests.test_base.MiscFunctionsTest method)
test_remove_offlenIDs() (basedata.ops.tests.test_ids.ValidIDsMixinTests method)
test_remove_offlenIDs_return_series() (basedata.ops.tests.test_ids.ValidIDsMixinTests method)
test_replace_blankIDs() (basedata.ops.tests.test_ids.ValidIDsMixinTests method)
test_replace_blankIDs_return_series() (basedata.ops.tests.test_ids.ValidIDsMixinTests method)
test_report_dupes_returns() (basedata.ops.tests.test_ids.DedupeMixinTests method)
test_report_dupes_to_file() (basedata.ops.tests.test_ids.DedupeMixinTests method)
test_report_dupes_to_file_index() (basedata.ops.tests.test_ids.DedupeMixinTests method)
test_report_offlenIDs() (basedata.ops.tests.test_ids.ValidIDsMixinTests method)
test_report_values() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_save_dataframe_csv() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_save_dataframe_excel() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_save_dataframe_excel_xml() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_save_simple_dataframe() (basedata.ops.tests.test_databuild.DatabuildTests method)
test_strip_nonnumeric() (basedata.ops.tests.test_ids.ValidIDsMixinTests method)
test_strip_nonnumeric_returns_series() (basedata.ops.tests.test_ids.ValidIDsMixinTests method)
test_substitute_chars() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_to_datetime_coerce() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_to_datetime_coerce_false() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_to_file() (basedata.ops.tests.test_base.BaseDataClassTests method)
test_to_numeric_coerce() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
test_to_numeric_coerce_false() (basedata.ops.tests.test_cols.ColumnConversionsMixinTests method)
to_datetime() (basedata.ops.cols.ColumnConversionsMixin method)
to_file() (basedata.ops.base.BaseDataClass method)
to_numeric() (basedata.ops.cols.ColumnConversionsMixin method)
V
ValidIDsMixin (class in basedata.ops.ids)
ValidIDsMixinTests (class in basedata.ops.tests.test_ids)