Python coding #9
Unanswered
Jing-Pan-China
asked this question in
Q&A
Replies: 1 comment
-
|
Yes, that is also possible, your suggestion allows to perform the same operation without creating a Series object. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a question about in indexing_concepts_book notebook.
https://github.com/unpackAI/DL201/blob/main/Week-1/1_2_Indexing_Concepts_Book.ipynb.
In Section 1: Indexing Tabular Data, why we need to transform startupData.columns to pandas Series format, can we use startupData.columns.str.strip() directly to remove the whitespace? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions