cape-dataframes icon indicating copy to clipboard operation
cape-dataframes copied to clipboard

Privacy transformations on Spark and Pandas dataframes backed by a simple policy language.

Results 31 cape-dataframes issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

Hi, I'd like to use cape-privacy in a project, however, said project runs pandas 1.2 which not compatible with cape-python's dependency constraint of `pandas~=1.0.3`. As pandas 1.0 is now more...

**Describe the bug** Documentation site is password-protected **Expected behavior** Documentation of an open-source project is public. **Screenshots**

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

**Describe the bug** Calling the class `DatePerturbation` **To Reproduce** ``` >>> def load_dataset(sess=None): dataset = pd.DataFrame({ "name": ["alice", "bob"], "age": [34, 55], "birthdate": [pd.Timestamp(1985, 2, 23), pd.Timestamp(1963, 5, 10)], "salary":...

**Describe the bug** Is it possible to get same masked value for a an integer for its all occurrences In below sample, i am defining a column as age which...