-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Add parameter to select item attributes to get when calling the following functions:
get_dftransactions.get_all_itemstransactions.get_itemtransactions.get_items
The parameter would take a list of attribute names.
Example
>>> df = get_df(
... table="players",
... keys=[{"player_id": "player_three"}, {"player_id": "player_one"}],
... attributes=["player_id", "play_time"],
... )
>>> print(df)
player_id play_time
0 player_three 1 days 14:01:19
1 player_one 2 days 17:41:55Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request