SYMBOL INDEX (83 symbols across 2 files) FILE: castra/core.py function blosc_args (line 29) | def blosc_args(dt): function escape (line 43) | def escape(text): function mkdir (line 58) | def mkdir(path): class Castra (line 63) | class Castra(object): method __init__ (line 66) | def __init__(self, path=None, template=None, categories=None, readonly... method _empty_dataframe (line 143) | def _empty_dataframe(self): method load_meta (line 151) | def load_meta(self, loads=pickle.loads): method flush_meta (line 156) | def flush_meta(self, dumps=partial(pickle.dumps, protocol=2)): method load_partitions (line 163) | def load_partitions(self, loads=pickle.loads): method save_partitions (line 169) | def save_partitions(self, dumps=partial(pickle.dumps, protocol=2)): method append_categories (line 177) | def append_categories(self, new, dumps=partial(pickle.dumps, protocol=... method load_categories (line 187) | def load_categories(self, loads=pickle.loads): method extend (line 198) | def extend(self, df): method extend_sequence (line 240) | def extend_sequence(self, seq, freq=None): method dirname (line 268) | def dirname(self, *args): method load_partition (line 271) | def load_partition(self, name, columns, categorize=True): method load_index (line 289) | def load_index(self, name): method __getitem__ (line 295) | def __getitem__(self, key): method drop (line 329) | def drop(self): method flush (line 335) | def flush(self): method __enter__ (line 340) | def __enter__(self): method __exit__ (line 343) | def __exit__(self, *args): method __getstate__ (line 351) | def __getstate__(self): method __setstate__ (line 356) | def __setstate__(self, state): method to_dask (line 364) | def to_dask(self, columns=None): function pack_file (line 392) | def pack_file(x, fn, encoding='utf8'): function unpack_file (line 411) | def unpack_file(fn, encoding='utf8'): function coerce_index (line 431) | def coerce_index(dt, o): function select_partitions (line 437) | def select_partitions(partitions, key): function _decategorize (line 461) | def _decategorize(categories, df): function make_categorical (line 518) | def make_categorical(s, categories): function _categorize (line 529) | def _categorize(categories, df): function partitionby_none (line 551) | def partitionby_none(buf, new): function partitionby_freq (line 568) | def partitionby_freq(freq, buf, new): function is_trivial_index (line 583) | def is_trivial_index(ind): FILE: castra/tests/test_core.py function base (line 36) | def base(): function test_safe_mkdir_with_new (line 44) | def test_safe_mkdir_with_new(base): function test_safe_mkdir_with_existing (line 51) | def test_safe_mkdir_with_existing(base): function test_create_with_random_directory (line 56) | def test_create_with_random_directory(): function test_create_with_non_existing_path (line 60) | def test_create_with_non_existing_path(base): function test_create_with_existing_path (line 65) | def test_create_with_existing_path(base): function test_get_empty (line 69) | def test_get_empty(base): function test_get_empty_result (line 74) | def test_get_empty_result(base): function test_get_slice (line 83) | def test_get_slice(base): function test_exception_with_non_dir (line 91) | def test_exception_with_non_dir(base): function test_exception_with_existing_castra_and_template (line 99) | def test_exception_with_existing_castra_and_template(base): function test_exception_with_empty_dir_and_no_template (line 106) | def test_exception_with_empty_dir_and_no_template(base): function test_load (line 111) | def test_load(base): function test_del_with_random_dir (line 120) | def test_del_with_random_dir(): function test_context_manager_with_random_dir (line 127) | def test_context_manager_with_random_dir(): function test_context_manager_with_specific_dir (line 133) | def test_context_manager_with_specific_dir(base): function test_timeseries (line 139) | def test_timeseries(): function test_Castra (line 152) | def test_Castra(): function test_pickle_Castra (line 167) | def test_pickle_Castra(): function test_text (line 179) | def test_text(): function test_column_access (line 188) | def test_column_access(): function test_reload (line 200) | def test_reload(): function test_readonly (line 215) | def test_readonly(): function test_index_dtype_matches_template (line 240) | def test_index_dtype_matches_template(): function test_to_dask_dataframe (line 245) | def test_to_dask_dataframe(): function test_categorize (line 268) | def test_categorize(): function test_save_axis_names (line 291) | def test_save_axis_names(): function test_same_categories_when_already_categorized (line 299) | def test_same_categories_when_already_categorized(): function test_category_dtype (line 310) | def test_category_dtype(): function test_do_not_create_dirs_if_template_fails (line 320) | def test_do_not_create_dirs_if_template_fails(): function test_sort_on_extend (line 330) | def test_sort_on_extend(): function test_select_partitions (line 338) | def test_select_partitions(): function test_first_index_is_timestamp (line 347) | def test_first_index_is_timestamp(): function test_minimum_dtype (line 362) | def test_minimum_dtype(): function test_many_default_indexes (line 370) | def test_many_default_indexes(): function test_raise_error_on_mismatched_index (line 385) | def test_raise_error_on_mismatched_index(): function test_raise_error_on_equal_index (line 398) | def test_raise_error_on_equal_index(): function test_categories_nan (line 409) | def test_categories_nan(): function test_extend_sequence_freq (line 419) | def test_extend_sequence_freq(): function test_extend_sequence_none (line 435) | def test_extend_sequence_none(): function test_extend_sequence_overlap (line 451) | def test_extend_sequence_overlap(): function test_extend_sequence_single_frame (line 472) | def test_extend_sequence_single_frame(): function test_column_with_period (line 486) | def test_column_with_period(): function test_empty (line 496) | def test_empty(): function test_index_with_single_value (line 502) | def test_index_with_single_value(): function test_categorical_index (line 510) | def test_categorical_index(): function test_categorical_index_with_dask_dataframe (line 543) | def test_categorical_index_with_dask_dataframe(): function test__decategorize (line 578) | def test__decategorize():