-
Updated
Aug 14, 2021 - Jupyter Notebook
pandas-dataframe
Here are 1,263 public repositories matching this topic...
codebasics / py
-
Updated
Aug 17, 2021 - Jupyter Notebook
-
Updated
Jun 25, 2021 - Python
-
Updated
Jul 8, 2021 - Python
-
Updated
Aug 19, 2021 - Go
-
Updated
Aug 6, 2021 - Jupyter Notebook
-
Updated
Jun 26, 2021 - Jupyter Notebook
I'm using black and isort for other projects (see e.g. https://github.com/hyperopt/hyperopt/pull/748/files) and find them quite useful to have more consistent codebase. I think you should drop python3.5 support though, as black is python3.6+. Is this something you would be open to consider?
-
Updated
Apr 22, 2021 - Go
-
Updated
Aug 7, 2021 - Python
-
Updated
May 15, 2021 - Jupyter Notebook
-
Updated
Mar 4, 2020 - Python
-
Updated
Jul 30, 2021 - Python
-
Updated
May 11, 2020 - Jupyter Notebook
-
Updated
Apr 30, 2021 - Jupyter Notebook
-
Updated
Aug 19, 2021 - Python
-
Updated
Aug 19, 2021 - Python
Description
Use Case
From delta-io/delta-rs#393 (comment). Some of the backends like S3 support batch delete operation. We should leverage this in vacuum for better performance and lower cost (API call).
We could add a new delete_objs
to the StorageBackend
trait as an abstraction for batch deletes.
Related Issue(s)
#393
-
Updated
Jun 9, 2021 - Python
-
Updated
May 5, 2021 - C
-
Updated
Jun 2, 2021 - Python
-
Updated
Feb 3, 2021 - Python
-
Updated
Jan 3, 2021 - Python
-
Updated
Jun 20, 2021 - Python
-
Updated
Jul 11, 2021 - Python
-
Updated
Jul 26, 2021 - Python
-
Updated
Mar 12, 2021 - Python
Improve this page
Add a description, image, and links to the pandas-dataframe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pandas-dataframe topic, visit your repo's landing page and select "manage topics."
Describe the bug
pa.errors.SchemaErrors.failure_cases only returns the first 10 failure_cases
Note: Please read [this guide](https://matthewrocklin.c