-
Updated
Mar 11, 2021 - Jupyter Notebook
pandas-dataframe
Here are 1,034 public repositories matching this topic...
codebasics / py
-
Updated
Feb 27, 2021 - Jupyter Notebook
-
Updated
Dec 19, 2020 - Python
-
Updated
Feb 26, 2021 - Python
-
Updated
Mar 7, 2021 - Go
-
Updated
Nov 25, 2020 - Jupyter Notebook
Location of the documentation
https://pandera.readthedocs.io/en/stable/checks.html
Documentation problem
An important piece of functionality is that ignore_na=True in a Check will drop elements with nulls (for columns) and rows with any nulls (for dataframe checks)
Suggested fix for documentation
Add documentation for this in the user guide so that it's highlighted
-
Updated
Mar 7, 2021 - Go
-
Updated
Feb 15, 2021 - Python
-
Updated
Mar 4, 2020 - Python
-
Updated
Mar 3, 2021 - Python
-
Updated
Mar 13, 2021 - Jupyter Notebook
-
Updated
Mar 12, 2021 - Jupyter Notebook
-
Updated
Nov 30, 2020 - Jupyter Notebook
-
Updated
Dec 16, 2020 - Python
-
Updated
May 11, 2020 - Jupyter Notebook
-
Updated
Feb 23, 2021 - Python
-
Updated
Mar 11, 2021 - Python
-
Updated
Mar 11, 2021 - C
-
Updated
Jan 7, 2021 - Python
-
Updated
Feb 3, 2021 - Python
-
Updated
Jan 3, 2021 - Python
-
Updated
Dec 13, 2020 - Python
For some of the golden test table in connectors do not have schemaString field defined in metadata. Here is an example: connectors/golden-tables/src/test/resources/golden/canonicalized-paths-normal-a.
-
Updated
Dec 2, 2019 - Python
-
Updated
Mar 6, 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."


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?