Skip to content

Commit

Permalink
fix docs part 3 - should probably work out how to do this locally!
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisfogden committed Apr 28, 2024
1 parent 74f0296 commit 7ae254c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/heavylight/heavytables.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ def __init__(self, df:pd.DataFrame, rectify=False, safe=True):
"""Initialise a table from a dataframe.
parameters:
`df`: the pandas dataframe used to initialise the table
`rectify`: force table to be rectangular (default False)
`safe`: validates that integers are between bounds (default True)
df: the pandas dataframe used to initialise the table
rectify: force table to be rectangular (default False)
safe: validates that integers are between bounds (default True)
Tables should be in long format:
- the final column containing the values to look up
Expand Down

0 comments on commit 7ae254c

Please sign in to comment.