dotnet / dotnet/machinelearning
Implement DataFrame.Shape method
Open
area-DataFrame
enhancement
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.