Commit b2dcd45
committed
Add to_ibis() method to DataFrame and Series
This commit adds a `to_ibis()` method to both `DataFrame` and `Series` classes. This method allows users to access the underlying Ibis expression (`_data`) for more advanced operations or interoperability with Ibis directly.
Tests were added in `tests/test_to_ibis.py` to verify the functionality.1 parent 5ed5908 commit b2dcd45
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
| |||
0 commit comments