Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/owlbarn/owl
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Mar 7, 2024
2 parents 40ff56e + 00fef9b commit 60c69c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/misc/owl_dataframe.ml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ let set_by_name x i name a =
set x i j a


let to_cols x = x.data
let to_cols x = Array.init (Array.length x.data) (get_col x)

let to_rows x =
let stack = Owl_utils.Stack.make () in
Expand Down

0 comments on commit 60c69c2

Please sign in to comment.