Skip to content

Commit

Permalink
Use more ergonomic atoms in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 26, 2024
1 parent fde3b22 commit 8130675
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 @@ -5061,7 +5061,7 @@ defmodule Explorer.DataFrame do
iex> left = Explorer.DataFrame.new(a: [1, 2, 3], b: ["a", "b", "c"])
iex> right = Explorer.DataFrame.new(d: [1, 2, 2], c: ["d", "e", "f"])
iex> Explorer.DataFrame.join(left, right, on: [{"a", "d"}])
iex> Explorer.DataFrame.join(left, right, on: [a: :d])
#Explorer.DataFrame<
Polars[3 x 3]
a s64 [1, 2, 2]
Expand Down

0 comments on commit 8130675

Please sign in to comment.