Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Open
Description
Bug report
Bug description:
Python script:
importcsvwithopen("file.csv")asf:dialect=csv.Sniffer().sniff(f.read(),delimiters=",;")print(dialect.delimiter)
file.csv:
id;has_data;has_info;is_sort;a;b;c;d;cost;group;sub_group;merge1;False;False;False;True;;;;62.25;['345'];['10'];UNKNOWN2;False;False;False;True;;;;54.00;['235'];['256'];UNKNOWN3;False;False;False;True;;;;237.00;['567'];['ALL'];UNKNOWN4;False;False;False;True;;;;46.50;['112', '112'];['765', '766'];UNKNOWN5;False;False;False;True;;;;237.00;['468'];['ALL'];UNKNOWN6;False;False;False;True;;;;13.27;['510'];['23'];UNKNOWN
It outputs,
instead;
CPython versions tested on:
3.11
Operating systems tested on:
Windows
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
No status