Is there a way to subtract 3 from every digit of a number?
C W
tmrsg11 at gmail.com
Sun Feb 21 09:47:44 EST 2021
More information about the Python-list mailing list
Sun Feb 21 09:47:44 EST 2021
- Previous message (by thread): Is there a way to subtract 3 from every digit of a number?
- Next message (by thread): Is there a way to subtract 3 from every digit of a number?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hey Avi, I am a long time R user now using Python. So, this is my attempt to master the language. The problem for me is that I often have an idea about how things are done in R, but not sure to what functions are available in Python. I hope that clears up some confusion. Cheer! On Sun, Feb 21, 2021 at 9:44 AM Chris Angelico <rosuav at gmail.com> wrote: > On Mon, Feb 22, 2021 at 1:39 AM Avi Gross via Python-list > <python-list at python.org> wrote: > > But you just moved the goalpost by talking about using a data.frame as > that > > (and I assume numpy and pandas) are not very basic Python. > > Given that the original post mentioned a pd.Series, I don't know how > far the goalposts actually moved :) > > ChrisA > -- > https://mail.python.org/mailman/listinfo/python-list >
- Previous message (by thread): Is there a way to subtract 3 from every digit of a number?
- Next message (by thread): Is there a way to subtract 3 from every digit of a number?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list