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
If we set the encoding when we call Table#to_csv we do not need
to go row by row to determine the encoding to use. This allows
the use of CSV#generate_lines as a faster exporter.
Add a single_encoding option to Table#to_csv to use the encoding
of the first row of the table as the encoding.
0 commit comments