Deepyaman Datta
06/25/2024, 12:01 PMGeorge p
06/26/2024, 8:38 PMDeepyaman Datta
06/26/2024, 8:42 PMGeorge p
06/26/2024, 10:57 PMDeepyaman Datta
06/27/2024, 1:08 AMIf so, does that mean that if i just "wrap" my regular pd.DataFrames inside ibis, would i gain that as a feature?You would need to define your logic using Ibis to enable any of this. If you really want, Ibis does support a pandas backend, so you can write code in Ibis and execute it (lazily) using pandas; however, we generally recommend using something like the (default) DuckDB backend for local execution, since it's much more performant.
George p
06/27/2024, 9:52 AM