githubdata
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: githubdata | ||
| Version: 8.1 | ||
| Version: 8.2 | ||
| Summary: A simple tool to get the lastest version of a dataset in a Github repository | ||
@@ -5,0 +5,0 @@ Project-URL: Homepage, https://github.com/imahdimir/githubdata |
+1
-1
@@ -7,3 +7,3 @@ [build-system] | ||
| name = "githubdata" | ||
| version = "8.1" | ||
| version = "8.2" | ||
| authors = [{ name = "Mahdi Mir", email = "imahdimir@gmail.com" }] | ||
@@ -10,0 +10,0 @@ description = "A simple tool to get the lastest version of a dataset in a Github repository" |
@@ -14,2 +14,3 @@ """ | ||
| '.prq' : None , | ||
| '.csv' : None , | ||
| } | ||
@@ -79,4 +80,6 @@ | ||
| return pd.read_excel(self.data_fp) | ||
| else : | ||
| elif self.data_suf == '.prq' : | ||
| return pd.read_parquet(self.data_fp) | ||
| elif self.data_suf == '.csv' : | ||
| return pd.read_csv(self.data_fp) | ||
@@ -83,0 +86,0 @@ def get_data_from_github(github_url) : |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
12663
1.13%106
2.91%