Cedric

Results 6 comments of Cedric

What is the use case you have in mind? My thoughts are that it's quite easy to make a `assert df.shape == (X,Y)` at the beginning of a function, so...

When I looked at this as I developed this module, I couldn't find an easy way to integrate. I haven't checked since, so in case you have any pointer on...

Hi @qiuwei, Thank you for the suggestion. What would be the use case for this? This library was developed with mainly Data Science use cases in mind, where you systematically...

Hi @martijnlentink , Thank you for the pull request, great additions. Unfortunately I can't make it work. I tried Python 3.6, 3.7, 3.8, and on all it seems `NewType` is...

I haven't found any other way that works, so I would say yes let's go with this

Thank you for the suggestion @WestXu I'll have a look at what can be done and how it can fit into the current syntax. Don't hesitate to elaborate on this...