LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
benchmarks/bench_cross_datastore.py
chdb_ds.egg-info/PKG-INFO
chdb_ds.egg-info/SOURCES.txt
chdb_ds.egg-info/dependency_links.txt
chdb_ds.egg-info/requires.txt
chdb_ds.egg-info/top_level.txt
datastore/__init__.py
datastore/case_when.py
datastore/column_expr.py
datastore/conditions.py
datastore/config.py
datastore/connection.py
datastore/core.py
datastore/enums.py
datastore/exceptions.py
datastore/executor.py
datastore/expression_evaluator.py
datastore/expressions.py
datastore/function_definitions.py
datastore/function_executor.py
datastore/function_mixin.py
datastore/function_registry.py
datastore/functions.py
datastore/groupby.py
datastore/lazy_ops.py
datastore/lazy_result.py
datastore/pandas_api.py
datastore/pandas_compat.py
datastore/query_planner.py
datastore/schema_state.py
datastore/sql_builder.py
datastore/sql_executor.py
datastore/table_functions.py
datastore/uri_parser.py
datastore/utils.py
datastore/accessors/__init__.py
datastore/accessors/array.py
datastore/accessors/base.py
datastore/accessors/datetime.py
datastore/accessors/geo.py
datastore/accessors/ip.py
datastore/accessors/json.py
datastore/accessors/string.py
datastore/accessors/url.py
datastore/dtype_correction/__init__.py
datastore/dtype_correction/config.py
datastore/dtype_correction/registry.py
datastore/dtype_correction/rules.py
examples/example_explain.py
examples/example_from_uri.py
examples/example_lazy_execution.py
examples/example_mixed_execution.py
examples/example_pandas_compat.py
examples/example_pandas_extended.py
examples/example_pandas_methods.py
examples/example_profiling.py
examples/example_table_functions.py
refs/benchmark_chdb_duckdb_polars.py
refs/benchmark_datastore_vs_pandas.py
refs/benchmark_pandas_vs_sql.py
refs/benchmark_where_approaches.py
refs/kaggle_pandas_compat_test.py
refs/pandas_common_operations.py
refs/simple_bench.py
scripts/check_charset.py
scripts/fetch_ch_functions.py
scripts/fix_suspicious_tests.py
scripts/replace_assert_functions.py
scripts/update_version.py
tests/__init__.py
tests/conftest.py
tests/test_accessor_fallback_registry.py
tests/test_advanced_feature_engineering.py
tests/test_advanced_pandas_operations.py
tests/test_advanced_queries.py
tests/test_aggregate_functions_complex.py
tests/test_arithmetic.py
tests/test_array_accessor.py
tests/test_assign_mixed.py
tests/test_benchmark_fixes.py
tests/test_between.py
tests/test_blob_column.py
tests/test_bugfixes.py
tests/test_cache.py
tests/test_case_when.py
tests/test_chdb_dtype_differences.py
tests/test_chdb_integration.py
tests/test_chdb_limitations_tracker.py
tests/test_column_assignment.py
tests/test_column_expr_pandas_alignment.py
tests/test_column_expr_reset_index.py
tests/test_column_reference_consistency.py
tests/test_comprehensive_joins.py
tests/test_comprehensive_segmented_execution.py
tests/test_concurrency.py
tests/test_condition_combinations.py
tests/test_conditions.py
tests/test_convenience_methods.py
tests/test_criterions_advanced.py
tests/test_cross_datastore_ops.py
tests/test_custom_functions.py
tests/test_data_types.py
tests/test_datastore_core.py
tests/test_datastore_core_compat.py
tests/test_deep_edge_cases.py
tests/test_deep_probing.py
tests/test_dtype_alignment.py
tests/test_dtype_correction.py
tests/test_dynamic_pandas_methods.py
tests/test_error_messages.py
tests/test_explain_method.py
tests/test_explain_segmented_execution.py
tests/test_exploratory_batch10_window_timeseries.py
tests/test_exploratory_batch11_advanced_indexing.py
tests/test_exploratory_batch12_statistical_timezone.py
tests/test_exploratory_batch13_edge_combinations.py
tests/test_exploratory_batch14_io_sql_validation.py
tests/test_exploratory_batch15_columnexpr_setitem.py
tests/test_exploratory_batch16_index_copy_edge.py
tests/test_exploratory_batch17_accessor_params.py
tests/test_exploratory_batch18_groupby_lazy_combinations.py
tests/test_exploratory_batch19_pandas_api_module.py
tests/test_exploratory_batch20_series_advanced.py
tests/test_exploratory_batch21_category_inplace.py
tests/test_exploratory_batch22_advanced_ops.py
tests/test_exploratory_batch23_update_bitwise.py
tests/test_exploratory_batch24_datetime_accessor.py
tests/test_exploratory_batch25_boolean_indexing.py
tests/test_exploratory_batch26_advanced_methods.py
tests/test_exploratory_batch27_reverse_ops.py
tests/test_exploratory_batch28_edge_lazy.py
tests/test_exploratory_batch29_loc_iloc_deep.py
tests/test_exploratory_batch30_special_cases.py
tests/test_exploratory_batch31_iteration_rare.py
tests/test_exploratory_batch32_complex_scenarios.py
tests/test_exploratory_batch33_multiop_chains.py
tests/test_exploratory_batch34_ultra_chains.py
tests/test_exploratory_batch35_engine_boundary.py
tests/test_exploratory_batch36_merge_chains.py
tests/test_exploratory_batch37_groupby_apply_reshape.py
tests/test_exploratory_batch38_accessor_chain_agg.py
tests/test_exploratory_batch39_shift_diff_assign.py
tests/test_exploratory_batch40_eval_query_coerce.py
tests/test_exploratory_batch41_fillna_duplicates_chains.py
tests/test_exploratory_batch42_statistical_reshape_chain.py
tests/test_exploratory_batch43_concat_pipe_combine.py
tests/test_exploratory_batch44_rolling_interop_edge.py
tests/test_exploratory_batch45_insert_pop_level_ops.py
tests/test_exploratory_batch46_agg_type_stack.py
tests/test_exploratory_batch47_multicolumn_multiindex_sparse.py
tests/test_exploratory_batch48_type_chain_empty_edge.py
tests/test_exploratory_batch49_scalar_nested_edge.py
tests/test_exploratory_batch50_advanced_iteration_agg.py
tests/test_exploratory_batch51_groupby_edge_cases.py
tests/test_exploratory_batch52_negative_index_accessor.py
tests/test_exploratory_batch53_module_funcs_casewhen.py
tests/test_exploratory_batch54_binary_ops_compare_axis.py
tests/test_exploratory_batch55_io_metadata_sort.py
tests/test_exploratory_batch56_apply_window_fillna.py
tests/test_exploratory_batch57_copy_index_slice.py
tests/test_exploratory_batch58_param_edge_chain.py
tests/test_exploratory_batch59_reshape_agg.py
tests/test_exploratory_batch60_equals_arithmetic_edge.py
tests/test_exploratory_batch61_pipe_dtype_meta.py
tests/test_exploratory_batch62_columnexpr_advanced.py
tests/test_exploratory_batch63_chain_special_values.py
tests/test_exploratory_batch64_join_cumulative.py
tests/test_exploratory_batch65_empty_single_null_chain.py
tests/test_exploratory_batch66_constructor_transform.py
tests/test_exploratory_batch67_lazy_index_special.py
tests/test_exploratory_batch68_callable_at_chains.py
tests/test_exploratory_batch69_df_binary_compare.py
tests/test_exploratory_batch70_complex_type_chain.py
tests/test_exploratory_batch71_sql_merge_edge.py
tests/test_exploratory_batch72_iter_accessor_empty.py
tests/test_exploratory_batch73_update_numeric_edge.py
tests/test_exploratory_batch75_advanced_ops.py
tests/test_exploratory_batch76_boundary_chain.py
tests/test_exploratory_batch77_pivot_transform_edge.py
tests/test_exploratory_batch78_inplace_index_dtype.py
tests/test_exploratory_batch79_construction_coercion_edge.py
tests/test_exploratory_batch7_edge_cases.py
tests/test_exploratory_batch80_return_type_consistency.py
tests/test_exploratory_batch81_chain_pushdown_edge.py
tests/test_exploratory_batch82_sort_groupby_chain.py
tests/test_exploratory_batch83_apply_transform_agg.py
tests/test_exploratory_batch84_query_eval_cumulative.py
tests/test_exploratory_batch8_datetime_reshape.py
tests/test_exploratory_batch9_merge_groupby.py
tests/test_exploratory_discovery_2026_01_04.py
tests/test_exploratory_discovery_2026_01_04_batch4.py
tests/test_exploratory_discovery_2026_01_04_batch5.py
tests/test_expressions.py
tests/test_file_path_auto_detection.py
tests/test_formats.py
tests/test_from_dataframe.py
tests/test_from_uri.py
tests/test_function_engine_switch.py
tests/test_function_registry.py
tests/test_functions.py
tests/test_functions_execution.py
tests/test_groupby_apply_sql_pushdown.py
tests/test_groupby_column_selection.py
tests/test_groupby_dropna.py
tests/test_groupby_first_last.py
tests/test_groupby_head_tail.py
tests/test_groupby_multiindex_columns.py
tests/test_groupby_nth.py
tests/test_groupby_sql_pushdown.py
tests/test_groupby_udf.py
tests/test_heuristic_edge_cases.py
tests/test_immutability.py
tests/test_in_conditions.py
tests/test_insert_pandas_style.py
tests/test_insert_update_delete.py
tests/test_isna_deep_edge_cases.py
tests/test_joins.py
tests/test_json_accessor.py
tests/test_kaggle_domains.py
tests/test_kaggle_pandas_compat.py
tests/test_kaggle_pandas_compat2.py
tests/test_known_issues_verification.py
tests/test_lazy_chain_engine_verification.py
tests/test_lazy_column_assignment_pushdown.py
tests/test_lazy_engine_exploration_batch6.py
tests/test_lazy_engine_switch.py
tests/test_lazy_execution.py
tests/test_lazy_ops_edge_cases.py
tests/test_lazy_where_mask.py
tests/test_like_patterns.py
tests/test_limit_count_edge_cases.py
tests/test_llm_pandas_compat.py
tests/test_loc_condition_pushdown.py
tests/test_logging_explain_lazy_ops.py
tests/test_migration_guide_examples.py
tests/test_mixed_operations.py
tests/test_mixed_sql_pandas_complex.py
tests/test_ml_feature_engineering.py
tests/test_module_level_functions.py
tests/test_multi_datasource.py
tests/test_negation.py
tests/test_notebook_churn_dashboard_mirror.py
tests/test_notebook_churn_model_mirror.py
tests/test_notebook_climate_mirror.py
tests/test_notebook_outlier_detection_mirror.py
tests/test_notebook_perth_mirror.py
tests/test_notebook_temperature_mirror.py
tests/test_notebook_titanic_mirror.py
tests/test_notebook_titanic_solutions_mirror.py
tests/test_null_conditions.py
tests/test_nullable_sql_pushdown.py
tests/test_numpy_compatibility.py
tests/test_pandas_alignment.py
tests/test_pandas_compat.py
tests/test_pandas_compatibility.py
tests/test_pandas_immutability_alignment.py
tests/test_parquet_datetime_issues.py
tests/test_rank_sql_pushdown.py
tests/test_readme_example.py
tests/test_real_world_scenarios.py
tests/test_replace_comprehensive.py
tests/test_schema_state.py
tests/test_segmented_execution.py
tests/test_selects.py
tests/test_slice_step.py
tests/test_sql_builder.py
tests/test_sql_expressions.py
tests/test_sql_vs_pandas_filter.py
tests/test_str_accessor_lazy.py
tests/test_str_accessor_mirror.py
tests/test_str_accessor_recursion_fix.py
tests/test_string_functions.py
tests/test_subqueries.py
tests/test_table_functions.py
tests/test_titanic_notebook_mirror.py
tests/test_titanic_pandas_comparison.py
tests/test_tolist_return_type.py
tests/test_type_consistency.py
tests/test_uri_parser.py
tests/test_url_ip_geo_accessor.py
tests/test_utils.py
tests/test_value_counts_sql_pushdown.py
tests/xfail_markers.py