LICENSE
README.md
pyproject.toml
src/polarpandas/__init__.py
src/polarpandas/_exceptions.py
src/polarpandas/_index_manager.py
src/polarpandas/datetime.py
src/polarpandas/frame.py
src/polarpandas/index.py
src/polarpandas/io.py
src/polarpandas/lazyframe.py
src/polarpandas/operations.py
src/polarpandas/py.typed
src/polarpandas/series.py
src/polarpandas/utils.py
src/polarpandas.egg-info/PKG-INFO
src/polarpandas.egg-info/SOURCES.txt
src/polarpandas.egg-info/dependency_links.txt
src/polarpandas.egg-info/entry_points.txt
src/polarpandas.egg-info/requires.txt
src/polarpandas.egg-info/top_level.txt
tests/test_additional_methods.py
tests/test_advanced_features.py
tests/test_dataframe_core.py
tests/test_dataframe_error_handling.py
tests/test_dataframe_groupby_comprehensive.py
tests/test_dataframe_internal_state.py
tests/test_dataframe_methods.py
tests/test_dataframe_mutations.py
tests/test_dataframe_properties.py
tests/test_dataframe_rolling.py
tests/test_dataframe_statistical.py
tests/test_edge_cases_comprehensive.py
tests/test_index.py
tests/test_io_comprehensive.py
tests/test_lazy_execution.py
tests/test_loc_iloc_advanced.py
tests/test_module_functions.py
tests/test_schema_conversion.py
tests/test_series.py
tests/test_series_enhanced.py
tests/test_series_methods.py
tests/test_set_index.py
tests/test_statistical_comprehensive.py
tests/test_string_datetime_enhanced.py
tests/test_transpose.py
tests/test_utils.py