tea-tasting 0.4.0 #115
Closed
e10v
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Breaking changes
to_pandasmethod.make_users_dataandmake_sessions_datanow return a PyArrow Table by default. You can control the return type by using thereturn_typeparameter. The other possible output types are a Pandas DataFrame or a Polars DataFrame. They require Pandas or Polars packages, respectively.Enhancements
to_arrowmethod.to_polarsmethod. Polars is not installed automatically. Install it explicitly to use methods that return a Polars DataFrame.make_users_dataandmake_sessions_datacan return a Polars DataFrame. Use thereturn_typeparameter.Full Changelog: v0.3.1...v0.4.0
This discussion was created from the release tea-tasting 0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions