Skip to content

Pandas and EDA#21

Open
nikolaev-nn wants to merge 7 commits intorailbotan:mainfrom
nikolaev-nn:main
Open

Pandas and EDA#21
nikolaev-nn wants to merge 7 commits intorailbotan:mainfrom
nikolaev-nn:main

Conversation

@nikolaev-nn
Copy link

No description provided.

}
],
"source": [
"z = np.array([np.full(25, 0), np.full(25, 0)])\n",
Copy link
Owner

Choose a reason for hiding this comment

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

z = np.zeros((5, 5))

"sample = \n",
"print(sample)"
"elements = []\n",
"for _ in range(N):\n",
Copy link
Owner

Choose a reason for hiding this comment

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

elements = np.random.choice(a.flatten(), N)

"print(matrix, '\\n')\n",
"values = {}\n",
"n = 0\n",
"for e in matrix:\n",
Copy link
Owner

Choose a reason for hiding this comment

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

Вместо цикла:
print(matrix.argmax(1))
print(matrix.max(1))

@railbotan
Copy link
Owner

5 баллов за Numpy

@railbotan
Copy link
Owner

5 баллов за Pandas

@nikolaev-nn nikolaev-nn changed the title numpy & pandas Pandas and EDA Mar 18, 2022
@nikolaev-nn nikolaev-nn requested a review from railbotan March 18, 2022 16:27
@nikolaev-nn
Copy link
Author

Pandas and EDA

@railbotan
Copy link
Owner

5 баллов

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants