-
Notifications
You must be signed in to change notification settings - Fork 73
write fails on large dataframes #326
Copy link
Copy link
Open
Description
hi :)
as indicated in the Tables.jl docs, for large dataframes (>10k columns), Tables.Schema stores its values in
.storenames and .storedtypes instead of the type parameters. This needs to be taken into account in,
eg. makeschema in write.jl and possibly other places.
EDIT: I just added if isnothing(names) names_ = sch.names else names_ = names end
(and replace names with names_ below) in my checkout and that fixed writing for me.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.