dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.05k stars 1.88k forks source link

Implement DataFrame.Shape method #7296

Open tonyqus opened 1 week ago

tonyqus commented 1 week ago

The dataframe in Python supports shape method. It returns the dimensionality of the DataFrame. Doc: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.shape.html

Do you have plan to implement this method?