Sandu Ursu
Sandu Ursu
My understanding is that these proposed changes will gradually be implemented in pandas, and there won't be a pandas2. While I see that rewriting of the Block Manager is in...
An example: ```python N = lambda x: stats.norm.cdf(x) def test(a, b): return N((b-a)/np.sqrt(a)) ``` Jake's function (in the mentioned issue above), being meant only for illustrative purposes, allows me to...
Anytime soon?
Yes. I've just installed. Looks pretty good!
@nicolaskruchten I think it's easier to look at functions being changed, than at plots. For instance, take the [endpoints_to_interval](https://github.com/plotly/plotly.py/blob/master/packages/python/plotly/plotly/figure_factory/_scatterplot.py#L17) function which is changed [here]( https://github.com/plotly/plotly.py/pull/1791/commits/6d2435bf891a2d813fd55352bd853919a8e1632a) (last). It is easy to...