Vladimir

Results 14 comments of Vladimir

> > An imperfect solution to reduce verbosity that you can apply right away: > > ```python > from typing import Any > import pandera as pa > from pandera.typing...

> Would welcome a PR to add this option at the dataframe-schema level! > > To open up a discussion about the semantics of options at the dataframe- and field-...

@nicolaskruchten Hello! I am interested in using this feature. Now that we're reaching April 2022 and plotly 2.11, are there any updates on this PR?

Though you have every right to be upset about matchmaking abuse, creating a precise smurf detection algorithm probably lies within machine learning territory (and as a data science intern I...

Add this to your userChrome.css: ``` /* Tabliss CSS */ #identity-box.extensionPage #identity-icon-label { display: none !important; background: none !important; } #identity-icon-box { background: none !important; } ```

@PanopticaRising @joelshepherd Hello! Friendly ping - any updates on this PR? How much progress is needed for your changes to be merged to the main branch? From what I can...

I can confirm that this issue still exists as of October.

Well, absence of this feature makes me sad. For the moment this feature is unavailible, does anyone have an idea as to how to validate a value in a pandas...

> I had a need for composite key validation where I had to validate that all rows are unique when two columns are combined. I created a custom validation to...