diff options
| author | Yuval Adam <_@yuv.al> | 2021-03-26 14:09:13 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-03-26 14:09:27 +0300 |
| commit | 60ba524bc95d826586fd3a9a20dd861d3a64e2ec (patch) | |
| tree | 76d1920b791361a5662e36be36da6904da504b6e /stats.py.ipynb | |
| parent | 9b791fd4b16eba74b7ad28252e7fe7b1a617ca53 (diff) | |
Move csvs into cities
Diffstat (limited to 'stats.py.ipynb')
| -rw-r--r-- | stats.py.ipynb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/stats.py.ipynb b/stats.py.ipynb index eff8cdd..dfc580d 100644 --- a/stats.py.ipynb +++ b/stats.py.ipynb @@ -14,7 +14,7 @@ { "cell_type": "code", "execution_count": 199, - "id": "viral-evans", + "id": "lightweight-syracuse", "metadata": {}, "outputs": [], "source": [ @@ -30,7 +30,7 @@ "source": [ "vals = range(21, 25)\n", "indexes = [0,1,1,1] # first file has no סמל ועדה column\n", - "dfs = [pd.read_csv(f\"{e}.csv\", index_col=i, encoding=\"iso-8859-8\") for e, i in zip(vals, indexes)]\n", + "dfs = [pd.read_csv(f\"cities/{e}.csv\", index_col=i, encoding=\"iso-8859-8\") for e, i in zip(vals, indexes)]\n", "\n", "# cleanup NaN columns\n", "del dfs[2][\"Unnamed: 37\"]\n", @@ -73,7 +73,7 @@ { "cell_type": "code", "execution_count": 296, - "id": "ahead-monday", + "id": "apparent-luther", "metadata": {}, "outputs": [], "source": [ @@ -84,7 +84,7 @@ { "cell_type": "code", "execution_count": 358, - "id": "competent-contemporary", + "id": "greenhouse-dealer", "metadata": {}, "outputs": [], "source": [ @@ -112,7 +112,7 @@ { "cell_type": "code", "execution_count": 370, - "id": "warming-afghanistan", + "id": "impressed-contrary", "metadata": {}, "outputs": [ { @@ -320,7 +320,7 @@ { "cell_type": "code", "execution_count": 359, - "id": "romantic-position", + "id": "spoken-survival", "metadata": {}, "outputs": [ { @@ -353,7 +353,7 @@ { "cell_type": "code", "execution_count": 360, - "id": "comparable-width", + "id": "stone-newcastle", "metadata": {}, "outputs": [ { @@ -386,7 +386,7 @@ { "cell_type": "code", "execution_count": 362, - "id": "million-melbourne", + "id": "immune-estate", "metadata": {}, "outputs": [ { @@ -419,7 +419,7 @@ { "cell_type": "code", "execution_count": 363, - "id": "precise-baker", + "id": "sharing-occasion", "metadata": {}, "outputs": [ { @@ -452,7 +452,7 @@ { "cell_type": "code", "execution_count": 364, - "id": "danish-vanilla", + "id": "enormous-terror", "metadata": {}, "outputs": [ { @@ -485,7 +485,7 @@ { "cell_type": "code", "execution_count": 365, - "id": "ruled-diesel", + "id": "synthetic-profit", "metadata": {}, "outputs": [ { @@ -518,7 +518,7 @@ { "cell_type": "code", "execution_count": 366, - "id": "acknowledged-surface", + "id": "rough-sustainability", "metadata": {}, "outputs": [ { |
