We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs said Dataframe.ctypes is Series - https://danfo.jsdata.org/api-reference/dataframe/dataframe.dtypes
But type definition is "any []" - https://github.com/opensource9ja/danfojs/blob/master/danfojs-node/types/core/frame.d.ts#L337
It's returning as Series in the source - https://github.com/opensource9ja/danfojs/blob/eb5919d2cac34271fc3b725fa24aa3ad4eacde37/danfojs/src/core/frame.js#L1848
Should the type definition be fixed?
Thank you!
The text was updated successfully, but these errors were encountered:
Fixes #198 Update ctypes type
9fd8f87
FIXED in #211
Sorry, something went wrong.
Merge pull request #211 from opensource9ja/fix/update-type
ffc598e
Successfully merging a pull request may close this issue.
Docs said Dataframe.ctypes is Series - https://danfo.jsdata.org/api-reference/dataframe/dataframe.dtypes
But type definition is "any []" - https://github.com/opensource9ja/danfojs/blob/master/danfojs-node/types/core/frame.d.ts#L337
It's returning as Series in the source - https://github.com/opensource9ja/danfojs/blob/eb5919d2cac34271fc3b725fa24aa3ad4eacde37/danfojs/src/core/frame.js#L1848
Should the type definition be fixed?
Thank you!
The text was updated successfully, but these errors were encountered: