olavt
olavt
Any plans to support .NET Core?
When downloading prices for stocks, I see that prices are a When downloading stock prices from: https://finance.yahoo.com/quote/KAHOT.OL/history?p=KAHOT.OL I see that some prices are shown with many decimals like this: 3/4/2022...
.Net Core 3.1 Microsoft.Data.Analysis Nuget package version: 0.19.1 This would be the logical way to call the method: dataFrame.Columns["Date_left"].SetName("Date"); But, this does not result in the column being properly renamed....
.Net Core 3.1 Microsoft.Data.Analysis Nuget package version: 0.19.1 The last line of the following program crashes with the exception: System.ArgumentException: 'Cannot cast column holding System.Double values to type System.Double' using...
.Net Core 3.1 Microsoft.Data.Analysis Nuget package version: 0.19.1 This code results in a hang in DataFrame.Join: using Microsoft.Data.Analysis; using System; using System.Linq; namespace TestDataFRame { internal class Program { static...
Given two DataFame objects it should be easy to perform a simple outer join to achieve these results: DataFrame1: Date | ClosePrice -- | -- 3/1/2022 12:00:00 AM | 10.5...
On the page it's written: "With ASP.NET Core and with Microsoft.ApplicationInsights.AspNetCore >= 2.15.0 you can configure AppInsights options via appsettings.json" Further down the page: "There's no ApplicationInsights.config for ASP.NET Core...
I flashed the nRF52840 MDK USB Dongle with a .uf2 RCP firmware according to the recipe found here: https://studiofuga.com/blog/2023-05-19-changing-firmware-of-mdk-usb-dongle/ It seems that the nRF52840 MDK USB Dongle is recognized as...
I just upgraded from 5.9.0 to 5.10.0 by doing this: 1) Pulled down the 5.10.0 Docker image 2) Stopped the running 5.9.0 Docker container 3) Started a new 5.10.0 Docker...
People need to re-configure their WiFi networks from time to time. Having to rebuild the Matter fabrics / networks as a consequence would be very painful. I'm not sure how...