![Avatar r50 a6ce93fe35b158fd29ba0e8681c918c22117160e9586a56eee4ffbc20df9bda1](/assets/default/users/avatar_r50-a6ce93fe35b158fd29ba0e8681c918c22117160e9586a56eee4ffbc20df9bda1.png)
Программирование на языке Python PANDAS. Создание датафреймов, операции с датафреймами: sort_values, value_counts, nlargest, merge, concat, join, groupby,astype, reset_index, head, tail, describe, count, shape, loc,iloc, drop, dropna,to_numeric, to_datetime. Объединение датафреймов: left join, left join(if NULL), right join, right join (if NULL), inner join, full outer join. Сводные таблицы: метод pivot table. Анализ временных рядов: mean, sort_index, resample. SEABORN. Построение...