I/O: Example of interface to IterableTables
errors when trying to predefine column names
#1020
Labels
IterableTables
errors when trying to predefine column names
#1020
Describe the bug 🐞
The example on https://docs.sciml.ai/DiffEqDocs/stable/features/io/ showing how to provide column names to
DataFrame(::ODESolution)
does not work, it errors when you provide either symbols or strings to thesyms
keyword, both cases it gives a method error on thegetname
function.Expected behavior
The column names are
[:a, :b, :c, :d]
Minimal Reproducible Example 👇
This is the example on the docs, I was also able to reproduce with my own toy example
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
The text was updated successfully, but these errors were encountered: