We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The indentation of the dtype parameter and closing parenthesis in the get_df with dtype example in docs/overview.rst are incorrect:
dtype
get_df
docs/overview.rst
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. } )
Should read:
The text was updated successfully, but these errors were encountered:
The same issue is present in the README as well.
Sorry, something went wrong.
Fix indentation in code examples (#50)
c2f4939
Successfully merging a pull request may close this issue.
The indentation of the
dtype
parameter and closing parenthesis in theget_df
withdtype
example indocs/overview.rst
are incorrect:Should read:
The text was updated successfully, but these errors were encountered: