Skip to content

Commit

Permalink
Update lib/explorer/data_frame.ex (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach authored May 25, 2023
1 parent 3bffb47 commit 068f41d
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 @@ -27,7 +27,7 @@ defmodule Explorer.DataFrame do
## Creating dataframes
Dataframes can be created from normal Elixir objects. The main way you might do this is
Dataframes can be created from normal Elixir terms. The main way you might do this is
with the `new/1` function. For example:
iex> Explorer.DataFrame.new(a: ["a", "b"], b: [1, 2])
Expand Down

0 comments on commit 068f41d

Please sign in to comment.