Skip to content

Commit b2dcd45

Browse files
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

File tree

tests/test_to_ibis.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11

2-
import pytest
3-
import pandas as pd
4-
import leanframe as lf
52
import ibis
63
import ibis.expr.types as ibis_types
74
from leanframe.core.frame import DataFrame

0 commit comments

Comments
 (0)