-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
HacktoberfestdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Milestone
Description
The dtype parameter in one of the examples in the get_df function docs is not properly indented.
dynamo-pandas/dynamo_pandas/dynamo_pandas.py
Lines 66 to 74 in 3e51320
| >>> 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
Labels
HacktoberfestdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers