Alexander Pantyukhin

Results 27 issues of Alexander Pantyukhin

Hi! Great project! It would be cool to have an ability for drawing support/resistance lines.

Would it be a good idea to have some external configuration for some measurements? For example `RunTimeMilliseconds` in `PerfBenchmark`. It could be useful to configure tests for many hardware configurations.

enhancement

Hi! I use SQL Server and get the following error ERROR: DB-Library error: DB #: 20017, DB Msg: Unexpected EOF from the server, OS #: 115, OS Msg: Operation now...

I reviewed the `Subscribe` method usages: `Subscribe(string subject, StanSubscriptionOptions options, EventHandler handler);` I think we can have some kind more improvements. Please see the following code: ```csharp var cf =...

Should we support generics? investigate/implement.

enhancement

Hi! I tried to run it on the windows 7. But got the problem that I can't install git+https://github.com/openai/baselines (it fails during installing atari-py). Did someone win it?

The Pandas has [read_excel](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html) for dataframe. I think that it would be good to have it in the Deedle.

type-proposal

Maybe this feature already exists, but I couldn't find it. I guess it would be useful to have something like this: ```fsharp let df = frame [ "A" => series...

Pandas has [iloc](https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.iloc.html) method. Does Deedle have something similar? For example Frame.iloc [| 1; 2; 3|] [| 1; 2|] series.

type-feature