forked from ydataai/ydata-profiling
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle on the fly decompression of data files supported by pandas (yd…
…ataai#657) * Handle on the fly decompression of data files supported by pandas Pandas can handle on the fly decompression from the following extensions: ‘.bz2’, ‘.gz’, ‘.zip’, or ‘.xz’ (otherwise no decompression). Now the profiler can as well. Co-authored-by: Davin Shearer <scholarsmate@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1e086f4
commit 64ad4cc
Showing
3 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
pytest | ||
coverage<5 | ||
codecov | ||
pytest-mypy>=0.7.0 | ||
pytest-mypy | ||
pytest-cov | ||
nbval>=0.9.6 | ||
ipykernel>=5.3.4 | ||
nbval | ||
fastparquet==0.4.1 | ||
flake8 | ||
check-manifest>=0.45 | ||
check-manifest>=0.41 | ||
twine>=3.1.1 | ||
kaggle |
This file contains 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
This file contains 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