Contribute Media
A thank you to everyone who makes this possible: Read More

Data structures beyond dicts and lists

Description

As a python backend engineer you might end up using (or abusing) lot's of dicts and lists, iterating on them. This is mainly due their easy usage and might be also because libraries like pandas or numpy fall down in the domain of data science. We will see a real example where an old implementation is refactored to have better use of pandas and constantly comparing the performance increase.

Details

Improve this page