Skip to content

Commit

Permalink
Round one more doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Mar 22, 2024
1 parent 749b6fe commit 5838f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/explorer/data_frame.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5379,7 +5379,7 @@ defmodule Explorer.DataFrame do
iex> df = Explorer.Datasets.iris()
iex> grouped_df = Explorer.DataFrame.group_by(df, "species")
iex> Explorer.DataFrame.summarise(grouped_df, mean_sepal_width: mean(sepal_width))
iex> Explorer.DataFrame.summarise(grouped_df, mean_sepal_width: round(mean(sepal_width), 3))
#Explorer.DataFrame<
Polars[3 x 2]
species string ["Iris-setosa", "Iris-versicolor", "Iris-virginica"]
Expand Down

0 comments on commit 5838f38

Please sign in to comment.