Skip to content
#

dataframes

Here are 109 public repositories matching this topic...

pdpipe
Devligue
Devligue commented May 4, 2020

Hi, would it be possible to make the user warnings display only when using pipes that actually depend on these imports? Or at least display them in a way that allows filtering out (with logging package perhaps)?

It's just a minor flaw on otherwise great package. Awesome work!

cosmicBboy
cosmicBboy commented Jul 6, 2020

Is your feature request related to a problem? Please describe.

Currently the built-in Check methods relating to the comparison operators <, >, ==, etc. are sort of long and unwieldy (the rationale here was to make it human-readable). However, it seems like pandas and indeed python uses shorthand of ge (>=), le (<=), etc. for these binary operators.

**Describe the soluti

Improve this page

Add a description, image, and links to the dataframes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dataframes topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.