On 8/21/17, zach.sm...@orthofi.com wrote:
> I wouldn't say I'm a Python noob, but I wouldn't say I'm a Python expert
> either. I work in data science and use Pandas Dataframes a lot. My question
> is regarding the difference in calling out a specific row, column
> combination in a dataframe.
>
> I
On Monday, August 21, 2017 at 12:08:54 PM UTC-5, zach@orthofi.com wrote:
> I wouldn't say I'm a Python noob, but I wouldn't say I'm a Python expert
> either. I work in data science and use Pandas Dataframes a lot. My question
> is regarding the difference in calling out a specific row, column
I wouldn't say I'm a Python noob, but I wouldn't say I'm a Python expert
either. I work in data science and use Pandas Dataframes a lot. My question is
regarding the difference in calling out a specific row, column combination in a
dataframe.
I see 3 ways of doing this:
(1) df.loc[row_ind, colu