dynamo-pandas icon indicating copy to clipboard operation
dynamo-pandas copied to clipboard

Make working with pandas data and AWS DynamoDB easy

Results 4 dynamo-pandas issues
Sort by recently updated
recently updated
newest added

https://github.com/DrGFreeman/dynamo-pandas/pull/76 bumped black to 24.3.0 in `requirements-dev.txt` however the version in `.pre-commit-config.yaml` is still 22.3.0. Align the two versions to avoid formatting conflicts.

dependencies

@DrGFreeman Is this repo still active? I built an update functionality for updating selected columns in a dataframe to dynamodb using your module, and I'd want to contribute that functionality.

Could we get dataframe from Dynamodb with filtering on attribute value? I know right now we can filter on keys, but not sure if we can filter on attribute value....

Hi, firstly this package looks like it could really make my life easier, so thanks for putting the time in! i'm not a dynamoDB expert, so sorry if this is...

enhancement