-
Updated
Oct 19, 2020 - Jupyter Notebook
pandas-dataframe
Here are 852 public repositories matching this topic...
-
Updated
Oct 11, 2020 - Python
codebasics / py
-
Updated
Oct 20, 2020 - Jupyter Notebook
-
Updated
Oct 20, 2020 - Go
-
Updated
Oct 18, 2020 - Python
-
Updated
Aug 30, 2020 - Python
-
Updated
Mar 4, 2020 - Python
-
Updated
Oct 7, 2020 - Go
Is your feature request related to a problem? Please describe.
Since dropping python 3.5 #142 the pandera code-base can now use f-string formatting for conciseness and
Describe the solution you'd like
- replace all instances of
'%s'formatting withf"{}"string formatting
-
Updated
Oct 22, 2020 - Python
-
Updated
Sep 29, 2020 - Jupyter Notebook
-
Updated
Oct 18, 2020 - Jupyter Notebook
-
Updated
Sep 4, 2020 - Python
-
Updated
Jul 24, 2019 - Python
-
Updated
Oct 22, 2020 - C
-
Updated
May 14, 2020 - Python
-
Updated
May 11, 2020 - Jupyter Notebook
-
Updated
Aug 13, 2020 - Python
-
Updated
Aug 29, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 14, 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?