We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2da9c9 commit 95c09fdCopy full SHA for 95c09fd
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ssb-konjunk"
3
-version = "2.0.1"
+version = "2.0.2"
4
description = "SSB Konjunk 422"
5
authors = ["Johanne Saxegaard <jox@ssb.no>, Halvor Steffenssen <hvr@ssb.no>"]
6
license = "MIT"
src/ssb_konjunk/saving.py
@@ -382,7 +382,7 @@ def read_ssb_file(
382
f"Columns argumentet blir ignorert for {filetype} filer, hele filen vil bli lastet inn.",
383
stacklevel=2,
384
)
385
- df = pd.read_json(file_path, lines=False)
+ df = pd.read_json(file_path, lines=True)
386
elif filetype == "json":
387
if columns is not None:
388
warnings.warn(
0 commit comments