-
Updated
Oct 27, 2020 - Jupyter Notebook
pandas-dataframe
Here are 871 public repositories matching this topic...
-
Updated
Oct 11, 2020 - Python
codebasics / py
-
Updated
Oct 31, 2020 - Jupyter Notebook
-
Updated
Oct 31, 2020 - Go
-
Updated
Oct 18, 2020 - Python
-
Updated
Aug 30, 2020 - Python
Documentation problem
The current documentation demonstrates pandera
usage by using the pa.PandasDtype
enum, which can make things look a little unfamiliar to new-comers, especially since it now supports the use of python types and numpy scalar types, for example, see:
- documentation example: https://pandera.readthedocs.io/en/stable/#quick-start
- docstrings example: https://githu
-
Updated
Oct 7, 2020 - Go
-
Updated
Mar 4, 2020 - Python
-
Updated
Oct 30, 2020 - Python
-
Updated
Oct 27, 2020 - Jupyter Notebook
-
Updated
Oct 26, 2020 - Jupyter Notebook
-
Updated
Sep 4, 2020 - Python
-
Updated
Jul 24, 2019 - Python
-
Updated
Oct 22, 2020 - C
-
Updated
May 11, 2020 - Jupyter Notebook
-
Updated
May 14, 2020 - Python
-
Updated
Aug 13, 2020 - Python
-
Updated
Aug 29, 2020 - Python
-
Updated
Oct 30, 2020 - Python
-
Updated
Oct 26, 2020 - Python
-
Updated
Dec 2, 2019 - Python
-
Updated
Aug 10, 2020 - Python
-
Updated
Oct 22, 2018 - Jupyter Notebook
-
Updated
Aug 1, 2020 - Python
-
Updated
May 15, 2020 - Python
-
Updated
Apr 29, 2019 - 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?