.gitignore
CHANGELOG.md
LICENSE
README.md
env.yml
env_dev.yml
pyproject.toml
requirements.txt
setup.py
.github/experiment_workflows/example_workflow.yml
.github/experiment_workflows/on_draft_release_creation.yml
.github/experiment_workflows/on_tag_creation_or_push.yml
.github/experiment_workflows/run_script_on_commit.yml
.github/workflows/python-publish.yml
dev_scripts/align_struct_field.py
dev_scripts/empty_dict_issue.py
dev_scripts/parquetDataset.py
dev_scripts/parquetdb_dev.py
dev_scripts/schema_modifier.py
dev_scripts/table_modifier.py
dev_scripts/tmp.py
examples/notebooks/Example 1 - Introduction.ipynb
examples/scripts/read_write_column_performance_expeirment.py
examples/scripts/read_write_performance.png
examples/scripts/reads_benchmarking_tests.py
examples/scripts/test.py
parquetdb/__init__.py
parquetdb/_version.py
parquetdb.egg-info/PKG-INFO
parquetdb.egg-info/SOURCES.txt
parquetdb.egg-info/dependency_links.txt
parquetdb.egg-info/requires.txt
parquetdb.egg-info/top_level.txt
parquetdb/core/__init__.py
parquetdb/core/parquet_datasetdb.py
parquetdb/core/parquetdb.py
parquetdb/utils/__init__.py
parquetdb/utils/general_utils.py
parquetdb/utils/pyarrow_utils.py
scripts/tmp.py
scripts/utils.py
scripts/workflow_delete_release.py
scripts/workflow_generate_changlog_on_recent_tag.py
scripts/workflow_update_release_body.py
tests/test_parquet_datasetdb.py
tests/test_parquetdb.py