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_pandas
method.make_users_data
andmake_sessions_data
now return a PyArrow Table by default. You can control the return type by using thereturn_type
parameter. The other possible output types are a Pandas DataFrame or a Polars DataFrame. They require Pandas or Polars packages, respectively.Enhancements
to_arrow
method.to_polars
method. Polars is not installed automatically. Install it explicitly to use methods that return a Polars DataFrame.make_users_data
andmake_sessions_data
can return a Polars DataFrame. Use thereturn_type
parameter.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