LICENSE
README.md
pyproject.toml
src/serif/__init__.py
src/serif/display.py
src/serif/errors.py
src/serif/naming.py
src/serif/table.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/_vector/__init__.py
src/serif/_vector/base.py
src/serif/_vector/categorical.py
src/serif/_vector/dates.py
src/serif/_vector/dtype.py
src/serif/_vector/nullable.py
src/serif/_vector/numeric.py
src/serif/_vector/storage.py
src/serif/_vector/string.py
src/serif/io/__init__.py
src/serif/io/csv.py
src/serif/io/parquet.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_categorical.py
tests/test_column_rename_dotaccess.py
tests/test_coverage_gaps.py
tests/test_csv.py
tests/test_date_arithmetic.py
tests/test_exceptions.py
tests/test_fingerprint.py
tests/test_indexed_accessor.py
tests/test_inference_order.py
tests/test_joins.py
tests/test_method_proxy.py
tests/test_null_semantics.py
tests/test_nullable.py
tests/test_parquet.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_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_to_object.py
tests/test_type_promotion.py
tests/test_underscore_schema.py