Skip to content

Bad indentation in get_df docs dtype example #55

@DrGFreeman

Description

@DrGFreeman

The dtype parameter in one of the examples in the get_df function docs is not properly indented.

>>> df = get_df(
... table="players",
... keys=keys(player_id=["player_two", "player_four"]),
... dtype={
... "bonus_points": "Int8",
... "last_play": "datetime64[ns, UTC]",
... # "play_time": "timedelta64[ns]" # See note below.
... }
... )

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions