File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5517,7 +5517,7 @@ defmodule Explorer.DataFrame do
55175517 else
55185518 message =
55195519 """
5520- columns dtypes must be compatible for all dataframes
5520+ column dtypes must be compatible for all dataframes
55215521
55225522 * dataframe 0, column #{ name } has dtype:
55235523
Original file line number Diff line number Diff line change @@ -1517,7 +1517,7 @@ defmodule Explorer.DataFrame.LazyTest do
15171517
15181518 assert_raise ArgumentError ,
15191519 """
1520- columns dtypes must be compatible for all dataframes
1520+ column dtypes must be compatible for all dataframes
15211521
15221522 * dataframe 0, column y has dtype:
15231523
Original file line number Diff line number Diff line change @@ -2902,7 +2902,7 @@ defmodule Explorer.DataFrameTest do
29022902
29032903 assert_raise ArgumentError ,
29042904 """
2905- columns dtypes must be compatible for all dataframes
2905+ column dtypes must be compatible for all dataframes
29062906
29072907 * dataframe 0, column y has dtype:
29082908
You can’t perform that action at this time.
0 commit comments