Profile

User's avatar
npub1ht86...374v
npub1ht86...374v
If you're new to #Python, you might know you can chain some methods together. You'll see this type of thing, especially in #pandas, but you can do method chaining in several of Python's built-in objects as well. Here's an example of chaining string methods together: image