Columns Operation in Python # How to extract required columns from Dataset

preview_player
Показать описание
Columns Operation in Python # How to extract required columns from Dataset #single column extract from dataframe using Python# Multiple columns extract from dataframe using Python
Рекомендации по теме
Комментарии
Автор

Cool.
But how do we use the extracted value in a formula.
Eg: I extracted RND and ADMIN and now I want to use value of row 2 of RND elsewhere in a formula. How do I do this?

mfdares