This repository was archived by the owner on Feb 2, 2024. It is now read-only.
Fix Series docs#774
Merged
AlexanderKalistratov merged 3 commits intoIntelPython:masterfrom Mar 27, 2020
Merged
Conversation
PokhodenkoSA
approved these changes
Mar 25, 2020
akharche
reviewed
Mar 25, 2020
| @@ -1843,19 +1843,19 @@ def hpat_pandas_series_astype(self, dtype, copy=True, errors='raise'): | |||
|
|
|||
Contributor
There was a problem hiding this comment.
dtype two times in caption
:caption: Cast a pandas object to a specified dtype dtype.
| Limitations | ||
| ----------- | ||
| - Parameter level is currently unsupported by Intel Scalable Dataframe Compiler | ||
| - Parameter ``level`` is currently unsupported by Intel Scalable Dataframe Compiler |
Contributor
There was a problem hiding this comment.
May be a bit redundant? It's ok in short variant I think
Suggested change
| - Parameter ``level`` is currently unsupported by Intel Scalable Dataframe Compiler | |
| - Parameter ``level`` is currently unsupported. |
| ----------- | ||
| Parameter ``axis`` is supported only with default value ``None``. | ||
| Parameter ``skipna`` cannot be ``False`` with data of string type. | ||
| - Parameter ``axis`` is supported only with default value ``None``. |
Contributor
There was a problem hiding this comment.
Let's be more consistent and write either "is supported only with default value" or 'not supported'
| - Parameter inplace supported as literal value only | ||
| - Parameters ``method``, ``limit`` and ``downcast`` are currently unsupported | ||
| by Intel Scalable Dataframe Compiler. | ||
| - Parameter ``inplace`` supported as literal value only. |
Contributor
There was a problem hiding this comment.
Suggested change
| - Parameter ``inplace`` supported as literal value only. | |
| - Parameter ``inplace`` is supported with literal value only. |
akharche
approved these changes
Mar 25, 2020
Contributor
|
conflict |
densmirn
approved these changes
Mar 25, 2020
Collaborator
|
Conflict |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.