-
Notifications
You must be signed in to change notification settings - Fork 1
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
Common CSV parser #24
Comments
@sgoldenCS what is the status on this? |
@schr476 At the meeting yesterday, we thought the parser was complete as it is already pulled into the main branch with unit tests. Additionally, other people in our group have started to use it and we have found that it generally implements all of the functionality we currently need. I was planning on writing some comments here and closing the issue... |
I've created a new module in a branch tied to this issue that implements a CSVParser. I've tested it using the pandas_parser unit test since the code is essentially identical. This should also resolve issue #33. |
This includes closed issue: #33 |
The text was updated successfully, but these errors were encountered: