Glossary

type inference

it examines the values and converts them to appropriate Python/NumPy types (int64, float64, object). The Python concept is **type conversion** (Ch.3) — pandas just does it for you automatically. > > > **From Chapter 4:** The `apply()` method takes a function as an argument. What is this p

Learn More

Related Terms