Pandas de alto rendimiento: velocidad y memoria

Pandas es generoso con los tipos d de forma predeterminada: los números enteros suelen ser int64 incluso cuando el rango es pequeño. En millones de filas eso desperdicia gigabytes. La optimización significa elegir tipos d compactos (categoría, int8, float32) y operaciones vectorizadas en lugar de bucles de Python y .apply() innecesarios.

Full content is available with a subscription.
Get full access to all courses on the platform for one year with a single payment.
Unlike other platforms that charge per course, here you get everything for one price, and after one year of use there will be no automatic charge for the following year.