Зміст курсу
Is the mushroom poisonous?
Is the mushroom poisonous?
The final data preparation
Завдання
Swipe to start coding
- Create numpy array
Xfrom dataframeto_concantenatevalues using methodvaluesof Pandas DataFrame. - Create numpy array
yfrom indexes of dataframeto_concantenateusing methodindexand then method values on Pandas DataFrame. Method index returns an array of indexes of the dataframe. - For every values in
ychange letter'p'(poisonous) to0and'e'(edible) to1.
Рішення
Mark tasks as Completed
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 2
AVAILABLE TO ULTIMATE ONLY