Skip to content

Commit

Permalink
Merge branch 'Sabrina_Hassaim/read_archive' of https://github.com/Sab…
Browse files Browse the repository at this point in the history
…rina-Hassaim/pyjanitor into Sabrina_Hassaim/read_archive
  • Loading branch information
Sabrina-Hassaim committed Jan 27, 2025
2 parents 5173855 + b262e6a commit 4c84cd6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ Contributors
- [@joranbeasley](https://github.com/joranbeasley) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%joranbeasley)
-[@kianmeng](https://github.com/kianmeng) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/pull/1290#issue-1906020324)
- [@lbeltrame](https://github.com/lbeltrame) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/pull/1401)
- [@Sabrina-Hassaim](https://github.com/Sabrina-Hassaim) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3ASabrinaHassaim)
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
2 changes: 1 addition & 1 deletion README.md
1 change: 1 addition & 0 deletions janitor/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ def _infer_file_type(file_path: str) -> str:
Raises:
ValueError if the file extension is unsupported.
"""
file_path = file_path.lower()
if file_path.endswith(".zip"):
return "zip"
elif file_path.endswith((".tar", ".tar.gz")):
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/AUTHORS.md
2 changes: 1 addition & 1 deletion mkdocs/CHANGELOG.md

0 comments on commit 4c84cd6

Please sign in to comment.