Skip to content

Commit

Permalink
add presentation nb
Browse files Browse the repository at this point in the history
  • Loading branch information
pmayd committed Jan 29, 2024
1 parent ceff3ad commit 3e7d98d
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion nb/presentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# ---

# %%
from pprint import pprint

import pystatis

# %% [markdown]
Expand All @@ -38,7 +40,26 @@
# ### Table

# %%
t = pystatis.Table(name="12111-01-01-5-B")
t = pystatis.Table(name="32111-01-01-4")

# %%
t.get_data()

# %%
t.data

# %%
t.raw_data.splitlines()

# %%
pprint(t.metadata)

# %%
t = pystatis.Table(name="12111-01-01-5-B")

# %%
# runs for roughly 2 minutes
t.get_data() # GENESIS starts a backghround job and we wait 3000 seconds -> no action required

# %%
t.data # 122058 x 18 columns

0 comments on commit 3e7d98d

Please sign in to comment.