Stepan Sushko

Results 7 issues of Stepan Sushko

It would be nnatural to run rolling functions on (multidimensional) time-series (TimeArrays in Julia) and get TimeArray back. Thanks in advance.

**Describe the bug** When I try to prevent modeBar to appear or be static, it is still visible! Also modeBarButtonsToRemove is ignored, I tried examples from here https://plotly.com/julia/configuration-options/ **Version info**...

I don't use jupyter notebooks (I don't like this mess, I prefer to split a code from results), but I'd like to use interactive console (IPython/IJulia), now I'm able to...

enhancement

I'd like to have function with the same functionality as function `name` for `DataFrames.jl`, which returns full set of column names. It will allow to easily iterate by columns. p.s....

I tried to create a `RectangleGrid(t,p)`, where t is a Date, p is a float with no luck, I got error "ERROR: MethodError: Cannot `convert` an object of type Date...

I install 'exchange_calendars' using 'pip install exchange_calendars' version 4.5.4 in Python 3.10.4. Installing process is successful, but when I try to import, I get "ModuleNotFoundError: No module named 'exchange_calendars'".

I try to run this code of the example from the guide page ``` import plotly.express as px df = px.data.tips() fig = px.treemap(df, path=[px.Constant("all"), 'sex', 'day', 'time'], values='total_bill', color='time')...

bug
P2