ExisteUnDelta

Results 7 issues of ExisteUnDelta

Support to Athena https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html https://docs.aws.amazon.com/athena/latest/ug/athena-bi-tools-jdbc-odbc.html

[https://github.com/mdipietro09/DataScience_ArtificialIntelligence_Utils/issues/11](url)

Hi! First, congratulations, is an amazing visualisation that I used but in a not so nice/clean way :) :+1: do you know also used for analize ECG http://www.fitlabtech.net/index.html#about https://en.wikipedia.org/wiki/Poincar%C3%A9_plot Doing...

Do you know any resource to easily mount a nifi kubernetes cluster on google cloud? thanks!

Is it possible to use CardinalityBy with PrecisionThreshold in FluentNest? How to :)

I will try to explain myself better than in [https://github.com/hoonzis/fluentnest/issues/14] suppose you have documents that like Datetime: time when that happens PageNumber : number of the page Book: Name of...

Would be possible to do something like: ``` IAggregationContainer aggregations = new AggregationContainerDescriptor() .SumBy(x => x.metric1) .GroupBy(x => x.field1) .SumBy(x => x.metric2) .SumBy(x => x.metric1) .CardinalityBy(x => x.field2) .Terms("metricbyfield3", t...