Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add data 0821 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Install dependencies from requirements.txt:
pip install -r requirements.txt
```

This is a dummy change for demonstration purposes.
You can also use the pipenv tool, like this:
```shell
pipenv install -r requirements.txt
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mangler det ikke noe her?

```


## Running tests
Install dependencies (from root directory):
```shell
Expand Down
7 changes: 4 additions & 3 deletions covid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
"# Extract the municipality name and use it as a column name\n",
"#df_geo['navn'] = df_geo['navn'].apply(lambda x: get_municipality(x))\n",
"df_geo.rename(columns = {'navn': 'kommune_geo'}, inplace = True)\n",
"df_geo.head()\n",
"df_geo.tail()\n",
"\n",
"#df_geo.dropna(inplace=True)\n",
"#df_geo.info()\n",
"#df_geo[df_geo['geometry'].isnull()]"
Expand Down Expand Up @@ -376,9 +377,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.8.10"
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 4
}