Python 🐍 Work With Data
1.6K subscribers
76 photos
13 videos
136 files
441 links
A collection of books and articles on Python and various data manipulation tools. Overview of architecture of business intelligence systems, design and development of BI Reports, data processing in Python Pandas.
Download Telegram
#пятница
Немного английского в ленту 🦠
Деплой Telegram Python бота на Heroku.
Пример как выложить созданного телеграм бота на сервер.
https://youtu.be/B72-sZyiW10
Thinking_in_Pandas_How_to_Use_the_Python_Data_Analysis_Library_the.pdf
2.3 MB
Thinking in Pandas How to Use the Python Data Analysis Library the Right Way by Hannah Stepanek 2020.pdf

What You Will Learn
📌 Understand the underlying data structure of pandas and why it performs the way it does under certain circumstances
📌 Discover how to use pandas to extract, transform, and load data correctly with an emphasis on performance
📌 Choose the right DataFrame so that the data analysis is simple and efficient.
📌 Improve performance of pandas operations with other Python libraries