Dean Langsam

Results 10 issues of Dean Langsam

# Basic Functionality if series > scalar, and inside condition, and setitem... might be complex to implement. # Hooks Upon __ge__ and __setitem__ maybe more # Hook Type pre #...

_Hints

# Basic Functionality if 3 or more are called in the same line, suggest multiline ``` (df .f() .g() .h() ) ``` # Hooks Upon (almost) everything # Hook Type...

_Hints

# Basic Functionality when the user calls reset_index try to understand if the index is meaningful. If not, suggest reset_index with drop=True # Hooks Upon `reset_index` # Hook Type `pre`...

_Hints

# Brief Description Inside a notebook have the option to make dovpanda only work on selected cells with cellmagic example: ``` %%dovpanda df = pd.concat((df1,df2)) df.iloc[0,0] ``` ``` %dovpanda df...

help wanted
_Framework

Design option: one ledger per package

_Framework

give option such as `dovpanda.add_checks()` which will add more hooks for dev checks

enhancement
_Framework
blocked

i.e. `df.shape`

_Framework

- [x] closes #120 # Description

* The streamdeck syntax is `keyword = ` * edited the readme to show the keyword option and also show the options already in code `select`,`flag`,`rating`