Skip to content

Conversation

lbeltrame
Copy link
Contributor

This pull requests implements delimter support into to_csv. A number of analysis tools expects TSV files rather than CSV files, and this is a simple solution to the problem.

The delimiter parameter is by default ",", hence there are no side effects with existing code.

@wesm
Copy link
Member

wesm commented Oct 19, 2011

thanks! merged it into master

@wesm wesm closed this Oct 19, 2011
@wesm
Copy link
Member

wesm commented Oct 22, 2011

i'm going to change the argument name to sep instead of delimiter to conform with read_csv and read_table

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

Successfully merging this pull request may close these issues.

2 participants