digital-cognition-co-in / DigitalCognition

DigitalCognition - Main repo - Core Product
2 stars 2 forks source link

Round value using ceil and floor mode #17

Open RohitDhankar opened 4 years ago

RohitDhankar commented 4 years ago

In a Python method , within a Pandas DF , Round-off the value's using ceil and floor mode.

RohitDhankar commented 4 years ago

Ayush has coded the base method - rohit has added wrapper code as seen in Python Notebook . Task done by @Ak-Shaw , now @RohitDhankar to integrate . Ceil_Floor.zip

RohitDhankar commented 4 years ago

Need to check this == https://github.com/numpy/numpy/issues/9068