Suggestion: Documentation / Examples / Extensions for working with DataFrame objects #437
Replies: 1 comment
-
Hey @IntegerMan, thanks for reaching out.
Let me first clarify this, because it is not true. There is significant work done on
Also, the split between people asking F# or C# related questions is quite even
Multiple things to unpack here:
So TL;DR: This library started out as a F# library that branched out to provide a quite good C# API as well. For plotly.express-like features, there are some ecosystem-specific questions to answer first, before deciding on how to tackle implementation. It seems like you used the Core F# API from C# right? how was that experience so far? Could you give |
Beta Was this translation helpful? Give feedback.
-
Description
I'm a Die Hard Plotly user in Python and I love Polyglot Notebooks, so I was extremely excited to see that this repository exists and also has a formatter for Polyglot Notebooks / .NET Interactive.
I would like to see more documentation around using Plotly .NET with Microsoft.Data.Analysis.DataFrame objects in C#, and perhaps some extension methods on DataFrame or DataFrameColumn to more easily support using Plotly .NET for visualizing DataFrame objects, as I see this as a primary use case for the library - particularly given Plotly Express' amazing capabilities with Pandas DataFrames in Python.
I know this library is primarily intended for F#, but people will definitely try to use it with C# from Polyglot.
Beta Was this translation helpful? Give feedback.
All reactions