Skip to content

Commit

Permalink
update: 821
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyz committed Apr 21, 2024
1 parent ede3cf1 commit 3f13b75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/raw/f_821_wenhao.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ def f_821(array, seed=None):
Examples:
>>> array = np.array([[1, 2, 3, 4, 5], [6, 7, 8, 9, 10]])
>>> df = f_821(array, seed=42)
>>> df
PC1 PC2
0 5.59017 3.670583e-16
1 -5.59017 3.670583e-16
>>> df["PC1"]
0 5.59017
1 -5.59017
Name: PC1, dtype: float64
>>> df.shape
(2, 2)
"""
Expand Down

0 comments on commit 3f13b75

Please sign in to comment.