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

Fixed the re-sort error in join_csv function #1

Merged
merged 1 commit into from
Jun 30, 2019

Conversation

Shimingyi
Copy link

In join_csv function, you use sorted function to sort the list of csv files. But this operation will return a list like [1000, 1001... ] rather than [0, 1, 2, 3 ...]. It's not we want.

@Dene33 Dene33 merged commit 83b2c33 into Dene33:master Jun 30, 2019
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