Glossary

8 bytes per value

extremely efficient. - String columns (`object`) use **roughly 50–200 bytes per value** — much more memory. - Convert low-cardinality string columns to `category` dtype to save 70–90% of memory:

Learn More

Related Terms