Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-helmeleegy committed Oct 25, 2024
1 parent e9ad46a commit f7eccfe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions src/snowflake/snowpark/modin/plugin/docstrings/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -3399,21 +3399,21 @@ def to_numpy():
This table lays out the different dtypes and default return types of to_numpy() for various dtypes within pandas.
---------------------------------------------------------
+--------------------+----------------------------------+
| dtype | array type |
---------------------------------------------------------
+--------------------+----------------------------------+
| category[T] | ndarray[T] (same dtype as input) |
---------------------------------------------------------
+--------------------+----------------------------------+
| period | ndarray[object] (Periods) |
---------------------------------------------------------
+--------------------+----------------------------------+
| interval | ndarray[object] (Intervals) |
---------------------------------------------------------
+--------------------+----------------------------------+
| IntegerNA | ndarray[object] |
---------------------------------------------------------
+--------------------+----------------------------------+
| datetime64[ns] | datetime64[ns] |
---------------------------------------------------------
+--------------------+----------------------------------+
| datetime64[ns, tz] | ndarray[object] (Timestamps) |
---------------------------------------------------------
+--------------------+----------------------------------+
Examples
--------
Expand Down
16 changes: 8 additions & 8 deletions src/snowflake/snowpark/modin/plugin/extensions/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -2124,21 +2124,21 @@ def to_numpy(
This table lays out the different dtypes and default return types of to_numpy() for various dtypes within pandas.
---------------------------------------------------------
+--------------------+----------------------------------+
| dtype | array type |
---------------------------------------------------------
+--------------------+----------------------------------+
| category[T] | ndarray[T] (same dtype as input) |
---------------------------------------------------------
+--------------------+----------------------------------+
| period | ndarray[object] (Periods) |
---------------------------------------------------------
+--------------------+----------------------------------+
| interval | ndarray[object] (Intervals) |
---------------------------------------------------------
+--------------------+----------------------------------+
| IntegerNA | ndarray[object] |
---------------------------------------------------------
+--------------------+----------------------------------+
| datetime64[ns] | datetime64[ns] |
---------------------------------------------------------
+--------------------+----------------------------------+
| datetime64[ns, tz] | ndarray[object] (Timestamps) |
---------------------------------------------------------
+--------------------+----------------------------------+
Examples
--------
Expand Down

0 comments on commit f7eccfe

Please sign in to comment.