-
Notifications
You must be signed in to change notification settings - Fork 62
Fix Series docs #774
Fix Series docs #774
Conversation
.. command-output:: python ./series/series_astype.py | ||
:cwd: ../../../examples | ||
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.
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 |
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.
May be a bit redundant? It's ok in short variant I think
- 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``. |
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.
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. |
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.
- Parameter ``inplace`` supported as literal value only. | |
- Parameter ``inplace`` is supported with literal value only. |
conflict |
Conflict |
No description provided.