Calmcode - method chains: introduction

Building a custom Pandas-like object.

1 2 3 4 5 6 7 8 9

The topics in this series of videos can be complex if you're unfamiliar with topics like args/kwargs, comprehensions and lambda functions. Make sure to check out these series of videos if you'd appreciate a refresher.

You can learn about the dataset here but you can also fetch the dataset from the terminal via;

wget https://calmcode.io/static/data/pokemon.json

This is the json data that we'll use in these videos.