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

DataFrame-agnostic code: are we there yet?

Description

Have you ever wanted to write a DataFrame-agnostic function, which should perform the same operation regardless of whether the input is pandas / polars / something else? Did you get stuck with special-casing to handle all the different APIs? All is good, the DataFrame Standard is here to help!

Details

Improve this page