This repository was archived by the owner on Jul 16, 2024. It is now read-only.
Merge test changes and data read post-processing into MAIN#20
Merged
DavidJBianco merged 4 commits intomasterfrom Mar 23, 2021
Merged
Merge test changes and data read post-processing into MAIN#20DavidJBianco merged 4 commits intomasterfrom
DavidJBianco merged 4 commits intomasterfrom
Conversation
* Added 'test-infra.sh' script to start/stop the docker containers and load the data needed to run the unit tests. This makes it easier (and faster) to perform tests during development, since you can leave the test infra running and just execute the tests and save a few minutes during each iteration. * Modified 'tox.ini' to use the new test-infra.sh script instead of having the commands embedded directly.
* Changed _read_multi's 'func' parameter to be 'read_function' since we now have both read and post-processing function parameters. * Added a new 'post_function' parameter to read_csv, read_json and the backend _read_multi functions. As each individual file is read, _read_multi can optionally call a post-processing function to manipulate the data before it's added to the resulting DataFrame. As a beneficial side effect, the new mechanism for reading multiple files appends each chunk as it's read, rather than keeping them all in memory until the end. This should make things faster and use less memory. * Added documentation about the new post-processing function * Updated the version to 0.5.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.