add DataFrame.native
/ LazyFrame.native
/ Series.native
properties
#1295
Labels
DataFrame.native
/ LazyFrame.native
/ Series.native
properties
#1295
to_native()
hides the fact that it's a practically free operation, it just calls._compliant_frame._native_frame
we should probably make
native
a property, but keepto_native
around instable.v1
The text was updated successfully, but these errors were encountered: