Skip to content

Support different delimiters for to_csv #244

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

Closed
wants to merge 3 commits into from
Closed

Support different delimiters for to_csv #244

wants to merge 3 commits into from

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