You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resulting object is `DataFrame` from [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl), whose columns correspond to the fields of [`DifferentiationBenchmarkDataRow`](@ref):
77
-
Here's what it looks like with all of its columns.
78
-
79
-
```@example tuto
80
-
table = PrettyTables.pretty_table(
81
-
String,
82
-
df;
83
-
backend=Val(:markdown),
84
-
header=names(df),
85
-
)
86
-
87
-
Markdown.parse(table)
88
-
```
76
+
The resulting object is a `DataFrame` from [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl), whose columns correspond to the fields of [`DifferentiationBenchmarkDataRow`](@ref):
0 commit comments