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

Look at DuckDB: Build out API to be on-par with "dataframe" libraries #24

Open
ajfriend opened this issue Nov 6, 2024 · 0 comments
Open

Comments

@ajfriend
Copy link
Owner

ajfriend commented Nov 6, 2024

duckdb/duckdb#12134

interesting bit:

# If this method would be added to DuckDBPyRelation, it would give autocompletion
# for column names in square brackets, e.g. rel[<TAB>]
def _ipython_key_completions_(self):
    return self.columns

I still just do not get the appeal of the fluent API? Tab completion is that important?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant