Conversion
Everything on SkillVeris tagged Conversion — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Study Notes(6)
Type Conversion and Coercion in JavaScript
Learn the difference between explicit type conversion and implicit coercion, and the common pitfalls each creates.
Type Conversion in Go
Learn why Go requires explicit type conversion between numeric and other types, and how to perform it safely.
Type Conversion in Rust
Learn how Rust handles explicit type conversion using the as keyword and the From/Into traits.
Type Conversion in Kotlin
Understand why Kotlin requires explicit conversion between numeric types and how to use functions like toInt() and toDouble().
Type Inference and Conversion in Swift
Learn how Swift infers types from literal values and why converting between types always requires an explicit initializer call.
Data Type Conversion
Master how to inspect and convert pandas column dtypes with astype, to_numeric, to_datetime, and category types to fix incorrect or inefficient typing.