-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
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
added documentation + fixed ipynb files #19
Conversation
Signed-off-by: Dhrubo Saha <[email protected]>
other words, provide a small test case which we can run to confirm your | ||
bug. It makes it easier to find the problem and to fix it. Test cases | ||
should be provided as python scripts, ideally with some details of your | ||
Elasticsearch environment and index mappings, and (where appropriate) a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to opensearch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll delete this file in the next PR (mistakenly uploaded). I'm referring to our Contributing.md
Signed-off-by: Dhrubo Saha <[email protected]>
+---------------------------------------+------------+ | ||
| Method or Property | Supported? | | ||
+=======================================+============+ | ||
| ``ed.DataFrame.abs()`` | No | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does ed
mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Question. ed
is used as short form of eland
. I was looking at that file. This file is auto generated. I pushed a commit to delete this file and later I will fork the code to generate this rst by itself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, actually I see ed
in other files too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, those are in the code files. To reflect/change the variable name, requires another larger PR, which I'm planning to do after this PR.
Signed-off-by: Dhrubo Saha <[email protected]>
Signed-off-by: Dhrubo Saha [email protected]
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.