Devin Stein
Devin Stein
@dosu-bot Here are changes from Pandas 2.0.0 ``` Removal of prior version deprecations/changes Removed Int64Index, UInt64Index and Float64Index. See also [here] for more information Removed deprecated Timestamp.freq, Timestamp.freqstr and argument...
Hi @edwardps, glad Dosu (the bot) was able to help you narrow down the cause. I believe the bot is correct that the issue has something to do with the...
@edwardps Sounds good, let me know. > BTW, Dosu works awesome! Thank you! Let me know if you have other open source projects that could benefit from it. ^I'm still...
Thanks @edwardps that's helpful...that means it's failing to execute [this code](https://github.com/jupyter-incubator/sparkmagic/blob/master/sparkmagic/sparkmagic/kernels/wrapperkernel/sparkkernelbase.py#L187-L193) while the kernel is getting created. I ran into this issue when I tried to make the `_register_auto_viz()` function...
@sunayansaikia `%%configure` customization is a common feature request. I like the angle of using a function to programmatically fetch variables. Dosu's approach seems reasonable at a glance as long as...
Hi @ltregan thanks for opening an issue. I'm looking into this today
@ltregan I'm unable to reproduce. Can you check if you are still running into issues?
@ltregan Thanks for the screenshots. I'm able to reproduce
@kernelguardian Can you share a working code snippet? We are also running into this issue
@J0 @kernelguardian Thanks appears to be working for us now