황병희 writes:
> Dear 정성학,
>
[image: image.png]
>
> If you would like to show us your image, then write down the github/gitlab
> link. ...
This is example:
https://gitlab.com/soyeomul/test/-/commit/80d2b4f5e8eda0238301e9bca5bc33f0127572fd
Sincerely, Gopher Byung-Hee
--
https://mail.python.or
Hi
There are some errors in order to install numpy as follows.
>>> pip install numpy
File "", line 1
pip install numpy
^
SyntaxError: invalid syntax. Perhaps you forgot a comma?
Would you advise me to correct error and install numpy or pandas?
[image: image.png]
On 10/20/21 23:10, 정성학(대학원생-자동차IT융합전공) via Python-list wrote:
Hi
There are some errors in order to install numpy as follows.
pip install numpy
File "", line 1
pip install numpy
^
SyntaxError: invalid syntax. Perhaps you forgot a comma?
Would you advise me to co
How to output the result of df.count() to a Pandas dataframe with column
names?
Regards,
David
--
https://mail.python.org/mailman/listinfo/python-list
On 2021-10-21, Mats Wichmann wrote:
> There are some nuances. If you are on a Linux system, Python is a
> system program and you don't want to try to install into system
> locations (you'll run into permission problems anyway), so trying a user
> install is useful. So:
>
> pip install --user