Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow tab separated instance data #43

Open
jondo opened this issue Oct 8, 2015 · 4 comments
Open

Allow tab separated instance data #43

jondo opened this issue Oct 8, 2015 · 4 comments

Comments

@jondo
Copy link

jondo commented Oct 8, 2015

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.")

@mfeurer
Copy link
Collaborator

mfeurer commented Oct 9, 2015

Hi,
I don't think liac-arff should support anything which is not in the documentation. Regarding that, I filed an issue at the wekalist.

@mfeurer
Copy link
Collaborator

mfeurer commented Oct 12, 2015

Arff specs are updated. Do you want to work on this and submit a pull request?

@jondo
Copy link
Author

jondo commented Oct 15, 2015

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.

@renatopp
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants