Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(formats): remove unnecessary schema argument from schema inference #8814

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

kszucs
Copy link
Member

@kszucs kszucs commented Mar 28, 2024

sch.infer() and DataMapper.infer_table() implementations had an unnecessary schema argument which wan't actually used.

…ask()`

Dask is not an explicitly supported format and these methods were just aliases for `.to_pandas()` and `.from_pandas()`.

BREAKING CHANGE: Schema.to_dask(), Schema.from_dask(), DataType.from_dask(), DataType.to_dask() methods are removed, use `.to_pandas()` and `.from_pandas()` methods instead
@kszucs kszucs force-pushed the schema-infer-schema branch from e37d495 to 3ddf520 Compare March 28, 2024 14:12
@kszucs kszucs force-pushed the schema-infer-schema branch from 3ddf520 to 5d71e85 Compare March 28, 2024 14:50
@cpcloud cpcloud added this to the 9.0 milestone Mar 28, 2024
@cpcloud cpcloud added the refactor Issues or PRs related to refactoring the codebase label Mar 28, 2024
@cpcloud cpcloud merged commit 91ea332 into ibis-project:main Mar 28, 2024
83 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Issues or PRs related to refactoring the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants