Open 0xYUANTI opened 2 years ago
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 causes e.g. Avro.writetable to crash because names/types is nothing.
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 causes e.g. Avro.writetable to crash because names/types is nothing.