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
I have got a lot of ARFF files with tab separated instance data, and Weka can read them.
Could you please also read them?
(I know that officially "Attribute values for each instance are delimited by commas.")
The text was updated successfully, but these errors were encountered:
Great to hear! Sorry - I have switched to using pandas.read_table for now, and I will stay with that because this fits well to my next step of calling pandas.merge for joining tables.
load and loads could receive a parameter delimiter (just like csv module), with defaults to ,, and simply redirect it to the data conversion procedure (which uses csv).
I have got a lot of ARFF files with tab separated instance data, and Weka can read them.
Could you please also read them?
(I know that officially "Attribute values for each instance are delimited by commas.")
The text was updated successfully, but these errors were encountered: