Skip to content

Conversation

thrasibule
Copy link
Contributor

closes #8703

@thrasibule thrasibule changed the title ENH: read_csv dialect parameter can take a string (GH8708) ENH: read_csv dialect parameter can take a string (GH8703) Nov 3, 2014
@thrasibule thrasibule closed this Nov 3, 2014
@thrasibule thrasibule deleted the fix-csv-dialect branch November 3, 2014 00:15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check if isinstance(dialect, compat.string_types)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

csv.list_dialects() is a list of strings so the test should be more stringent already. Will add it if you think it's necessary.

@thrasibule
Copy link
Contributor Author

I closed this PR and opened a new one by mistake, sorry for the noise. The new PR #8719 should reflect the test changes.

@jorisvandenbossche
Copy link
Member

@thrasibule For the future, it is not needed to open a new PR. Just push the new commit to the same branch on your github fork, and the PR will be automatically updated.

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.

DOC/ENH: read_csv dialect parameters should accept string

3 participants