tidypyverse / tidypandas

A grammar of data manipulation for pandas inspired by tidyverse
https://tidypyverse.github.io/tidypandas/
MIT License
91 stars 7 forks source link

bug fixes #23

Closed grahitr closed 2 years ago

grahitr commented 2 years ago

Following is fixed

  1. _is_kwargable raises error in case of numpy functions
  2. summarise with predicate test failing image

20

talegari commented 2 years ago

try makes me feel a bit jittery as the error could be anything. Should we be testing if the input for is_kwargable is a callable at least?

grahitr commented 2 years ago

try makes me feel a bit jittery as the error could be anything. Should we be testing if the input for is_kwargable is a callable at least?

Made necessary changes in the #24.