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
# `syntax`:# * header: a map from col number to name (base 1)# * header_row: row number of header, 0 means no header (default: 1)# * delim: default: ,# * quotechar: default: "# * escapechar: default: \## Schema: a map from col name to rel type name, eg:# {'a': "int", 'b': "string"}defload_csv(ctx: Context, database: str, engine: str, relation: str,
data: strorio.TextIOBase, syntax: dict= {}) ->dict:
However, there is no argument that allows users to specify a schema.
The text was updated successfully, but these errors were encountered:
In the comment above
load_csv
it reads:However, there is no argument that allows users to specify a schema.
The text was updated successfully, but these errors were encountered: