Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
Prev Previous commit
Next Next commit
Add limitation
  • Loading branch information
etotmeni committed Apr 20, 2020
commit c01a32916f44ea64920e34fe4e638a42c47aa40f
1 change: 1 addition & 0 deletions sdc/datatypes/hpat_pandas_dataframe_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2242,6 +2242,7 @@ def sdc_pandas_dataframe_at(self):

Limitations
-----------
- ``Dataframe.at`` always returns ``array``.
- Parameter ``column`` in ``idx`` must be a literal value.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add limitation, that at always returns Series


Pandas API: pandas.DataFrame.at
Expand Down