Skip to content

Commit 4c84cd6

Browse files
Merge branch 'Sabrina_Hassaim/read_archive' of https://github.com/Sabrina-Hassaim/pyjanitor into Sabrina_Hassaim/read_archive
2 parents 5173855 + b262e6a commit 4c84cd6

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,4 @@ Contributors
114114
- [@joranbeasley](https://github.com/joranbeasley) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%joranbeasley)
115115
-[@kianmeng](https://github.com/kianmeng) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/pull/1290#issue-1906020324)
116116
- [@lbeltrame](https://github.com/lbeltrame) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/pull/1401)
117+
- [@Sabrina-Hassaim](https://github.com/Sabrina-Hassaim) | [contributions](https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3ASabrinaHassaim)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mkdocs/devguide.md
1+
mkdocs/devguide.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mkdocs/index.md
1+
mkdocs/index.md

janitor/io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ def _infer_file_type(file_path: str) -> str:
866866
Raises:
867867
ValueError if the file extension is unsupported.
868868
"""
869+
file_path = file_path.lower()
869870
if file_path.endswith(".zip"):
870871
return "zip"
871872
elif file_path.endswith((".tar", ".tar.gz")):

mkdocs/AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../AUTHORS.md
1+
../AUTHORS.md

mkdocs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../CHANGELOG.md
1+
../CHANGELOG.md

0 commit comments

Comments
 (0)