You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable Dataframe to be converted into views which can be used in register_table (#1016)
* add test_view
* feat: add into_view method to register DataFrame as a view
* add pytableprovider
* feat: add as_table method to PyTableProvider and update into_view to return PyTable
* refactor: simplify as_table method and update documentation for into_view
* test: improve test_register_filtered_dataframe by removing redundant comments and assertions
* test: enhance test_register_filtered_dataframe with additional assertions for DataFrame results
* ruff formatted
* cleanup: remove unused imports from test_view.py
* docs: add example for registering a DataFrame as a view in README.md
* docs: update docstring for into_view method to clarify usage as ViewTable
* chore: add license header to test_view.py
* ruff correction
* refactor: rename into_view method to _into_view
* ruff lint
* refactor: simplify into_view method and update Rust binding convention
* docs: add views section to user guide with example on registering views
* feat: add register_view method to SessionContext for DataFrame registration
* docs: update README and user guide to reflect register_view method for DataFrame registration
* docs: remove some documentation from PyDataFrame
0 commit comments