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
Currently the Python bindings import the pyarrow module each time a conversion is done. It is possible to cache retrieved types to avoid this. The pyO3 PyOnceLock::import method provides an easy way to do it.
Currently the Python bindings import the
pyarrowmodule each time a conversion is done. It is possible to cache retrieved types to avoid this. The pyO3PyOnceLock::importmethod provides an easy way to do it.