SciSharp / Pandas.NET

Pandas port for C# and F#, data analysis tool, process multi-dim array in DataFrame.
557 stars 76 forks source link

Non Pandas function arange #33

Open brettwebst opened 3 months ago

brettwebst commented 3 months ago

Does the arange function belong in the Pandas.NET framework? I believe this is strictly a NumSharp function. Would it make sense to simply offer a forwarded call to NumSharp from PandasNET vs implementing it's own?