Skip to content

Commit

Permalink
Moved src to each separate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdalle committed Dec 4, 2018
1 parent 6324e5c commit b359b8d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTE.md
Expand Up @@ -12,7 +12,7 @@ Bidra med egen data genom att följa dessa riktlinjer.
- CSV
- JSON

Katalogen [/src](/src) innehåller kod för att konvertera originalfiler till och från JSON respektive CSV.
Katalogen `src` som finns inuti en del kataloger innehåller kod för att konvertera originalfiler (exempelvis till CSV). Var noga med att antingen ta med originalfilerna (om licensen tillåter det) eller beskriva hur originalfilerna kan hämtas!

## Dokumentation

Expand Down
2 changes: 2 additions & 0 deletions src/name-json-to-csv.py → namn/src/name-json-to-csv.py
@@ -1,3 +1,5 @@
# Convert names in separate JSON files (kvinnonamn.json and mansnamn.json)
# to separate CSV files.
import json
import csv

Expand Down
@@ -1,3 +1,5 @@
# Convert names in separate JSON files (kvinnonamn.json and mansnamn.json) to
# a single CSV file (namn.csv) with `name` and `gender` headers.
import json
import csv

Expand Down
File renamed without changes.
6 changes: 0 additions & 6 deletions src/README.md

This file was deleted.

0 comments on commit b359b8d

Please sign in to comment.