Skip to content

Commit

Permalink
fixing overwritten changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zosiaboro committed Jan 30, 2024
1 parent f6ea000 commit bdba72c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion nb/presentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

# %%
# GENESIS
t = pystatis.Table(name="71321-0001")
t = pystatis.Table(name="43311-0001")
t.get_data()
t.data

Expand All @@ -148,3 +148,12 @@
t = pystatis.Table(name="2000S-1006")
t.get_data()
t.data

# %% [markdown]
# The `get_data()` method supports all parameters that you can pass to the API, like `startyear`, `endyear` or `timeslicec`

# %%
# GENESIS
t = pystatis.Table(name="43311-0001")
t.get_data(startyear=2000)
t.data

0 comments on commit bdba72c

Please sign in to comment.