LICENSE
README.md
pyproject.toml
src/serif/__init__.py
src/serif/_execution.py
src/serif/display.py
src/serif/errors.py
src/serif/naming.py
src/serif/table.py
src/serif/vector.py
src/serif.egg-info/PKG-INFO
src/serif.egg-info/SOURCES.txt
src/serif.egg-info/dependency_links.txt
src/serif.egg-info/requires.txt
src/serif.egg-info/top_level.txt
src/serif/_table/__init__.py
src/serif/_table/aggregation.py
src/serif/_table/coalesce.py
src/serif/_table/columns.py
src/serif/_table/deferred.py
src/serif/_table/dispatch.py
src/serif/_table/grouping.py
src/serif/_table/joins.py
src/serif/_table/lifting.py
src/serif/_table/mutation.py
src/serif/_table/row.py
src/serif/_table/rows.py
src/serif/_table/selection.py
src/serif/_table/sort.py
src/serif/_table/transpose.py
src/serif/_table/window.py
src/serif/_table/_arrow/__init__.py
src/serif/_table/_arrow/aggregation.py
src/serif/_table/_arrow/grouping.py
src/serif/_table/_arrow/joins.py
src/serif/_table/_numpy/__init__.py
src/serif/_table/_numpy/grouping.py
src/serif/_table/_numpy/joins.py
src/serif/_table/_python/__init__.py
src/serif/_table/_python/grouping.py
src/serif/_table/_python/joins.py
src/serif/_vector/__init__.py
src/serif/_vector/categorical.py
src/serif/_vector/coalesce.py
src/serif/_vector/construction.py
src/serif/_vector/dates.py
src/serif/_vector/dispatch.py
src/serif/_vector/dtype.py
src/serif/_vector/element_api.py
src/serif/_vector/math.py
src/serif/_vector/mutation.py
src/serif/_vector/nullable.py
src/serif/_vector/numeric.py
src/serif/_vector/operators.py
src/serif/_vector/reductions.py
src/serif/_vector/selection.py
src/serif/_vector/statistics.py
src/serif/_vector/storage.py
src/serif/_vector/string.py
src/serif/_vector/transforms.py
src/serif/_vector/_arrow/__init__.py
src/serif/_vector/_arrow/operators.py
src/serif/_vector/_arrow/storage.py
src/serif/_vector/_numpy/__init__.py
src/serif/_vector/_numpy/math.py
src/serif/_vector/_numpy/operators.py
src/serif/_vector/_numpy/reductions.py
src/serif/_vector/_numpy/selection.py
src/serif/_vector/_numpy/statistics.py
src/serif/_vector/_numpy/storage.py
src/serif/_vector/_python/__init__.py
src/serif/_vector/_python/operators.py
src/serif/_vector/_python/reductions.py
src/serif/_vector/_python/selection.py
src/serif/io/__init__.py
src/serif/io/_arrow.py
src/serif/io/csv.py
src/serif/io/parquet.py
tests/test_accel_arrow.py
tests/test_accel_arrow_arith.py
tests/test_accel_arrow_div.py
tests/test_accel_arrow_grouped_sum.py
tests/test_accel_group.py
tests/test_accel_logical.py
tests/test_accel_mask.py
tests/test_accel_math.py
tests/test_accel_ops.py
tests/test_accel_reduce.py
tests/test_accel_statistics.py
tests/test_accel_string_compare.py
tests/test_accel_string_group.py
tests/test_accel_string_join.py
tests/test_accel_take.py
tests/test_accel_unique_join.py
tests/test_aggregate_blocks.py
tests/test_aggregate_ordered_pick.py
tests/test_aggregate_sort_order.py
tests/test_aggregate_window.py
tests/test_arithmetic_edges.py
tests/test_bool_storage.py
tests/test_categorical.py
tests/test_coalesce.py
tests/test_column_rename_dotaccess.py
tests/test_constant_reduction.py
tests/test_coverage_gaps.py
tests/test_csv.py
tests/test_date_arithmetic.py
tests/test_deferred_mask.py
tests/test_dtype_capabilities.py
tests/test_empty_aggregate_schema.py
tests/test_empty_join_schema.py
tests/test_empty_schema_conformance.py
tests/test_empty_schema_rows.py
tests/test_empty_window_schema.py
tests/test_exceptions.py
tests/test_execution_dispatch.py
tests/test_indexed_accessor.py
tests/test_inference_order.py
tests/test_is_in.py
tests/test_joins.py
tests/test_known_transform_storage.py
tests/test_mutation_doctrine.py
tests/test_null_semantics.py
tests/test_nullable.py
tests/test_parquet.py
tests/test_parquet_arrow.py
tests/test_parquet_deferred.py
tests/test_parquet_foreign.py
tests/test_pydate.py
tests/test_pyfloat.py
tests/test_pyint.py
tests/test_pystring.py
tests/test_pytable.py
tests/test_pyvector_basic.py
tests/test_pyvector_indexing.py
tests/test_pyvector_math.py
tests/test_pyvector_naming.py
tests/test_renaming.py
tests/test_repr_edges.py
tests/test_repr_footer.py
tests/test_reserved_name_collisions.py
tests/test_row.py
tests/test_sanitize_name.py
tests/test_semantic_fixes.py
tests/test_storage_protocol.py
tests/test_string_count.py
tests/test_structural_cleanup_contracts.py
tests/test_structural_refactor.py
tests/test_table_arithmetic_naming.py
tests/test_table_compose.py
tests/test_table_setitem.py
tests/test_table_sort.py
tests/test_table_vector_surface.py
tests/test_to_object.py
tests/test_type_promotion.py
tests/test_underscore_schema.py
tests/test_vector_math.py
tests/test_vector_math_reductions.py
tests/test_vector_statistics.py