- How to Cultivate Analytics at Work by Transforming Data Instantly, With no LagA deep understanding on how to use the Transform and Aggregate methods of Pandas Group By object, in supporting various critical operational decisions
- How to Join Arrays and Predict Problem Location, Numpy OutlierCartesian product solves brilliantly when applied in the right context of the problems. Explained in detail with an industrial use case and code examples.
- Numpy ReduceAt, Simple Method to Isolate Problem with Data SlicesCore technique behind moving averages and continuous calculations. Explained in detail with an industrial use case and code examples.
- How to Detect More Data Patterns with Numpy ReduceThe root technique of many collaborative filtering algorithms. Explained in detail with an industrial use case and code examples.
- Better Data Filter for Custom Logic, Numpy AtUnderstanding the direct applications of the most brilliant Python library Numpy. Index based filtering of an array is a proven good feature in defining custom logics. Explained in detail with an industrial use case and code examples.